[PATCH] D141218: [clangd] Include the correct header for typeid()
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 9 01:05:54 PST 2023
kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.
thanks for catching this!
================
Comment at: clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp:1531
+TEST(IncludeFixerTest, Typeid) {
+ Annotations Test(R"cpp(
----------------
nit: i'd actually drop the test, as this is too much of a detail to test against.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141218/new/
https://reviews.llvm.org/D141218
More information about the cfe-commits
mailing list