[PATCH] D157477: [clang-repl] Additional test for disambiguation of templates
Jonas Hahnfeld via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 9 04:29:43 PDT 2023
Hahnfeld added inline comments.
================
Comment at: clang/test/Interpreter/namespace-template-disambiguate.cpp:7
+namespace NS2 { struct A { public: using S = int; }; }
+namespace NS2 { A::S f(A::S a); }
+
----------------
v.g.vassilev wrote:
> It might be a good idea to add this test to `disambiguate-decl-stmt.cpp` where we track these things.
done
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157477/new/
https://reviews.llvm.org/D157477
More information about the cfe-commits
mailing list