[all-commits] [llvm/llvm-project] d8ef7b: [clang-tidy] Stop linking against clangSema (#113373)
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Wed Oct 23 09:38:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8ef7b67e84145275682185905fcdfd938fe08ce
https://github.com/llvm/llvm-project/commit/d8ef7b67e84145275682185905fcdfd938fe08ce
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M clang-tools-extra/clang-tidy/CMakeLists.txt
M clang-tools-extra/clang-tidy/ClangTidy.cpp
Log Message:
-----------
[clang-tidy] Stop linking against clangSema (#113373)
This is bad layering-wise. The only fix needed now is to anchor
`SemaConsumer` vtable, which is also done in this patch.
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