llvm-project/clang/lib
Richard Smith 18e093faf7 [msabi] Mangle a template argument referring to array-to-pointer decay
applied to an array the same as the array itself.

This follows MS ABI, and corrects a regression from the implementation
of generalized non-type template parameters, where we "forgot" how to
mangle this case.
2021-01-19 14:38:07 -08:00
..
APINotes APINotes: annotate dump methods (NFC) 2021-01-08 20:49:28 +00:00
ARCMigrate ARCMigrate: Migrate ObjCMT.cpp over to FileEntryRef 2020-12-09 14:16:05 -08:00
AST [msabi] Mangle a template argument referring to array-to-pointer decay 2021-01-19 14:38:07 -08:00
ASTMatchers NFC: Minor cleanup of function calls 2021-01-17 18:47:17 +00:00
Analysis Revert "Revert "Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""""" 2021-01-08 14:17:18 +01:00
Basic [AArch64] Adding ACLE intrinsics for the LS64 extension 2021-01-14 09:43:58 +00:00
CodeGen [OPENMP]Do not use OMP_MAP_TARGET_PARAM for data movement directives. 2021-01-19 12:41:15 -08:00
CrossTU Revert "Revert "Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""""" 2021-01-08 14:17:18 +01:00
DirectoryWatcher Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
Driver [flang][driver] Add support for `-I` in the new driver 2021-01-19 11:20:56 +00:00
Edit [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
Format [clang-format] Apply Allman style to lambdas 2021-01-19 18:17:01 +01:00
Frontend [clang][cli] Parse Lang and CodeGen options separately 2021-01-19 09:52:46 +01:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [X86][AMX] Fix the typo. 2021-01-19 16:57:34 +08:00
Index [c++20] P1907R1: Support for generalized non-type template arguments of scalar type. 2021-01-18 21:05:01 -08:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Lex Return false from __has_declspec_attribute() if not explicitly enabled 2021-01-12 13:20:08 -05:00
Parse [clang] Use SourceLocations in unions [NFCI] 2021-01-14 10:56:53 +00:00
Rewrite SourceManager: Clarify that FileInfo always has a ContentCache, NFC 2020-10-23 12:38:53 -04:00
Sema Ensure we don't strip the ConstantExpr carrying a non-type template 2021-01-19 12:48:39 -08:00
Serialization [c++20] P1907R1: Support for generalized non-type template arguments of scalar type. 2021-01-18 21:05:01 -08:00
StaticAnalyzer Revert "Revert "Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""""" 2021-01-08 14:17:18 +01:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling [libTooling] Change `addInclude` to use expansion locs. 2021-01-15 03:08:56 +00:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00