[all-commits] [llvm/llvm-project] a0f325: [clang-tidy] Added check 'misc-override-with-diffe...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Mon Aug 18 02:01:05 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0f325bd41c931e4584feeb592987338c5b67d80
https://github.com/llvm/llvm-project/commit/a0f325bd41c931e4584feeb592987338c5b67d80
Author: Balázs Kéri <balazs.keri at ericsson.com>
Date: 2025-08-18 (Mon, 18 Aug 2025)
Changed paths:
M clang-tools-extra/clang-tidy/misc/CMakeLists.txt
M clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
A clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.cpp
A clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.h
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
A clang-tools-extra/docs/clang-tidy/checks/misc/override-with-different-visibility.rst
A clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/override-with-different-visibility/test-system-header.h
A clang-tools-extra/test/clang-tidy/checkers/misc/override-with-different-visibility-ignore.cpp
A clang-tools-extra/test/clang-tidy/checkers/misc/override-with-different-visibility-options.cpp
A clang-tools-extra/test/clang-tidy/checkers/misc/override-with-different-visibility.cpp
Log Message:
-----------
[clang-tidy] Added check 'misc-override-with-different-visibility' (#140086)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list