.. |
ARCMigrate
|
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
|
2016-02-10 19:11:58 +00:00 |
AST
|
[ASTImporter] Implement some expression-related AST node import.
|
2016-04-14 11:51:27 +00:00 |
ASTMatchers
|
Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasType() to match on TypedefNameDecl nodes.
|
2016-04-14 16:05:45 +00:00 |
Analysis
|
Enable support for __float128 in Clang
|
2016-04-13 09:49:45 +00:00 |
Basic
|
[CrashReproducer] Setup 'use-external-names' in YAML files.
|
2016-04-13 19:28:21 +00:00 |
CodeGen
|
[CodeGen] Avoid ctor/dtor boilerplate with some C++11
|
2016-04-13 23:37:17 +00:00 |
Driver
|
ARM: make Darwin's "-arch armv7em" default to hard-float.
|
2016-04-13 17:08:51 +00:00 |
Edit
|
Remove autoconf support
|
2016-01-26 21:30:40 +00:00 |
Format
|
clang-format: Last line in incomplete block is indented incorrectly
|
2016-04-14 14:56:49 +00:00 |
Frontend
|
[CrashReproducer] Setup 'use-external-names' in YAML files.
|
2016-04-13 19:28:21 +00:00 |
FrontendTool
|
Make it possible for AST plugins to enable themselves by default
|
2016-03-15 12:51:40 +00:00 |
Headers
|
[Clang][AVX512][BUILTIN] Adding support for intrinsics of vpmov{d|q}{b|w|d}{128|256|512} instruction set
|
2016-04-14 07:56:51 +00:00 |
Index
|
Enable support for __float128 in Clang
|
2016-04-13 09:49:45 +00:00 |
Lex
|
Enable support for __float128 in Clang
|
2016-04-13 09:49:45 +00:00 |
Parse
|
[SemaObjC] Properly handle mix between type arguments and protocols.
|
2016-04-13 20:59:07 +00:00 |
Rewrite
|
Remove use of builtin comma operator.
|
2016-02-18 22:34:54 +00:00 |
Sema
|
In vector comparisons, handle scalar LHS just as we handle scalar RHS
|
2016-04-14 21:03:38 +00:00 |
Serialization
|
[modules] Store the location of the lexical update record in a decl update as
|
2016-04-14 00:50:18 +00:00 |
StaticAnalyzer
|
[analyzer] Nullability: Suppress diagnostic on bind with cast.
|
2016-04-13 17:59:24 +00:00 |
Tooling
|
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
|
2016-03-29 16:31:53 +00:00 |
CMakeLists.txt
|
Fix build with various feature flag combinations
|
2014-07-14 22:17:22 +00:00 |