.. |
ARCMigrate
|
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
|
2015-05-29 19:42:19 +00:00 |
AST
|
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
|
2015-05-29 19:42:19 +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
|
Update -Winvalid-noreturn to handle destructors better.
|
2015-05-28 00:14:02 +00:00 |
Basic
|
ARM: fix ACLE predefine for iOS's "-arch armv7s".
|
2015-05-29 21:28:25 +00:00 |
CodeGen
|
ubsan: Check for null pointers given to certain builtins, such
|
2015-05-30 16:11:40 +00:00 |
Driver
|
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
|
2015-05-29 19:42:19 +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
|
[Format] Move UnwrappedLines instead of copying.
|
2015-05-31 11:18:05 +00:00 |
Frontend
|
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
|
2015-05-29 19:42:19 +00:00 |
FrontendTool
|
Provide a BuryPointer for unique_ptrs.
|
2014-08-29 16:53:14 +00:00 |
Headers
|
Added doxygen comments for the intrinsics.
|
2015-05-28 01:25:25 +00:00 |
Index
|
Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition.
|
2015-05-04 02:25:31 +00:00 |
Lex
|
Refactor MacroInfo so macro arguments can be iterated with range-based for loops.
|
2015-05-29 09:15:24 +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
|
[Sema] Promote compound assignment exprs. with fp16 LHS and int. RHS.
|
2015-05-29 22:54:57 +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
|
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
|
2015-05-29 19:42:19 +00:00 |
Tooling
|
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
|
2015-05-29 19:42:19 +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 |