llvm-project/clang/lib
Daniel Dunbar 59203007ac Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; propogate and simplify.
llvm-svn: 90379
2009-12-03 01:45:44 +00:00
..
AST Introduce the notion of literal types, as specified in C++0x. 2009-12-03 00:13:20 +00:00
Analysis Add a heuristic to the dead stores checker to prune dead stores for variables annotated with '__block'. This is overly conservative, but now the analyzer doesn't report dead stores for variables that can be updated by a block call. 2009-12-03 00:46:16 +00:00
Basic Extend -remap-file=from;to to permit mapping from a non-existent 2009-12-02 18:12:28 +00:00
CodeGen Remove untrue statement. 2009-12-03 01:34:13 +00:00
Driver Driver: Add Command::Creator member variable, which tracks the tool that was 2009-12-02 03:23:25 +00:00
Frontend Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; propogate and simplify. 2009-12-03 01:45:44 +00:00
Headers Define SIG_ATOMIC_MIN and SIG_ATOMIC_MAX in terms of __SIG_ATOMIC_WIDTH__. 2009-11-22 15:47:12 +00:00
Index Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. 2009-11-28 19:45:26 +00:00
Lex Add 'has_feature(cxx_exceptions)' to allow code to determine via preprocessor logic if C++ exceptions are enabled. 2009-12-03 01:34:15 +00:00
Parse Introduce the notion of literal types, as specified in C++0x. 2009-12-03 00:13:20 +00:00
Rewrite Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
Sema Stop stripping UnresolvedUsingDecls out of LookupResults that have other 2009-12-03 00:58:24 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00