llvm-project/clang/lib
Fariborz Jahanian 6b854c5d37 Minor refactoring. Enumerators may inherit the deprecated/unavailable
attributes from the enumeration type.
// rdar://10201690

llvm-svn: 140818
2011-09-29 22:45:21 +00:00
..
ARCMigrate Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
AST PR11040: CheckICE should not allow an lvalue bitcast as part of an integer constant expression. 2011-09-29 21:49:34 +00:00
Analysis Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Basic Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring is done, and add a note that the new setDiagnosticGroup{...} methods only operate on the current diagnostic state. 2011-09-29 02:03:01 +00:00
CodeGen Change "Regions" to be "LexicalBlocks" since that's what they 2011-09-29 00:00:45 +00:00
Driver Driver: use correct search paths for multilib 2011-09-29 13:42:24 +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 Add support for alignment-specifiers in C1X and C++11, remove 2011-09-29 18:04:28 +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 PR11000: Fix crash on invalid. 2011-09-29 19:42:27 +00:00
Rewrite Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
Sema Minor refactoring. Enumerators may inherit the deprecated/unavailable 2011-09-29 22:45:21 +00:00
Serialization Basic/Diagnostic: Add a DiagSate::getOrAddMappingInfo method. 2011-09-29 01:42:25 +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