[PATCH] D114790: [syntax][pseudo] Add grammar facilities for the pseudo-parser
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 3 07:53:33 PST 2022
thakis added inline comments.
================
Comment at: clang/unittests/Tooling/Syntax/Pseudo/CMakeLists.txt:6
+add_clang_unittest(ClangPseudoTests
+ GrammarTests.cpp
+)
----------------
```
thakis at thakis:~/src/llvm-project$ ls clang/unittests/**/*Test.cpp | wc -l
127
thakis at thakis:~/src/llvm-project$ ls clang/unittests/**/*Tests.cpp | wc -l
1
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114790/new/
https://reviews.llvm.org/D114790
More information about the cfe-commits
mailing list