llvm-project/clang/lib
Argyrios Kyrtzidis 47cd7a91f4 Support C++ try/catch statements for PCH.
llvm-svn: 109112
2010-07-22 16:03:56 +00:00
..
AST Support C++ try/catch statements for PCH. 2010-07-22 16:03:56 +00:00
Analysis Make a bunch of new data structures for the new analysis 2010-07-22 13:52:13 +00:00
Basic Catch thinko that Daniel Dunbar found. 2010-07-21 18:11:42 +00:00
Checker This patch adds support for tmpfile in StreamChecker. Patch by Lei Zhang. 2010-07-22 14:01:01 +00:00
CodeGen ObjCId is special "struct objc_object". Make this explicit in debug info. 2010-07-21 22:41:25 +00:00
Driver Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. 2010-07-22 01:47:22 +00:00
Frontend Support C++ try/catch statements for PCH. 2010-07-22 16:03:56 +00:00
Headers Add alternate names for x86 SIMD intrinsics. These aren't as common, but show 2010-07-22 06:47:28 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Introduce a new lexer function to compute the "preamble" of a file, 2010-07-20 20:18:03 +00:00
Parse Fix PR7673 by allowing an empty clobbers section in an ASM statement. 2010-07-22 07:11:21 +00:00
Rewrite Fix source location of the initializer in 2010-07-21 18:31:47 +00:00
Sema Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's behavior. Note that 2010-07-21 20:43:11 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00