[all-commits] [llvm/llvm-project] b4d9ac: [C++20][ClangTidy] Update the ClangTidy tests to a...
Utkarsh Saxena via All-commits
all-commits at lists.llvm.org
Thu Mar 2 04:03:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4d9ac8b453e20e4223b5935c700698608a6425c
https://github.com/llvm/llvm-project/commit/b4d9ac8b453e20e4223b5935c700698608a6425c
Author: Utkarsh Saxena <usx at google.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M clang-tools-extra/test/clang-tidy/checkers/bugprone/dangling-handle.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/easily-swappable-parameters-implicits.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/exception-escape.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/signal-handler.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/unhandled-exception-at-new.cpp
M clang-tools-extra/test/clang-tidy/checkers/cert/throw-exception-type.cpp
M clang-tools-extra/test/clang-tidy/checkers/misc/static-assert.cpp
M clang-tools-extra/test/clang-tidy/checkers/performance/unnecessary-copy-initialization.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/const-return-type-macros.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/const-return-type.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/isolate-declaration-cxx17.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/use-anyofallof.cpp
Log Message:
-----------
[C++20][ClangTidy] Update the ClangTidy tests to also test in C++20 mode
Differential Revision: https://reviews.llvm.org/D144480
More information about the All-commits
mailing list