aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/ClangTidyForceLinker.h
AgeCommit message (Collapse)Author
2018-12-14[clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii
Extract code that forces linking to the separate header and include it in both plugin and standalone tool. Try 2: missing header guard and "clang/Config/config.h" are added to the new header. Differential Revision: https://reviews.llvm.org/D55595 git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@349131 91177308-0d34-0410-b5e6-96231b3b80d8
2018-12-14Revert "[clang-tidy] Share the forced linking code between clang-tidy tool ↵Douglas Yung
and plugin" This reverts commit r349038 as it was causing test failures: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/22185 http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/40886 git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@349121 91177308-0d34-0410-b5e6-96231b3b80d8
2018-12-13[clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii
Extract code that forces linking to the separate header and include it in both plugin and standalone tool Differential Revision: https://reviews.llvm.org/D55595 git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@349038 91177308-0d34-0410-b5e6-96231b3b80d8