[PATCH] D120306: [clangd] IncludeCleaner: Add support for IWYU pragma private

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 24 08:36:39 PDT 2022


kbobyrev updated this revision to Diff 417940.
kbobyrev added a comment.
Herald added a project: All.

Switch to a different model of recording includes that differentiates between
user includes and public headers recored through IWYU pragmas.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120306

Files:
  clang-tools-extra/clangd/IncludeCleaner.cpp
  clang-tools-extra/clangd/IncludeCleaner.h
  clang-tools-extra/clangd/unittests/IncludeCleanerTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120306.417940.patch
Type: text/x-patch
Size: 8904 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220324/d6801e6a/attachment.bin>


More information about the cfe-commits mailing list