llvm-project/clang/lib
Daniel Dunbar 7230fa5630 Convert ABIArgInfo::dump to raw_ostream.
llvm-svn: 90440
2009-12-03 09:13:49 +00:00
..
AST Convert StmtDumper to raw_ostream. I forget why. 2009-12-03 09:13:13 +00:00
Analysis Add value invalidation logic for block-captured variables. Conceptually invoking a block (without specific reasoning of what the block does) can invalidate any value to it by reference when the block was created. 2009-12-03 08:25:47 +00:00
Basic Extend -remap-file=from;to to permit mapping from a non-existent 2009-12-02 18:12:28 +00:00
CodeGen Convert ABIArgInfo::dump to raw_ostream. 2009-12-03 09:13:49 +00:00
Driver Add OptTable::PrintHelp. 2009-12-03 07:01:38 +00:00
Frontend Use llvm_report_error instead of fprintf + assert + exit. 2009-12-03 09:13:36 +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 Fix layering violation by moving Analysis/CallGraph to Index 2009-12-03 07:20:04 +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 Honor using declarations in overload resolution. Most of the code for 2009-12-03 04:06:58 +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