[PATCH] D20714: [Clang-tidy] Fix some Include What You Use warnings; other minor fixes
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 1 10:20:03 PDT 2016
Eugene.Zelenko added a comment.
There is a way to tell IWYU about compound headers with pragmas <https://github.com/include-what-you-use/include-what-you-use/blob/master/docs/IWYUPragmas.md>. I also suggested to make this possible via file with compound headers list.
But person who knows LLVM/Clang code base better then me should define such headers.
Repository:
rL LLVM
http://reviews.llvm.org/D20714
More information about the cfe-commits
mailing list