llvm-project/clang/include
Matheus Izvekov 219790c1f5 [clang] fix canonicalization of nested name specifiers
See PR47174.

When canonicalizing nested name specifiers of the type kind,
the prefix for 'DependentTemplateSpecialization' types was being
dropped, leading to malformed types which would cause failures
when rebuilding template names.

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

Reviewed By: rsmith

Differential Revision: https://reviews.llvm.org/D107311
2021-08-03 22:39:48 +02:00
..
clang [clang] fix canonicalization of nested name specifiers 2021-08-03 22:39:48 +02:00
clang-c [Clang] Introduce Swift async calling convention. 2021-07-09 11:50:10 -07:00
CMakeLists.txt