llvm-project/clang/lib
Sebastian Redl 29ce472c17 Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and doesn't seem to break anything.
llvm-svn: 110295
2010-08-05 01:21:19 +00:00
..
AST Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and doesn't seem to break anything. 2010-08-05 01:21:19 +00:00
Analysis Remove bonehead redeclaration. 2010-08-05 00:03:46 +00:00
Basic Add -mavx and -mno-avx command line support 2010-08-04 22:29:13 +00:00
Checker Correctly handle 'Class<...>' when examining Cocoa conventions in the static analyzer. Fixes a crash reported in <rdar://problem/8272168>. Patch by Henry Mason! 2010-08-05 00:19:24 +00:00
CodeGen Clean up of my last patch. 2010-08-05 00:19:48 +00:00
Driver Driver: Don't forward any -g options to GCC, when using it to drive the 2010-08-03 16:14:14 +00:00
Frontend Activate selectors in chained PCH. Chained PCH now works for Objective-C. 2010-08-04 22:21:29 +00:00
Headers Logical AVX instrinsics can be matched directly, no need to use builtins here. 2010-08-04 22:56:42 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor! 2010-07-31 01:52:11 +00:00
Parse Parser: Add support for #pragma align, which is just another spelling of #pragma 2010-07-31 19:17:07 +00:00
Rewrite Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Remove a redundant and broken check. Fixes PR7810. 2010-08-05 00:45:34 +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