[PATCH] D157477: [clang-repl] Add test for disambiguation of templates

Vassil Vassilev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 9 02:18:22 PDT 2023


v.g.vassilev added a comment.

If you have not merged this patch please consider my comment.



================
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); }
+
----------------
It might be a good idea to add this test to `disambiguate-decl-stmt.cpp` where we track these things.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157477



More information about the cfe-commits mailing list