llvm-project/clang/lib
David Chisnall 29cefd1cc3 Fix my inability to spell 'continue' and a case where message sends returning non-pointer-sized things were generating invalid IR inside @try blocks.
llvm-svn: 104222
2010-05-20 13:45:48 +00:00
..
AST Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. 2010-05-20 10:00:11 +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 Add clang support for IBOutletCollection. 2010-05-19 17:38:06 +00:00
CodeGen Fix my inability to spell 'continue' and a case where message sends returning non-pointer-sized things were generating invalid IR inside @try blocks. 2010-05-20 13:45:48 +00:00
Driver Expose -fobjc-nonfragile-abi2 as a top-level clang driver option. Fixes <rdar://problem/8007063>. 2010-05-20 02:12:37 +00:00
Frontend Added basic source locations to Elaborated and DependentName types. 2010-05-19 21:37:53 +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 robustify the conflict marker stuff. Don't add 7 twice, which would 2010-05-17 20:27:25 +00:00
Parse Added basic source locations to Elaborated and DependentName types. 2010-05-19 21:37:53 +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 Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. 2010-05-20 10:00:11 +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