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

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 29 06:43:54 PDT 2024


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

ah, good catch. I moved to a generic place, ast-dump-templates.cpp.

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


More information about the cfe-commits mailing list