[all-commits] [llvm/llvm-project] 2f1fff: Disable clang-tidy test that started failing after...
Richard Smith via All-commits
all-commits at lists.llvm.org
Thu Aug 6 19:06:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2f1fffab73f83e6a729cb4d68a99f930e44bc7a8
https://github.com/llvm/llvm-project/commit/2f1fffab73f83e6a729cb4d68a99f930e44bc7a8
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp
Log Message:
-----------
Disable clang-tidy test that started failing after clang commit ed5a18f.
This checker appears to be intentionally not diagnosing cases where an
operator appearing in a duplicated expression might have side-effects;
Clang is now modeling fold-expressions as having an unresolved operator
name within them, so they now trip up this check.
More information about the All-commits
mailing list