[PATCH] D153860: [clang-tidy] Fix modernize-use-std-print check when return value used
Mike Crowe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 27 13:12:12 PDT 2023
mikecrowe updated this revision to Diff 535106.
mikecrowe added a comment.
Fix test failures on PS4 and PS5 and improve tests
- Ensure that exceptions are available so the test can use try/catch
- Remove unwanted -NOT checks
- Add more return value tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153860/new/
https://reviews.llvm.org/D153860
Files:
clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp
clang-tools-extra/docs/clang-tidy/checks/modernize/use-std-print.rst
clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-absl.cpp
clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-custom.cpp
clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153860.535106.patch
Type: text/x-patch
Size: 18403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230627/89743af7/attachment-0001.bin>
More information about the cfe-commits
mailing list