llvm-project/clang-tools-extra/test/clang-tidy
Felix Berger bdd5da9dec [clang-tidy] performance-unnecessary-copy-initialization: Directly examine the initializing var's initializer.
This fixes false positive cases where a reference is initialized outside of a
block statement and then its initializing variable is modified. Another case is
when the looped over container is modified.

Differential Revision: https://reviews.llvm.org/D103021

Reviewed-by: ymandel
2021-06-18 15:25:17 -04:00
..
checkers [clang-tidy] performance-unnecessary-copy-initialization: Directly examine the initializing var's initializer. 2021-06-18 15:25:17 -04:00
infrastructure [clang-tidy] LIT test fix for Remark diagnostic 2021-06-11 02:02:36 -07:00
check_clang_tidy.py [clang-tidy][test] Allow specifying potentially unused suffixes 2021-02-24 15:22:54 +00:00