junaire added a comment. In D137494#3910500 <https://reviews.llvm.org/D137494#3910500>, @v1nh1shungry wrote:
> @tom-anders Thank you for reviewing! > > I tried adding a test but I don't know how to run the tests. > > And I just found that operators declared in a class context are already > handled in the existing version, but user-defined literals are not, so I > rewrote the comments. I guess that's `ninja check-clangd`? ================ Comment at: clang-tools-extra/clangd/unittests/tweaks/RemoveUsingNamespaceTests.cpp:236 + } + using namespace n^s; + int main() { ---------------- is this a typo? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D137494/new/ https://reviews.llvm.org/D137494 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits