llvm-project/clang/lib
Douglas Gregor 6de584c2d2 When declaring a catch block in C++, make sure that the type being
caught can be copy-initialized and destructed. Fixes PR6518.

llvm-svn: 97853
2010-03-05 23:38:39 +00:00
..
AST Patch to build qualifier on objective-c 2010-03-05 22:42:55 +00:00
Analysis Simplify code a bit and remove unneeded semicolons. 2010-03-03 16:28:47 +00:00
Basic Make sure the raw_string_ostream gets flushed so we don't accidentally return an empty string. 2010-03-05 15:39:20 +00:00
Checker Remove reference to AnalysisContext in Environment. We already have LocationContext 2010-03-05 04:45:36 +00:00
CodeGen add support for a 1<<29 bit in the block flags field to mark blocks using alternate struct return ABI 2010-03-05 01:29:59 +00:00
Driver add TCE target support, patch by Pekka J! 2010-03-04 21:07:38 +00:00
Frontend The Windows build is just too weird; there's no real cost to doing the concurrency checks for ASTUnit in all builds 2010-03-05 22:19:41 +00:00
Headers First start on smmintrin.h, rounding and blending. 2010-03-04 02:56:19 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex Augment __has_feature to report that Clang supports adding attribute 'unused' 2010-03-05 22:43:32 +00:00
Parse Diagnose the declaration of enum templates. Also, be a bit more 2010-03-02 17:53:14 +00:00
Rewrite Some clean up of replacement text API no longer needed by 2010-02-05 16:43:40 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema When declaring a catch block in C++, make sure that the type being 2010-03-05 23:38:39 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00