The unittest for AST matchers has its own way to specify language
standards. I unified it with the shared infrastructure from
libClangTesting.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/unittests/ASTMatchers/ASTMatchersTest.h | ||
---|---|---|
62 | Bit late, but surely these should have been const arrays instead of vectors. |
clang/unittests/ASTMatchers/ASTMatchersTest.h | ||
---|---|---|
62 | Thanks! https://reviews.llvm.org/D81180 |
Bit late, but surely these should have been const arrays instead of vectors.