hanchenye-llvm-project/clang/lib
Raphael Isemann 3f6c856bb5 [ASTImporter] Import the default argument of TemplateTypeParmDecl
The test case isn't using the AST matchers for all checks as there doesn't seem to be support for
matching TemplateTypeParmDecl default arguments. Otherwise this is simply importing the
default arguments.

Also updates several LLDB tests that now as intended omit the default template
arguments of several std templates.

Reviewed By: martong

Differential Revision: https://reviews.llvm.org/D92103
2020-11-26 18:01:30 +01:00
..
APINotes APINotes: add property models for YAML attributes 2020-11-23 21:29:17 +00:00
ARCMigrate [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
AST [ASTImporter] Import the default argument of TemplateTypeParmDecl 2020-11-26 18:01:30 +01:00
ASTMatchers Remove automatic traversal from forEach matcher 2020-11-23 14:27:47 +00:00
Analysis Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""" 2020-11-17 18:59:21 -08:00
Basic [clang][SVE] Activate macro `__ARM_FEATURE_SVE_VECTOR_OPERATORS`. 2020-11-25 10:16:43 +00:00
CodeGen [MS] Add more 128bit cmpxchg intrinsics for AArch64 2020-11-25 12:07:28 -08:00
CrossTU [clang][NFC] Use SmallString instead of SmallVector<char 2020-11-17 13:02:58 +00:00
DirectoryWatcher Revert "DirectoryWatcher: add an implementation for Windows" 2020-10-13 12:35:22 -07:00
Driver [clang][Driver] Handle risvc in Baremetal.cpp. 2020-11-26 11:43:17 +00:00
Edit [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
Format Don’t break before nested block param when prior param is not a block 2020-11-20 15:16:04 -08:00
Frontend [clang][cli] Port Target option flags to new option parsing system 2020-11-26 15:32:38 +01:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [MS] Add more 128bit cmpxchg intrinsics for AArch64 2020-11-25 12:07:28 -08:00
Index [Clang][PowerPC] Add __vector_pair and __vector_quad types 2020-10-28 13:19:20 -05:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Lex Allow searching for prebuilt implicit modules. 2020-11-10 10:14:13 -08:00
Parse [NFC, Refactor] Modernize enum FunctionDefinitionKind (DeclSpech.h) into a scoped enum 2020-11-21 09:49:52 -06:00
Rewrite SourceManager: Clarify that FileInfo always has a ContentCache, NFC 2020-10-23 12:38:53 -04:00
Sema Part of C++ DR 39: a class member lookup is not ambiguous if it finds the 2020-11-25 17:03:11 -08:00
Serialization [modules] Fix crash in call to `FunctionDecl::setPure()` 2020-11-18 11:55:29 -08:00
StaticAnalyzer Refactor and simplify class scope name lookup. 2020-11-25 16:25:33 -08:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling [libTooling] Update Transformer's `node` combinator to include the trailing semicolon for decls. 2020-11-20 18:11:50 +00:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00