llvm-project/clang/unittests/ASTMatchers
Stephen Kelly 4cadb66b49 [AST] Update matchers to be traverse-aware
Don't match Stmt or Decl nodes not spelled in the source when using
TK_IgnoreUnlessSpelledInSource.  This prevents accidental modification
of source code at incorrect locations.

Differential Revision: https://reviews.llvm.org/D90984
2020-11-17 16:31:08 +00:00
..
Dynamic Improve dynamic AST matching diagnostics for conversion errors 2020-09-23 12:13:36 -04:00
ASTMatchersInternalTest.cpp Use libClangTesting in the unittest for AST matchers 2020-06-04 17:40:39 +02:00
ASTMatchersNarrowingTest.cpp Add new matchers for dependent names in templates 2020-11-06 21:03:20 +00:00
ASTMatchersNodeTest.cpp [clang] Add a matcher for template template parameters. 2020-08-11 16:01:36 +01:00
ASTMatchersTest.h Use TestClangConfig in AST Matchers tests and run them in more configurations 2020-07-16 18:36:53 +02:00
ASTMatchersTraversalTest.cpp [AST] Update matchers to be traverse-aware 2020-11-17 16:31:08 +00:00
CMakeLists.txt On Windows build, making the /bigobj flag global , instead of passing it per file. 2020-07-28 18:04:36 -05:00
GtestMatchersTest.cpp [AST matchers] Add basic matchers for googletest EXPECT/ASSERT calls. 2020-02-21 12:05:15 -05:00