llvm-project/clang/unittests
Daniel Jasper 4e525e216d Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode.
Fix RecursiveASTVisitor to visit CXXForRangeStmts accordingly to visit
implicit or explicit code.

The key bug that inspired this was the Visitor not visiting the range
initializer of such a loop, which is explicit code.

llvm-svn: 158395
2012-06-13 07:12:33 +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 Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode. 2012-06-13 07:12:33 +00:00
CMakeLists.txt Adds the Refactoring library, which is a layer on top of the Tooling library 2012-05-23 16:29:20 +00:00
Makefile Adds a tooling library. 2012-04-04 12:07:46 +00:00