llvm-project/clang-tools-extra/clang-tidy/openmp
Michał Górny 4121399c12 [clang-tools-extra] Fix linking dylib for LLVMFrontendOpenMP
Use LLVM_LINK_COMPONENTS to link the FrontendOpenMP library
instead of passing it explicitly to LINK_LIBS.  This fixes duplicating
the library when clang-tidy is linked to LLVM dylib.

Differential Revision: https://reviews.llvm.org/D71674
2019-12-18 22:33:23 +01:00
..
CMakeLists.txt [clang-tools-extra] Fix linking dylib for LLVMFrontendOpenMP 2019-12-18 22:33:23 +01:00
ExceptionEscapeCheck.cpp [clang-tidy] openmp-exception-escape check: point to the structured-block 2019-05-05 21:26:32 +00:00
ExceptionEscapeCheck.h [clang-tidy] openmp-exception-escape - a new check 2019-03-22 19:46:25 +00:00
OpenMPTidyModule.cpp [clang-tidy] openmp-exception-escape - a new check 2019-03-22 19:46:25 +00:00
UseDefaultNoneCheck.cpp
UseDefaultNoneCheck.h