llvm-project/clang/lib
Yaron Keren 10d6d1689b C++ 11 rangify for loop.
llvm-svn: 239140
2015-06-05 09:40:53 +00:00
..
ARCMigrate Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
AST Fix PR21945: Crash in constant evaluator. 2015-06-01 16:23:08 +00:00
ASTMatchers Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
Analysis Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer 2015-06-03 10:12:40 +00:00
Basic [Concepts] lex keywords: concept and requires 2015-06-05 01:10:24 +00:00
CodeGen C++ 11 rangify for loop. 2015-06-05 09:40:53 +00:00
Driver Simplify ARMTargetParser::parseArch(ARMTargetParser::getCanonical()), following r239099 2015-06-04 21:31:41 +00:00
Edit [edit] Don't hit an assert when trying to delete a trailing space at EOF 2015-03-29 18:07:29 +00:00
Format clang-format: [JS] Let fat arrows have 'Assignment' precedence. 2015-06-05 08:25:37 +00:00
Frontend Revert "add the -mrecip driver flag and process its options (2nd try)" 2015-06-03 05:44:28 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [PowerPC] This revision adds 68 of the missing "Predefined Functions for Vector Programming" from appendix A of the OpenPOWER ABI for Linux Supplement document. 2015-06-04 18:45:44 +00:00
Index Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 2015-05-04 02:25:31 +00:00
Lex Remove unused defaulted argument `IncludeTextualHeaders`. 2015-06-04 23:38:11 +00:00
Parse __declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension. 2015-05-26 19:44:52 +00:00
Rewrite Remove empty non-virtual destructors or mark them =default when non-public 2015-04-11 15:58:30 +00:00
Sema Test commit access. 2015-06-04 22:53:21 +00:00
Serialization Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
StaticAnalyzer [analyzer]Test commit fixing 80-column violation in comment. NFC. 2015-06-04 00:18:10 +00:00
Tooling Allow replacements created from token ranges to specify language options. 2015-06-03 13:10:41 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00