[all-commits] [llvm/llvm-project] 53c3ac: [clang-tidy] Add extra tests
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Tue Jan 5 07:44:29 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53c3acb89fcc25ba7ef1f1d76a79c241eeacb7f0
https://github.com/llvm/llvm-project/commit/53c3acb89fcc25ba7ef1f1d76a79c241eeacb7f0
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-semicolon-constexpr.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-raii.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone-use-after-move.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize-raw-string-literal.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard.cpp
M clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-header.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability-avoid-const-params-in-decls.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability-delete-null-pointer.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init.cpp
Log Message:
-----------
[clang-tidy] Add extra tests
By default, check_clang_tidy runs tests in c++11-or-later mode.
Differential Revision: https://reviews.llvm.org/D94029
More information about the All-commits
mailing list