[PATCH] D125769: [clang-tidy] Introduce the CheckHeaderFile option to modernize-deprecated-headers

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 18 02:49:41 PDT 2022


steakhal updated this revision to Diff 430303.
steakhal retitled this revision from "[clang-tidy] Introduce the WarnIntoHeaders option to modernize-deprecated-headers" to "[clang-tidy] Introduce the CheckHeaderFile option to modernize-deprecated-headers".
steakhal edited the summary of this revision.
steakhal added a comment.

- Renamed `WarnIntoHeaders` -> `CheckHeaderFile`
- I forgot to extend the check's docs about this option. I've addressed that one too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125769

Files:
  clang-tools-extra/clang-tidy/modernize/DeprecatedHeadersCheck.cpp
  clang-tools-extra/clang-tidy/modernize/DeprecatedHeadersCheck.h
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/modernize-deprecated-headers.rst
  clang-tools-extra/test/clang-tidy/checkers/modernize-deprecated-headers-extern-c.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125769.430303.patch
Type: text/x-patch
Size: 9228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220518/22ea81a4/attachment-0001.bin>


More information about the cfe-commits mailing list