[PATCH] D61851: [clang-tidy] New option for misc-throw-by-value-catch-by-reference
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 20 06:37:22 PDT 2019
lebedev.ri added a comment.
Looks good
================
Comment at: clang-tidy/misc/ThrowByValueCatchByReferenceCheck.h:45
+ const bool WarnOnLargeObject;
+ uint64_t MaxSize; // No `const` bacause we have to set it in two steps.
};
----------------
because
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61851/new/
https://reviews.llvm.org/D61851
More information about the cfe-commits
mailing list