forked from OSchip/llvm-project
d2f3e5f204
Summary: In some situations the name of the attribute is not representable as a bare-identifier, this revision adds support for those cases by formatting the name as a string instead. This has the added benefit of removing the identifier regex from the verifier. Differential Revision: https://reviews.llvm.org/D75973 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Lexer.cpp | ||
Lexer.h | ||
Parser.cpp | ||
Token.cpp | ||
Token.h | ||
TokenKinds.def |