nridge accepted this revision. nridge added a comment. This revision is now accepted and ready to land.
Thanks for fixing this! ================ Comment at: clang-tools-extra/clangd/unittests/FindTargetTests.cpp:351 + EXPECT_DECLS("TemplateArgumentLoc", {"template <typename> class ...T"}); + Flags.clear(); + ---------------- The `Flags.clear()` in the previous cases is a leftover from when we used to do `Flags = {"-fno-delayed-template-parsing"};` to get the test to pass on Windows. That has since been removed (it's set directly by `TestTU`), so the `Flags.clear()` is no longer necessary. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D111648/new/ https://reviews.llvm.org/D111648 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits