[PATCH] D90835: [clang-tidy] Ignore diagnostics due to macro expansion from not-interested headers

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 9 08:21:56 PDT 2021


lebedev.ri added a comment.

This needs to explain why the existing functionality isn't sufficient - if the header is really not from this project,
then it should be included via `-isystem`, and that will naturally suppress all diagnostics from it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90835



More information about the cfe-commits mailing list