llvm-project/clang/unittests/ASTMatchers
Nico Weber 6339f1a028 Traversing template paramter lists of DeclaratorDecls and/or TagDecls.
The unit tests in this patch demonstrate the need to traverse template
parameter lists of DeclaratorDecls (e.g. VarDecls, CXXMethodDecls) and
TagDecls (e.g. EnumDecls, RecordDecls).

Fixes PR29042.
https://reviews.llvm.org/D24268

Patch from Lukasz
Łukasz Anforowicz <lukasza@chromium.org>!

llvm-svn: 281345
2016-09-13 15:05:04 +00:00
..
Dynamic [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
ASTMatchersInternalTest.cpp Dividied ASTMatcherTests into 4 files 2016-05-17 19:22:57 +00:00
ASTMatchersNarrowingTest.cpp Add an AST matcher for external formal linkage. 2016-08-17 13:10:42 +00:00
ASTMatchersNodeTest.cpp Fix ASTMatchersNodeTest to work on Windows. 2016-06-30 20:29:29 +00:00
ASTMatchersTest.h [CUDA] Do not allow using NVPTX target for host compilation. 2016-08-02 22:37:47 +00:00
ASTMatchersTraversalTest.cpp Traversing template paramter lists of DeclaratorDecls and/or TagDecls. 2016-09-13 15:05:04 +00:00
CMakeLists.txt Dividied ASTMatcherTests into 4 files 2016-05-17 19:22:57 +00:00