llvm-project/clang/lib
Fariborz Jahanian 9ea5839cb6 Objective-c++ IR gen.
Flag synthesized struct decl. as non-empty so
CXX side of ir gen does not skip its Null initialization.
Fixes radar 8027844 for objc++'s collection statement.

llvm-svn: 104837
2010-05-27 16:05:06 +00:00
..
AST Objective-c++ IR gen. 2010-05-27 16:05:06 +00:00
Analysis Fix crash in CFG construction for 'break' statements appearing in statement expressions 2010-05-21 20:30:15 +00:00
Basic Darwin/ARM seems to support mac68k align as well. 2010-05-27 07:00:26 +00:00
Checker Discard qualifiers for ElementRegions so that a 'const' doesn't change the lookup semantics 2010-05-27 00:29:00 +00:00
CodeGen Implement __builtin_init_dwarf_reg_size_table and __builtin_dwarf_sp_column 2010-05-27 06:19:26 +00:00
Driver Driver: Update -O -> -O2 replacement for addition of -O0 option. 2010-05-27 06:51:08 +00:00
Frontend Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instructions when using -integrated-as. 2010-05-27 05:39:39 +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 Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. 2010-05-20 10:00:11 +00:00
Lex Tell the string literal parser when it's not permitted to emit 2010-05-26 05:35:51 +00:00
Parse When we've parsed a nested-name-specifier in a member access 2010-05-27 15:25:59 +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 Require a complete type when performing the qualified lookup during 2010-05-27 06:40:31 +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