[PATCH] D36368: Fix type printing of array template args

John McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 10:04:44 PDT 2021


rjmccall added inline comments.


================
Comment at: clang/test/CodeGenCXX/debug-info-codeview-display-name.cpp:87
 template void fn_tmpl<int, freefunc>();
-// CHECK-DAG: "fn_tmpl<int,&freefunc>"
+// CHECK-DAG: "fn_tmpl<int,freefunc>"
 
----------------
Why did this change?  This is a decay and should probably continue to be printed with `&`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D36368/new/

https://reviews.llvm.org/D36368



More information about the llvm-commits mailing list