[PATCH] D157480: [clang-repl] Disambiguate global namespace identifiers
Jonas Hahnfeld via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 9 04:30:23 PDT 2023
Hahnfeld added inline comments.
================
Comment at: clang/test/Interpreter/global-namespace-disambiguate.cpp:6
+struct A { ~A(); };
+::A::~A() {}
+
----------------
v.g.vassilev wrote:
> Can we add this test to `disambiguate-decl-stmt.cpp` instead where we track these things?
done
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157480/new/
https://reviews.llvm.org/D157480
More information about the cfe-commits
mailing list