clang-1/unittests
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
..
AST More unit-test fixes 2012-10-23 22:38:58 +00:00
ASTMatchers Insert interception point onStartOfTranslationUnit. 2012-11-02 01:31:03 +00:00
Basic Teach the preprocessor to hold onto the preprocessor options. 2012-10-24 17:46:57 +00:00
Frontend Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Lex Make the FilenameRange of the InclusionDirective callback more accurate, 2012-11-01 17:52:58 +00:00
Tooling unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSourceFileCallback on Win32 for now. Investigating. 2012-10-25 09:38:41 +00:00
CMakeLists.txt add AST unittests to CMake build system 2012-07-23 20:11:34 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00