llvm-project/clang/lib
Francois Pichet 35bc5de3bd revert 138610, accidental commit.
llvm-svn: 138611
2011-08-26 00:22:34 +00:00
..
ARCMigrate For the MacroExpands preprocessor callback, also pass the SourceRange 2011-08-18 01:05:45 +00:00
AST Remove long-dead FIXME 2011-08-24 22:09:40 +00:00
Analysis Teach -Wunreachable-code about dead code caused by macro expansions. This should suppress false positives resulting from 'assert' and friends. 2011-08-25 19:28:55 +00:00
Basic PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURCE defines and update the test 2011-08-25 23:49:20 +00:00
CodeGen Track whether an AggValueSlot is potentially aliased, and do not 2011-08-25 23:04:34 +00:00
Driver revert 138610, accidental commit. 2011-08-26 00:22:34 +00:00
Frontend Eliminate the -chained-pch flag and all of the frontend and libclang options associated with it. Chained PCH is the only way to build a PCH file that includes another PCH file 2011-08-25 22:54:01 +00:00
FrontendTool Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
Headers Fix _mm256_shuffle_ps mask! Example, for mask=203, Instead of: 2011-08-23 23:29:45 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be 2011-08-25 20:39:19 +00:00
Parse Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
Rewrite objc rewriter: Fixes a rewriting of implicit casting of an integral 2011-08-04 23:58:03 +00:00
Sema Fix a crash-on-invalid. 2011-08-25 23:22:24 +00:00
Serialization Remove the Chaining argument from the PCH/module generator. It's no longer used 2011-08-25 22:35:51 +00:00
StaticAnalyzer [analyzer] Move the leak bugs from CFRefCount to RetainReleaseChecker, with a level of indirection to handle GC vs. non-GC. 2011-08-25 01:14:38 +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