llvm-project/clang/lib
Argyrios Kyrtzidis 94d428bb81 Remove hacky temporary fix of r151585.
llvm-svn: 152818
2012-03-15 18:07:13 +00:00
..
ARCMigrate Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
AST Remove hacky temporary fix of r151585. 2012-03-15 18:07:13 +00:00
Analysis Fix dereference of end iterator. Spotted by ASan. 2012-03-14 20:21:25 +00:00
Basic No longer defining LP64 in 64-bit builds on platforms which are not LP64. 2012-03-14 20:50:57 +00:00
CodeGen Fix codegen for vld{3,4}_dup intrinsics. 2012-03-15 09:12:01 +00:00
Driver Reapply r152745 (reverted in 152765) now that compiler-rt is fixed. 2012-03-15 04:50:32 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend Adding in newer MinGW header paths. 2012-03-15 14:31:30 +00:00
FrontendTool Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Headers * tgmath_logb.patch implements the missing logb function (see C99 standard 7.22, paragraph 5). * tgmath_fabs_complex.patch corrects the return types for the complex fabs functions. These must be non-complex float/double/long double (see C99 standard 7.22, paragraph 4 and 7.3.8.1). Patch contributed by Kristof Beyls. 2012-02-23 20:22:10 +00:00
Index Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Lex Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Parse Small cleanup: move trailing-return-type special-casing into 2012-03-15 01:02:11 +00:00
Rewrite modern objective-c translator: please symbols generated 2012-03-15 17:05:33 +00:00
Sema Remove a variable rendered unused by r152750. 2012-03-15 00:22:18 +00:00
Serialization Instantiating a class template should not instantiate the definition of any 2012-03-14 23:13:10 +00:00
StaticAnalyzer '#if 0' out a variable that's only used in other preprocessor-disabled code. 2012-03-14 23:12:42 +00:00
CMakeLists.txt Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Makefile Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00