.. |
ARCMigrate
|
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops.
|
2015-07-02 21:03:14 +00:00 |
AST
|
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops.
|
2015-07-02 21:03:14 +00:00 |
ASTMatchers
|
When testing for anyOf(), the test should not be for an exact type match for all members of the set. Instead, test that all members are convertible to the common type.
|
2015-07-02 14:02:41 +00:00 |
Analysis
|
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops.
|
2015-07-02 21:03:14 +00:00 |
Basic
|
Revert "Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp for extracting target specific information."
|
2015-07-02 15:14:10 +00:00 |
CodeGen
|
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops.
|
2015-07-02 21:03:14 +00:00 |
Driver
|
Support mingw-w64 and mingw.org toolchains at any install location.
|
2015-07-02 04:45:27 +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] Treat regex literals like string literals.
|
2015-07-02 15:00:44 +00:00 |
Frontend
|
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops.
|
2015-07-02 21:03:14 +00:00 |
FrontendTool
|
Provide a BuryPointer for unique_ptrs.
|
2014-08-29 16:53:14 +00:00 |
Headers
|
This patch adds support for the vector merge even word and vector merge odd word
|
2015-07-02 19:29:05 +00:00 |
Index
|
Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition.
|
2015-05-04 02:25:31 +00:00 |
Lex
|
[Modules] Be consistent about finding a module for framework headers
|
2015-07-02 13:19:48 +00:00 |
Parse
|
[OPENMP 4.0] Initial support for 'omp cancel' construct.
|
2015-07-02 11:25:17 +00:00 |
Rewrite
|
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
2015-06-22 23:07:51 +00:00 |
Sema
|
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops.
|
2015-07-02 21:03:14 +00:00 |
Serialization
|
[OPENMP 4.0] Initial support for 'omp cancel' construct.
|
2015-07-02 11:25:17 +00:00 |
StaticAnalyzer
|
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops.
|
2015-07-02 21:03:14 +00:00 |
Tooling
|
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
2015-06-22 23:07:51 +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 |