[PATCH] D55433: [clang-tidy] Adding a new modernize use nodiscard checker
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 8 10:29:53 PST 2019
MyDeveloperDay added a comment.
In D55433#1349709 <https://reviews.llvm.org/D55433#1349709>, @JonasToth wrote:
> No problem, thats why we test on real projects first, because there is always something hidden in C++ :)
>
> Is there a test for the lambdas?
test/clang-tidy/modernize-use-nodiscard.cpp line 158 (which is how it manifested inside LLVM) as a lambda assigned to an auto
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55433/new/
https://reviews.llvm.org/D55433
More information about the cfe-commits
mailing list