aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CMakeLists.txt
AgeCommit message (Expand)Author
2018-12-15[libclang] Add dependency on clangSerialization to unbreak -DBUILD_SHARED_LIB...Fangrui Song
2018-12-15Fix includes and dependencies for libclangRichard Trieu
2018-12-12Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song
2018-12-10[libclang] Revert removal of tidy plugin support from libclang introduced in ...Ivan Donchevskii
2018-11-23Remove the optional dependency from libclang to clang-tidy/include-fixerBenjamin Kramer
2018-08-20libclang: add install/distribution targets for pythonSaleem Abdulrasool
2018-04-23Fix typo in comment.Nico Weber
2017-11-30[clang] Use add_llvm_install_targetsShoaib Meenai
2017-11-04Move the libclang-headers project into the Misc folder on IDEs like Visual St...Aaron Ballman
2017-11-02[libclang] Add dummy libclang-headers targetShoaib Meenai
2017-07-31[CMake][Modules] libclang: Ignore _CINDEX_LIB_ and CLANG_TOOL_EXTRA_BUILD for...NAKAMURA Takumi
2016-11-17Link include-fixer into libclang if clang-tools-extra is checked out.Benjamin Kramer
2016-03-03Tweak CMakeLists not for libclang to depend on the variable CLANG_TOOL_EXTRA_...NAKAMURA Takumi
2016-03-03[libclang] Link clang-tidy plugin into libclang if present.Benjamin Kramer
2016-02-13libclang/CMakeLists.txt: Prune IndexingContext.h out of ADDITIONAL_HEADERS. V...NAKAMURA Takumi
2016-02-12[libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis
2016-01-14[CMake] Move the install logic for libclang's headers into the libclang CMake...Chris Bieneman
2015-11-12[CMake] Setup an install component for libclang and c-index-test.Argyrios Kyrtzidis
2015-10-14[CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libclang.Chris Bieneman
2015-10-13[CMake]Getting rid of references to LLVM_SUBMIT_VERSION and LLVM_SUBMIT_SUBVE...Chris Bieneman
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl
2015-07-08[CMake] Reorder libdeps. NFC.NAKAMURA Takumi
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-24Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-24Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-21Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-01-20Link libclang with dl if available.Rafael Espindola
2014-10-30[CMake] Prune redundant libdeps.NAKAMURA Takumi
2014-08-02libclang: Update LINK_COMPONENTS.NAKAMURA Takumi
2014-07-14Fix the !CLANG_ENABLE_ARCMT buildAlp Toker
2014-02-28Now that llvm's build system sets -install_name, we don't need to.Rafael Espindola
2014-02-21[CMake] libclang: Use llvm_add_library(SHARED STATIC).NAKAMURA Takumi
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi
2014-02-12Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko
2014-01-24[CMake] libclang: Update GENERATED_HEADERS with actually used.NAKAMURA Takumi
2014-01-23[CMake] Move LIBCLANG_BUILD_STATIC above. NFC.NAKAMURA Takumi
2014-01-23[CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi
2014-01-22[CMake][MS] libclang: Invalidate LLVM_EXPORTED_SYMBOL_FILE to suppress LNK4197.NAKAMURA Takumi
2014-01-20[CMake] Apply ADDITIONAL_HEADERS introduced in r199639.NAKAMURA Takumi
2013-12-30Port r198088 (set NO_DEAD_STRIP for clang) from make to cmake.Nico Weber
2013-12-29Use LLVM_EXPORTED_SYMBOL_FILE in libclang's cmake build.Nico Weber