This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from fcb8aa0 [clang-tidy] Tests should not rely on STL headers being available. new b9006a7 [clang-tidy] Catch trivially true statements like a != 1 || a != 3 new 39c888b [clang-tidy] Fix diag message for catch-by-value
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang-tidy/misc/RedundantExpressionCheck.cpp | 5 +++++ clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp | 10 ++++++---- test/clang-tidy/misc-redundant-expression.cpp | 4 ++++ test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-)