llvm-project/clang/lib
Eli Friedman be4b363060 Get rid of useless helper Sema::CastCategory.
llvm-svn: 140642
2011-09-27 21:58:52 +00:00
..
ARCMigrate Rename DiagnosticInfo to Diagnostic as per issue 5397 2011-09-26 01:18:08 +00:00
AST Some changes to improve compatibility for MSVC-style C++ struct layout. Patch from r4start at gmail.com (with some minor modifications by me). 2011-09-27 19:12:27 +00:00
Analysis Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Basic Break SourceManager::translateFileLineCol into translateFile, no functionality change. 2011-09-27 17:22:25 +00:00
CodeGen de-tmpify clang. 2011-09-27 21:06:10 +00:00
Driver Let -B work for ld paths on Linux. 2011-09-27 13:31:58 +00:00
Frontend Add back support for a manually formatted section of the diagnostic 2011-09-26 16:43:25 +00:00
FrontendTool Eliminate the unused -create-module cc1-level option 2011-09-15 19:45:56 +00:00
Headers Tweak *mmintrin.h so that they don't make any bad assumptions about alignment (which probably has little effect in practice, but better to get it right). Make the load in _mm_loadh_pi and _mm_loadl_pi a single LLVM IR instruction to make optimizing easier for CodeGen. 2011-09-15 23:15:27 +00:00
Index Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Lex Introduce a callback to PPCallbacks for lines skipped by the preprocessor. 2011-09-27 17:32:05 +00:00
Parse Revert r140589. It was causing failures during llvm compilation: 2011-09-27 10:09:33 +00:00
Rewrite Rename DiagnosticInfo to Diagnostic as per issue 5397 2011-09-26 01:18:08 +00:00
Sema Get rid of useless helper Sema::CastCategory. 2011-09-27 21:58:52 +00:00
Serialization Add a comment in ASTReader::ReadPragmaDiagnosticMappings that the user bit 2011-09-26 23:06:41 +00:00
StaticAnalyzer Renaming PathDiagnosticClients.h to PathDiagnosticConsumers.h (issue 5397) 2011-09-27 01:43:33 +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