[PATCH] D119130: [clangd] NFC: Move stdlib headers handling to Clang

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 9 01:43:14 PST 2022


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/unittests/Tooling/StandardLibraryTest.cpp:50
+  EXPECT_THAT(Vector->headers(), ElementsAre(*VectorH));
+}
+
----------------
maybe add a test for a C symbol?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119130/new/

https://reviews.llvm.org/D119130



More information about the cfe-commits mailing list