llvm-project/clang-tools-extra/test/clang-tidy
Felix Berger 98e07b5596 Restrict UnnecessaryCopyInitialization check to variables initialized from free functions without arguments
This restriction avoids cases where an alias is returned to an argument and
which could lead to to a false positive change.
2020-09-15 08:46:04 -04:00
..
checkers Restrict UnnecessaryCopyInitialization check to variables initialized from free functions without arguments 2020-09-15 08:46:04 -04:00
infrastructure [clang-tidy] Use StringMap for ClangTidyOptions::OptionsMap 2020-07-30 10:31:13 +01:00
check_clang_tidy.py Replaced C++2a with C++20 in clang-tools-extra 2020-06-03 14:54:10 +02:00