[PATCH] D140380: [include-cleaner] Respect IWYU pragmas during analyze

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 20 01:52:30 PST 2022


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


================
Comment at: clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp:184
 #include "b.h"
+#include "keep.h" // IWYU pragma: keep
 
----------------
add the `export` case as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140380



More information about the cfe-commits mailing list