llvm-project/clang/tools
Steve Naroff 531e284064 - Extend clang_createIndex() to support PCH and diagnostic 'filtering'. This seems cleaner to me without sacrificing much flexibility.
- Remove clang_wantOnlyLocalDeclarations().

- Remove 'displayDiagnostics' arguments to clang_createTranslationUnitFromSourceFile() and clang_createTranslationUnit().

- Have clang_createTranslationUnitFromSourceFile() strip the '-o <outfile>' command line arguments if they exist. Document this semantic in the header. Also verify we have a valid ASTUnit before telling it to 'unlinkTemporaryFile()'.

llvm-svn: 84634
2009-10-20 14:46:24 +00:00
..
CIndex - Extend clang_createIndex() to support PCH and diagnostic 'filtering'. This seems cleaner to me without sacrificing much flexibility. 2009-10-20 14:46:24 +00:00
c-index-test - Extend clang_createIndex() to support PCH and diagnostic 'filtering'. This seems cleaner to me without sacrificing much flexibility. 2009-10-20 14:46:24 +00:00
clang-cc Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit. 2009-10-19 14:34:22 +00:00
driver Push "clang-is-production" logic up to tools/driver, and make it hittable by 2009-09-22 22:31:13 +00:00
index-test Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit. 2009-10-19 14:34:22 +00:00
scan-view Increase scan-view max timeout to 1 minute. 2009-05-04 19:02:41 +00:00
wpa Change ASTUnit to take the Diagnostic as an argument, the client should have control of this. 2009-09-21 03:03:39 +00:00
CMakeLists.txt Disable c-index-test on MSVC until someone figures out the real problem. 2009-09-26 01:21:38 +00:00
Makefile wpa is an experiment, don't build it by default, it adds to build times due to everything it links in. 2009-09-24 19:45:12 +00:00