[clang] [Clang] Unify interface for accessing template arguments as written for class/variable template specializations (PR #81642)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 13 12:18:25 PST 2024
================
@@ -222,7 +220,7 @@ int binTempl<int, U>;
template<class U>
float binTempl<float, U> = 1;
-// CHECK: VarTemplatePartialSpecializationDecl 0x{{[^ ]*}} <line:{{[0-9]+}}:1, line:{{[0-9]+}}:24> col:7 binTempl 'float' cinit
----------------
erichkeane wrote:
Why are we losing 'const-int' (Is that what cinit means?) here? Is that perhaps important?
https://github.com/llvm/llvm-project/pull/81642
More information about the cfe-commits
mailing list