clang-1/unittests/ASTMatchers
Manuel Klimek e579328ec9 Insert interception point onStartOfTranslationUnit.
Often users of the ASTMatchers want to add tasks that are done once per
translation unit, for example, cleaning up caches. Combined with the
interception point for the end of source file one can add to the factory
creation, this covers the cases we've seen users need.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167271 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-02 01:31:03 +00:00
..
ASTMatchersTest.cpp Insert interception point onStartOfTranslationUnit. 2012-11-02 01:31:03 +00:00
ASTMatchersTest.h Fix ASTMatchersTests to not create an overloaded-virtual warning. 2012-10-29 10:48:25 +00:00
CMakeLists.txt [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. 2012-08-09 17:17:01 +00:00
Makefile Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00