[PATCH] D144216: [clang-tidy] Extract string header from redundant-string-cstr checker
Mike Crowe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 5 08:20:52 PST 2023
mikecrowe added a comment.
> I will double check that this is true once my current build is complete.
Yes, it's true. I stuck a `#error` in `clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/string.h` and I saw the expected error from a file including `<string>`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144216/new/
https://reviews.llvm.org/D144216
More information about the cfe-commits
mailing list