llvm-project/llvm/lib/AsmParser
Nikita Popov 454722745b [Attributes] Remove AttrBuilder::hasAlignmentAttr() method (NFC)
This was the odd one out, with similar methods not existing for
any other attributes. In the places where it is used, it is best
replaced by AttrBuilder::getAttribute(), which allows us to both
test for presence of the attribute and retrieve its value at the
same time. (To just check for presence, contains() could be used.)
2022-10-11 09:56:37 +02:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
LLLexer.cpp [AArch64][SME] Fix lowering of llvm.aarch64.get.pstatesm() 2022-09-15 15:14:13 +00:00
LLParser.cpp [Attributes] Remove AttrBuilder::hasAlignmentAttr() method (NFC) 2022-10-11 09:56:37 +02:00
Parser.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00