[PATCH] D55433: [clang-tidy] Adding a new modernize use nodiscard checker
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 7 12:17:23 PST 2018
Szelethus added a comment.
I recently had trouble with ignoring the return type, I would certainly appreciate a tool like this. Can you test it on LLVM+Clang? Maybe some methods in the AST library could also benefit from `LLVM_NODISCARD` (containers with factories is my no1 thought), and it's also a large enough codebase that it would be representative as to how the check behaves.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55433/new/
https://reviews.llvm.org/D55433
More information about the cfe-commits
mailing list