llvm-project/clang-tools-extra/pseudo/lib
Haojian Wu a5ddd4a238 [pseudo] Remove an unnecessary nullable check diagnostic in the bnf
grammar, NFC.

This diagnostic has been handled in eliminateOptional.
2022-05-30 09:04:47 +02:00
..
cxx [pseudo] A basic implementation of compiling cxx grammar at build time. 2022-05-25 11:26:06 +02:00
grammar [pseudo] Remove an unnecessary nullable check diagnostic in the bnf 2022-05-30 09:04:47 +02:00
Bracket.cpp [pseudo] (trivial) bracket-matching 2022-05-24 15:13:36 +02:00
CMakeLists.txt [pseudo] A basic implementation of compiling cxx grammar at build time. 2022-05-25 11:26:06 +02:00
DirectiveTree.cpp [pseudo] Strip directives from a token stream 2022-05-06 12:15:08 +02:00
Forest.cpp [pseudo] Simplify the forest dump, NFC. 2022-05-03 14:14:57 +02:00
GLR.cpp Fix an unused variable warning in no-asserts build mode 2022-05-17 15:27:44 +02:00
Lex.cpp [pseudo] Only expand UCNs for raw_identifiers 2022-05-06 08:53:31 +02:00
Token.cpp [pseudo] Use a real language option in the parser. 2022-05-03 22:24:56 +02:00
cxx.bnf [pseudo] Add the missing ; terminal for module-declaration rule. 2022-05-17 15:14:46 +02:00