llvm/clang/test/CXX
Matheus Izvekov 68b9d8ed7a [clang] fix transformation of template arguments of 'auto' type constraints
See PR48617.

When assigning the new template arguments to the new TypeLoc, we were looping
on the argument count of the original TypeLoc instead of the new one,
which can be different when packs are present.

Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>

Reviewed By: rsmith

Differential Revision: https://reviews.llvm.org/D109406
2021-09-08 03:22:34 +02:00
..
basic Implement P1937 consteval in unevaluated contexts 2021-08-06 10:29:28 -04:00
class [clang] fix error recovery ICE on copy elision when returing invalid variable 2021-09-03 20:34:08 +02:00
class.access [clang] Implement P0692R1 from C++20 (access checking on specializations and instantiations) 2021-08-10 19:20:50 +04:00
class.derived
conv
cpp
dcl [clang] fix transformation of template arguments of 'auto' type constraints 2021-09-08 03:22:34 +02:00
dcl.dcl [Clang][DiagnosticSemaKinds] combine diagnostic texts 2021-08-06 13:58:21 -07:00
dcl.decl Remove unnecessary triple from test 2021-06-15 09:49:45 -07:00
drs Fully qualify template template parameters when printing 2021-09-02 15:04:34 -07:00
except Disallow narrowing conversions to bool in noexcept specififers 2021-08-06 10:26:39 -04:00
expr [clang] fix crash on template instantiation of invalid requires expressions 2021-08-03 23:16:04 +02:00
lex
module
modules-ts
over
special
stmt.stmt Partially implement P1401R5 (Narrowing contextual conversions to bool) 2021-07-12 08:06:27 -04:00
temp Fully qualify template template parameters when printing 2021-09-02 15:04:34 -07:00