[PATCH] D137056: [clangd] Fix a small inconsistency in system-include-extractor.test

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 31 02:31:14 PDT 2022


kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.

thanks!



================
Comment at: clang-tools-extra/clangd/test/system-include-extractor.test:14-17
+# The purpose of the three lines below is to test that the -nostdinc etc.
+# arguments, all of which are present in the command in compile_commands.json
+# below, are passed on by clangd to the driver being queried (unlike most
+# other arguments).
----------------
nit:


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137056



More information about the cfe-commits mailing list