llvm-project/clang/lib
Mike Stump 25b20fc2ae Add terminate handler for copy constructors for thrown objects. WIP.
llvm-svn: 90994
2009-12-09 23:31:35 +00:00
..
AST Reimplement reference initialization (C++ [dcl.init.ref]) using the 2009-12-09 23:02:17 +00:00
Analysis Fix null dereference in OSAtomicChecker and special case SymbolicRegions. We still aren't handling them correctly; I've added to failing test cases to test/Analysis/NSString-failed-cases.m that should pass and then be merged in to test/Analysis/NSString.m. 2009-12-09 23:29:55 +00:00
Basic Add a pretty horrible hack to prevent clang from crashing with inconsistent PCH 2009-12-06 05:43:36 +00:00
CodeGen Add terminate handler for copy constructors for thrown objects. WIP. 2009-12-09 23:31:35 +00:00
Driver Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked. 2009-12-08 19:49:51 +00:00
Frontend First pass at implementing C++ enum semantics: calculate (and store) an 2009-12-09 09:09:27 +00:00
Headers Pick up MB_LEN_MAX as defined by the system <limits.h>, when it's provided there 2009-12-08 21:35:00 +00:00
Index Add the BlockDecl to the DeclContext. 2009-12-07 22:01:30 +00:00
Lex Don't expand tabs when computing the offset from the code-completion column 2009-12-08 21:45:46 +00:00
Parse Fixes a bogus error when declaring an extern "C" array. 2009-12-09 21:39:38 +00:00
Rewrite Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
Sema Reimplement reference initialization (C++ [dcl.init.ref]) using the 2009-12-09 23:02:17 +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