llvm-project/clang/lib
Daniel Dunbar a3637e6894 Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch to
storing mappings with that instead of straying some magic constants about the
source.

llvm-svn: 140760
2011-09-29 01:30:00 +00:00
..
ARCMigrate Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
AST objc arc: Diagnose block pointer type mismatch when 2011-09-28 21:52:05 +00:00
Analysis Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Basic Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch to 2011-09-29 01:30:00 +00:00
CodeGen Change "Regions" to be "LexicalBlocks" since that's what they 2011-09-29 00:00:45 +00:00
Driver Driver: Fix two bad typos that were breaking the buildbots. 2011-09-28 05:33:02 +00:00
Frontend Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiagnosticPrinter to use that instead of extracting the current mapping via getDiagnosticLevel, which fixes one class of corner cases w.r.t. printing the "-Werror" diagnostic option marker. 2011-09-29 01:01:08 +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 Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
Sema objc arc: Diagnose block pointer type mismatch when 2011-09-28 21:52:05 +00:00
Serialization Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch to 2011-09-29 01:30:00 +00:00
StaticAnalyzer Check for empty predecessors for walking them. 2011-09-28 21:20:00 +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