llvm-project/clang-tools-extra/clang-tidy/tool
Eric Fiselier 6eee3a3fca Fix clang-tidy shared link with libc++
Currently the ClangTidyMain.cpp fails to link against shared LLVM/Clang libraries
due to the missing symbol:

  clang::tooling::operator<(clang::tooling::Replacement const&,
                            clang::tooling::Replacement const&);

This patch fixes the issue by correctly linking clangToolingCore which contains
the definition.

llvm-svn: 300115
2017-04-12 22:07:47 +00:00
..
CMakeLists.txt Fix clang-tidy shared link with libc++ 2017-04-12 22:07:47 +00:00
ClangTidyMain.cpp [clang-tidy] Update docs and help message 2017-04-06 14:27:00 +00:00
clang-tidy-diff.py [clang-tidy] Add -path option to clang-tidy-diff.py 2017-02-17 19:31:43 +00:00
run-clang-tidy.py [clang-tidy] Don't use groups in the big regexy filter 2017-03-23 16:29:39 +00:00