[PATCH] D152686: [clangd] Enforce strict unused includes by default

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 12 02:38:36 PDT 2023


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


================
Comment at: clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp:9
 
+#include "/usr/local/google/home/kadircet/repos/llvm/clang-tools-extra/clang-tidy/ClangTidyOptions.h"
 #include "Annotations.h"
----------------
nit: this spelling is incorrect, looks like a bug in the tooling spelling logic.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152686



More information about the cfe-commits mailing list