llvm-project/clang-tools-extra/pseudo/benchmarks
Haojian Wu 9ab67cc8bf [pseudo] Implement guard extension.
- Extend the GLR parser to allow conditional reduction based on the
  guard functions;
- Implement two simple guards (contextual-override/final) for cxx.bnf;
- layering: clangPseudoCXX depends on clangPseudo (as the guard function need
  to access the TokenStream);

Differential Revision: https://reviews.llvm.org/D127448
2022-07-05 15:55:15 +02:00
..
Benchmark.cpp [pseudo] Implement guard extension. 2022-07-05 15:55:15 +02:00
CMakeLists.txt [pseudo] Define a clangPseudoCLI library. 2022-07-01 08:31:34 +02:00