1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
llvm-mirror/lib/Option
Andrzej Warzynski b1c94baf31 [NFC] Fix the signature and definition of findByPrefix
In https://reviews.llvm.org/rG257b29715bb27b7d9f6c3c40c481b6a4af0b37e5,
the definition of OptTable::Info::Flags was changed from `unsigned
short` to `unsigned int`, but the definition/declaration of
OptTable::findByPrefix wasn't updated to reflect that.

This patch updates findByPrefix accordingly.
2020-09-11 12:38:28 +01:00
..
Arg.cpp
ArgList.cpp
CMakeLists.txt
LLVMBuild.txt
Option.cpp
OptTable.cpp [NFC] Fix the signature and definition of findByPrefix 2020-09-11 12:38:28 +01:00