hanchenye-llvm-project/clang/lib
Argyrios Kyrtzidis aed9bd7cc1 [arcmt] Fix an assertion hit in rdar://10336125; a bit too complicated to reduce.
llvm-svn: 143754
2011-11-05 00:02:26 +00:00
..
ARCMigrate [arcmt] Fix an assertion hit in rdar://10336125; a bit too complicated to reduce. 2011-11-05 00:02:26 +00:00
AST Remove unused variables. 2011-11-04 15:05:51 +00:00
Analysis Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will 2011-10-29 00:50:52 +00:00
Basic Fix various minor issues find via unreachable code warnings, from 2011-11-02 20:52:01 +00:00
CodeGen Use a single integer type for a sub-doubleword part of a byval structure. 2011-11-03 23:31:00 +00:00
Driver Begin the migration of header search logic to the driver, starting with 2011-11-04 23:49:05 +00:00
Frontend Begin the migration of header search logic to the driver, starting with 2011-11-04 23:49:05 +00:00
FrontendTool Parse LLVM command line arguments after plugins have been loaded 2011-10-10 01:23:06 +00:00
Headers Add _mm_comige_sd to emmintrin.h, since I apparently forgot to do this in r138769. 2011-10-06 20:31:50 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex Use native endianness for writing out character escapes to the result buffer for string literal parsing. No functional change on little-endian architectures; should fix test failures on PPC. 2011-11-02 23:06:23 +00:00
Parse Add an option to emulate the strange Apple gcc behavior of #pragma pack. 2011-11-02 01:53:16 +00:00
Rewrite Restore r142914 and r142915, now with missing file and apparent 2011-10-25 17:37:35 +00:00
Sema In ARC, when applying an ownership to a non-objc pointer, instead of ignoring it 2011-11-04 20:37:24 +00:00
Serialization [libclang] Add infrastructure to be able to only deserialize decls in a file region and 2011-11-03 02:20:32 +00:00
StaticAnalyzer Remove unused variables. 2011-11-04 15:05:51 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00