[all-commits] [llvm/llvm-project] 5545f1: [clang-tidy][NFC] Split bugprone-exception-escape ...
Piotr Zegar via All-commits
all-commits at lists.llvm.org
Sun May 7 10:57:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5545f1bbd4e18b9ffda993ee13460d417194941a
https://github.com/llvm/llvm-project/commit/5545f1bbd4e18b9ffda993ee13460d417194941a
Author: Piotr Zegar <me at piotrzegar.pl>
Date: 2023-05-07 (Sun, 07 May 2023)
Changed paths:
A clang-tools-extra/test/clang-tidy/checkers/bugprone/exception-escape-throw.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/exception-escape.cpp
Log Message:
-----------
[clang-tidy][NFC] Split bugprone-exception-escape tests
Split tests files into noexcept and throw().
This is preparation for a C++20 support in this check.
Reviewed By: carlosgalvezp
Differential Revision: https://reviews.llvm.org/D148458
More information about the All-commits
mailing list