llvm-project/clang/lib
Axel Naumann 744f121e5b Reset FirstID (first diagnostic's file ID) to allow for invocations of the VerifyDiagnosticsClient on several input files.
llvm-svn: 138434
2011-08-24 13:36:19 +00:00
..
ARCMigrate For the MacroExpands preprocessor callback, also pass the SourceRange 2011-08-18 01:05:45 +00:00
AST objc - fix up the builtin type for objc_assign_ivar. 2011-08-23 23:33:09 +00:00
Analysis Start reworking -Wunreachable-code. The original analysis had serious flaws with how it 2011-08-23 23:05:11 +00:00
Basic Remove one SourceManager::isInFileID overload and use isOffsetInFileID for the other. 2011-08-23 21:02:45 +00:00
CodeGen Make constant aggregate constant initializers private linkage. 2011-08-24 00:33:55 +00:00
Driver Add support for a verifier to the driver. Currently only verifies debug 2011-08-23 17:56:55 +00:00
Frontend Reset FirstID (first diagnostic's file ID) to allow for invocations of the VerifyDiagnosticsClient on several input files. 2011-08-24 13:36:19 +00:00
FrontendTool [analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages). 2011-08-16 21:24:21 +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 Amend r138129 (reduction of SLocEntries) which introduced performance regression due 2011-08-23 21:02:41 +00:00
Parse objc refactoring - minor clean up. 2011-08-22 21:44:58 +00:00
Rewrite objc rewriter: Fixes a rewriting of implicit casting of an integral 2011-08-04 23:58:03 +00:00
Sema Start reworking -Wunreachable-code. The original analysis had serious flaws with how it 2011-08-23 23:05:11 +00:00
Serialization Boost the efficiency of SourceManager::getMacroArgExpandedLocation. 2011-08-21 23:33:04 +00:00
StaticAnalyzer [analyzer] Fix a Heisenbug concerning object lifetimes with a hack. Hopefully a better fix coming soon. See comment for more details. 2011-08-24 09:27:24 +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