llvm-project/clang/lib
Eli Friedman f272d40d7c PR11009: Fix a FIXME which was leading to an assertion failure with rvalue references.
llvm-svn: 140594
2011-09-27 01:11:35 +00:00
..
ARCMigrate Rename DiagnosticInfo to Diagnostic as per issue 5397 2011-09-26 01:18:08 +00:00
AST Fix assertion hit when @encoding C++ classes. rdar://10172840 & http://llvm.org/PR10990 2011-09-26 18:14:24 +00:00
Analysis Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Basic Associate the macro arguments location map with a FileID instead 2011-09-26 08:01:50 +00:00
CodeGen Update comments. 2011-09-26 15:03:22 +00:00
Driver Make necessary changes in AddMIPSTargetArgs for targeting Mips64. Enable use of 2011-09-26 21:07:52 +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 Properly initialize Preprocessor::CurLexerKind to avoid use of uninitialized variable. 2011-09-26 03:37:43 +00:00
Parse Add typo correction for the type name in C++ "new" statements 2011-09-27 00:33:13 +00:00
Rewrite Rename DiagnosticInfo to Diagnostic as per issue 5397 2011-09-26 01:18:08 +00:00
Sema PR11009: Fix a FIXME which was leading to an assertion failure with rvalue references. 2011-09-27 01:11:35 +00:00
Serialization Add a comment in ASTReader::ReadPragmaDiagnosticMappings that the user bit 2011-09-26 23:06:41 +00:00
StaticAnalyzer Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397 2011-09-26 00:51:36 +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