llvm-project/clang/lib
Douglas Gregor 7244b0bb86 Implement AST importing of Objective-C instance variables.
Check superclasses when merging two Objective-C @interfaces.

llvm-svn: 96420
2010-02-17 00:34:30 +00:00
..
AST Implement AST importing of Objective-C instance variables. 2010-02-17 00:34:30 +00:00
Analysis Refactor the logic for printf argument type-checking into analyze_printf::ArgTypeResult. 2010-02-16 01:46:59 +00:00
Basic add freebsd/ppc[64] support, patch by Nathan Whitehorn, PR6318 2010-02-16 18:14:57 +00:00
Checker Add simpler checker to check if variables captured by a block are uninitialized. 2010-02-16 08:33:59 +00:00
CodeGen IRgen optimization: cache the value of 'this' and 'vtt' instead of 2010-02-16 22:04:33 +00:00
Driver Raise the responsibility for passing -disable-llvm-verifier in NDEBUG builds 2010-02-13 03:50:24 +00:00
Frontend when a diagnostic is an extension and has no other -W flag, 2010-02-16 18:29:31 +00:00
Headers add two aliases for SSE functions we already have, fixing PR6316. 2010-02-16 18:21:25 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex Fix PR6282: the include guard optimization cannot happen if the 2010-02-12 08:03:27 +00:00
Parse Improve parsing and instantiation of destructor names, so that we can 2010-02-16 19:09:40 +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 Introduce a new kind of failed result for isLvalue/isModifiableLvalue 2010-02-16 21:39:57 +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