llvm-project/llvm/lib/AsmParser
Gui Andrade ff7900d5de [LLVM] Accept `noundef` attribute in function definitions/calls
The `noundef` attribute indicates an argument or return value which
may never have an undef value representation.

This patch allows LLVM to parse the attribute.

Differential Revision: https://reviews.llvm.org/D83412
2020-07-08 19:02:04 +00:00
..
CMakeLists.txt [cmake] LLVMAsmParser - add include/llvm/ASMParser header path 2020-04-18 12:31:40 +01:00
LLLexer.cpp [LLVM] Accept `noundef` attribute in function definitions/calls 2020-07-08 19:02:04 +00:00
LLLexer.h LLLexer.h - reduce SourceMgr.h include to SMLoc.h. NFC 2020-04-24 13:27:56 +01:00
LLParser.cpp [LLVM] Accept `noundef` attribute in function definitions/calls 2020-07-08 19:02:04 +00:00
LLParser.h LLParser: Accept align(N) as new syntax for parameter attribute 2020-06-26 18:10:21 -04:00
LLToken.h [LLVM] Accept `noundef` attribute in function definitions/calls 2020-07-08 19:02:04 +00:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Parser.cpp Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00