[all-commits] [llvm/llvm-project] 7f29f1: [clang-tidy] Ignore unevaluated context in cppcore...
Piotr Zegar via All-commits
all-commits at lists.llvm.org
Thu Aug 10 13:12:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f29f14d025702a04ca3e5cdd31de40c392e2799
https://github.com/llvm/llvm-project/commit/7f29f14d025702a04ca3e5cdd31de40c392e2799
Author: Piotr Zegar <me at piotrzegar.pl>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/pro-type-vararg.rst
M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-type-vararg.cpp
Log Message:
-----------
[clang-tidy] Ignore unevaluated context in cppcoreguidelines-pro-type-vararg
Ignore decltype, sizeof, alignof in this check.
Fixes: #30542
Reviewed By: ccotter
Differential Revision: https://reviews.llvm.org/D157376
Commit: 894140b4fdde10b6bff7fc99104b2292ade3c91c
https://github.com/llvm/llvm-project/commit/894140b4fdde10b6bff7fc99104b2292ade3c91c
Author: Piotr Zegar <me at piotrzegar.pl>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-type-member-init.cpp
Log Message:
-----------
[clang-tidy] Ignore delegate constructors in cppcoreguidelines-pro-type-member-init
Ignore dependend delegate constructors.
Fixes: #37250
Reviewed By: ccotter
Differential Revision: https://reviews.llvm.org/D157367
Compare: https://github.com/llvm/llvm-project/compare/8a15bdb5e637...894140b4fdde
More information about the All-commits
mailing list