hanchenye-llvm-project/clang/lib
Aaron Ballman 66eb58a756 Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasType() to match on TypedefNameDecl nodes.
Patch by Clement Courbet.

llvm-svn: 266331
2016-04-14 16:05:45 +00:00
..
ARCMigrate
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
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
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
Sema [MSVC] Fix check for wchar_t type in case of -fno-wchar 2016-04-14 09:52:06 +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