[clang] [AST] Dump explicit template arguments for UnreslovedLookupExpr. (PR #90466)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 29 06:16:35 PDT 2024


================
@@ -107,3 +107,17 @@ auto FooFunc(C auto V) -> C decltype(auto) {
 }
 
 }
+
+namespace dump_unreslove_lookup_arguments {
----------------
erichkeane wrote:

This is the wrong file for this, it is meant for `concepts`, which this isn't really related to. 

https://github.com/llvm/llvm-project/pull/90466


More information about the cfe-commits mailing list