Issue |
132953
|
Summary |
[clangd][misc-include-cleaner] doesn't respect no_include IWYU pragma
|
Labels |
clangd,
clang-tidy
|
Assignees |
|
Reporter |
nickdesaulniers
|
https://clangd.llvm.org/design/include-cleaner#iwyu-pragmas currently mentions:
> Include Cleaner respects keep, always_keep, private, and export/begin_exports/end_exports.
It looks like there's an IWYU pragma `no_include`: https://github.com/include-what-you-use/include-what-you-use/blob/master/docs/IWYUPragmas.md#iwyu-pragma-no_include
But FWICT it's not being respected by misc-include-cleaner. (Not sure if this is technically a clang-tidy bug, or clangd, or something else; tagging it for both).
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs