[PATCH] D116833: [clang][Sema] Introduce support for disabling warnings in system macros

Carlos Galvez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 8 02:22:35 PST 2022


carlosgalvezp added a comment.

Updated according to your feedback, let me know what you think! I've run `ninja check-clang` successfully, let me know if there's any other test I should run. Personally I think this `ShowInSystemMacro` should be OFF by default (to be consistent with `ShowInSystemHeader`), but I think this can be done in a separate patch if wanted. Otherwise there's ~15 tests to fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116833



More information about the cfe-commits mailing list