[all-commits] [llvm/llvm-project] e67f2c: [clang-tidy] Rename out-of-line function definitio...
Edwin Vane via All-commits
all-commits at lists.llvm.org
Tue May 21 11:52:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e67f2cc3fc38cec2041cfb197ac4688ed3d16e7e
https://github.com/llvm/llvm-project/commit/e67f2cc3fc38cec2041cfb197ac4688ed3d16e7e
Author: Edwin Vane <revane at google.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
A clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-outofline.cpp
Log Message:
-----------
[clang-tidy] Rename out-of-line function definitions (#91954)
Member function templates defined out-of-line were resulting in
conflicting naming failures with overlapping usage sets. With this
change, out-of-line definitions are treated as a usage of the failure
which is the inline declaration.
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