clang-1/lib
Chris Lattner 403783337f fix rdar://7985267 - Don't emit an error about a non-pod argument
passed to va_start, it doesn't actually pass it.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103899 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-16 04:01:30 +00:00
..
AST Avoid doing two switches in TypeLoc's initialize() loop. The optimizer 2010-05-16 02:09:32 +00:00
Analysis Don't add a null successor to a CFGBlock when the contents of an @synchronized statement is empty. 2010-05-13 16:38:08 +00:00
Basic Update the types for warning option subgroup arrays to 'short', we have more 2010-05-13 07:43:05 +00:00
Checker Substantially alter the design of the Objective C type AST by introducing 2010-05-15 11:32:37 +00:00
CodeGen When initializing thread-safe statics, put the call to 2010-05-16 01:24:12 +00:00
Driver Driver: Make -fverbose-asm the default for platforms where the integrated 2010-05-14 22:00:22 +00:00
Frontend Emit a type record for TYPE_OBJC_OBJECT in the PCH file. I'm not 2010-05-16 02:12:35 +00:00
Headers fix _mm_shuffle_pd too, thanks to Joel Falcou for pointing this out. 2010-05-15 16:54:46 +00:00
Index Substantially alter the design of the Objective C type AST by introducing 2010-05-15 11:32:37 +00:00
Lex Add '__has_feature' support for weak ObjC classes. 2010-04-29 02:06:46 +00:00
Parse Improve error recovery in C/ObjC when the first argument of a function 2010-05-14 17:44:56 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime build: Add CLANG_NO_RUNTIME build variable, which disables building clang 2010-04-28 23:36:26 +00:00
Sema fix rdar://7985267 - Don't emit an error about a non-pod argument 2010-05-16 04:01:30 +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