[all-commits] [llvm/llvm-project] 8b752b: [clang] Add test for QualTypes in template class N...
Jonas Hahnfeld via All-commits
all-commits at lists.llvm.org
Fri May 2 00:04:25 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b752b9874489229e4afceadd958fdc9ff7a2edb
https://github.com/llvm/llvm-project/commit/8b752b9874489229e4afceadd958fdc9ff7a2edb
Author: Jonas Hahnfeld <jonas.hahnfeld at cern.ch>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M clang/unittests/Tooling/QualTypeNamesTest.cpp
Log Message:
-----------
[clang] Add test for QualTypes in template class NNS (#137804)
Recently commit dc17429ae6 removed some code related to template
arguments in NestedNameSpecifier::print that would not pass on the
TemplateParameterList. This would cause printIntegral to add type
suffixes for the unsigned parameter, but only for the prefix. Add a
regression test to prevent such problems from coming back.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list