[all-commits] [llvm/llvm-project] b3700c: [clang-tidy] Re-add cppcoreguidelines-macro-to-enu...
Piotr Zegar via All-commits
all-commits at lists.llvm.org
Sun Aug 6 01:12:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3700c34aa712fb4034fb2c31b0767993b1a6b7f
https://github.com/llvm/llvm-project/commit/b3700c34aa712fb4034fb2c31b0767993b1a6b7f
Author: Piotr Zegar <me at piotrzegar.pl>
Date: 2023-08-06 (Sun, 06 Aug 2023)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
Log Message:
-----------
[clang-tidy] Re-add cppcoreguidelines-macro-to-enum alias
Looks like somewere in clang-16 this alias were removed,
even that is mention in clang-tidy 15 release notes.
Fixes: #64342
Reviewed By: carlosgalvezp
Differential Revision: https://reviews.llvm.org/D157181
More information about the All-commits
mailing list