llvm-project/clang-tools-extra/test/clang-tidy
Felix Berger 1c1f794c2b Always allow std::function to be copied.
Since its call operator is const but can modify the state of its underlying
functor we cannot tell whether the copy is necessary or not.

This avoids false positives.

Reviewed-by: aaron.ballman, gribozavr2

Differential Revision: https://reviews.llvm.org/D89332
2020-10-21 17:20:35 -04:00
..
checkers Always allow std::function to be copied. 2020-10-21 17:20:35 -04:00
infrastructure Revert "Extend tests of run-clang-tidy" 2020-10-19 10:37:22 -04:00
check_clang_tidy.py Replaced C++2a with C++20 in clang-tools-extra 2020-06-03 14:54:10 +02:00