llvm-project/clang/unittests
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
..
Basic [preprocessor] Handle correctly inclusion directives that have macro expansions, e.g 2012-03-27 18:47:48 +00:00
Frontend Kill the last vestiges of clangIndex 2012-04-13 17:26:32 +00:00
Lex get rid of an unsued variable warning. 2012-03-06 21:18:56 +00:00
Tooling RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit 2012-04-25 22:57:25 +00:00
CMakeLists.txt Adds a unit test for the RecursiveASTVisitor. 2012-04-19 08:48:53 +00:00
Makefile Adds a tooling library. 2012-04-04 12:07:46 +00:00