By default, check_clang_tidy runs tests in c++11-or-later mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94029
[clang-tidy] Add extra tests ClosedPublic Authored by steveire on Jan 4 2021, 1:42 PM.
Details
Summary By default, check_clang_tidy runs tests in c++11-or-later mode.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 5 2021, 6:18 AM Closed by commit rG53c3acb89fcc: [clang-tidy] Add extra tests (authored by • stephenkelly). · Explain WhyJan 5 2021, 7:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 314611 clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-semicolon-constexpr.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-raii.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone-use-after-move.cpp
clang-tools-extra/test/clang-tidy/checkers/modernize-raw-string-literal.cpp
clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard.cpp
clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-header.cpp
clang-tools-extra/test/clang-tidy/checkers/readability-avoid-const-params-in-decls.cpp
clang-tools-extra/test/clang-tidy/checkers/readability-delete-null-pointer.cpp
clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init.cpp
|