llvm-capstone/clang/unittests
Pratyush Das 99d63ccff0 Add type information to integral template argument if required.
Non-comprehensive list of cases:
 * Dumping template arguments;
 * Corresponding parameter contains a deduced type;
 * Template arguments are for a DeclRefExpr that hadMultipleCandidates()

Type information is added in the form of prefixes (u8, u, U, L),
suffixes (U, L, UL, LL, ULL) or explicit casts to printed integral template
argument, if MSVC codeview mode is disabled.

Differential revision: https://reviews.llvm.org/D77598
2021-05-12 19:00:08 +00:00
..
Analysis
AST [clang/Basic] Make TargetInfo.h not use DataLayout again 2021-04-27 22:26:10 -04:00
ASTMatchers Make hasTypeLoc matcher support more node types. 2021-05-08 00:35:22 +01:00
Basic
CodeGen
CrossTU
DirectoryWatcher
Driver [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
Format [clang-format] Fix C# nullable-related errors 2021-05-06 12:11:15 +02:00
Frontend [clang] Implement CompilerInvocation copy assignment 2021-04-19 11:12:22 +02:00
Index [index] Improve macro indexing support 2021-04-06 09:12:14 -07:00
Introspection [AST] Fix DeclarationNameInfo introspection 2021-04-26 18:49:13 +01:00
Lex
libclang
Rename [clang-rename] Handle designated initializers. 2021-04-12 13:15:14 -07:00
Rewrite
Sema
Serialization
StaticAnalyzer [analyzer] Don't include private gtest headers 2021-03-22 13:31:38 +01:00
Tooling Add type information to integral template argument if required. 2021-05-12 19:00:08 +00:00
CMakeLists.txt [AST] Add generator for source location introspection 2021-03-15 10:52:44 +00:00