llvm-project/clang/unittests/Tooling
Richard Smith f333acd686 RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit
all instantiations of a template when we visit the canonical declaration of the
primary template, rather than trying to match them up to the partial
specialization from which they are instantiated. This fixes a bug where we
failed to visit instantiations of partial specializations of member templates of
class templates, and naturally extends to allow us to visit instantiations where
we have instantiated only a declaration.

llvm-svn: 155597
2012-04-25 22:57:25 +00:00
..
CompilationDatabaseTest.cpp Adds a FixedCompilationDatabase to be able to specify tool parameters 2012-04-18 07:41:50 +00:00
Makefile clangFrontend depends on clangEdit. 2012-04-04 12:25:11 +00:00
RecursiveASTVisitorTest.cpp RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit 2012-04-25 22:57:25 +00:00
ToolingTest.cpp Adds a tooling library. 2012-04-04 12:07:46 +00:00