llvm-project/clang/unittests/Tooling
Richard Smith 6dd62fd99d RecursiveASTVisitor:
We don't create any declaration to mark the explicit instantiation of function
templates other than the instantiation itself, so visit that when traversing
the function template decl.

This is a temporary fix, pending the creation of a Decl node to represent the
explicit instantiation.

Patch by Daniel Jasper!

llvm-svn: 156522
2012-05-09 23:51:36 +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: 2012-05-09 23:51:36 +00:00
ToolingTest.cpp Adds a tooling library. 2012-04-04 12:07:46 +00:00