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