1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/AsmParser
Matt Arsenault e686e7788e LLParser: Accept align(N) as new syntax for parameter attribute
Every other value parameter attribute uses parentheses, so accept this
as the preferred modern syntax. Updating everything to use the new
syntax is left for a future change.
2020-06-26 18:10:21 -04:00
..
CMakeLists.txt
LLLexer.cpp [StackSafety] Add info into function summary 2020-06-10 02:43:28 -07:00
LLLexer.h
LLParser.cpp LLParser: Accept align(N) as new syntax for parameter attribute 2020-06-26 18:10:21 -04:00
LLParser.h LLParser: Accept align(N) as new syntax for parameter attribute 2020-06-26 18:10:21 -04:00
LLToken.h [StackSafety] Add info into function summary 2020-06-10 02:43:28 -07:00
LLVMBuild.txt
Parser.cpp