steveire accepted this revision. steveire added a comment. This revision is now accepted and ready to land.
LGTM! ================ Comment at: clang-tools-extra/unittests/clang-query/QueryParserTest.cpp:249 + EXPECT_EQ("dump ", Comps[3 + static_cast<int>(HasIntrospection)].TypedText); + EXPECT_EQ("dump", Comps[3 + static_cast<int>(HasIntrospection)].DisplayText); ---------------- nit: I think `HasIntrospection ? 4 : 3` would be clearer. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101365/new/ https://reviews.llvm.org/D101365 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits