Files
clang-p2996/llvm/lib/AsmParser/LLLexer.cpp
Vitaly Buka 3d4e5d2ad9 [NFC][LLLexer] Consistently initialize *Val fields
LLParser::parseInstruction speculatively getUIntVal()
but uses that only in some branches.

APFloatVal, TyVal and StrVal were already initialized, when
UIntVal and APSIntVal were not.
2023-05-11 19:10:38 -07:00

33 KiB