summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
* [clang] Switch to LLVM_ENABLE_IDEShoaib Meenai2019-02-201-2/+2
* [libclang] Fix -DBUILD_SHARED_LIBS=on build after rC352803Fangrui Song2019-02-011-0/+1
* Attempt to fix build on Windows with LLVM_ENABLE_PIC=OFFNico Weber2019-01-251-1/+1
* [libclang] Add dependency on clangSerialization to unbreak -DBUILD_SHARED_LIB...Fangrui Song2018-12-151-0/+1
* Fix includes and dependencies for libclangRichard Trieu2018-12-151-1/+0
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* [libclang] Revert removal of tidy plugin support from libclang introduced in ...Ivan Donchevskii2018-12-101-0/+9
* Remove the optional dependency from libclang to clang-tidy/include-fixerBenjamin Kramer2018-11-231-9/+0
* libclang: add install/distribution targets for pythonSaleem Abdulrasool2018-08-201-0/+19
* Fix typo in comment.Nico Weber2018-04-231-1/+1
* [clang] Use add_llvm_install_targetsShoaib Meenai2017-11-301-5/+2
* Move the libclang-headers project into the Misc folder on IDEs like Visual St...Aaron Ballman2017-11-041-0/+1
* [libclang] Add dummy libclang-headers targetShoaib Meenai2017-11-021-0/+5
* [CMake][Modules] libclang: Ignore _CINDEX_LIB_ and CLANG_TOOL_EXTRA_BUILD for...NAKAMURA Takumi2017-07-311-0/+9
* Link include-fixer into libclang if clang-tools-extra is checked out.Benjamin Kramer2016-11-171-0/+1
* Tweak CMakeLists not for libclang to depend on the variable CLANG_TOOL_EXTRA_...NAKAMURA Takumi2016-03-031-1/+1
* [libclang] Link clang-tidy plugin into libclang if present.Benjamin Kramer2016-03-031-0/+5
* libclang/CMakeLists.txt: Prune IndexingContext.h out of ADDITIONAL_HEADERS. V...NAKAMURA Takumi2016-02-131-1/+0
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-4/+1
* [CMake] Move the install logic for libclang's headers into the libclang CMake...Chris Bieneman2016-01-141-0/+22
* [CMake] Setup an install component for libclang and c-index-test.Argyrios Kyrtzidis2015-11-121-8/+6
* [CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libclang.Chris Bieneman2015-10-141-1/+1
* [CMake]Getting rid of references to LLVM_SUBMIT_VERSION and LLVM_SUBMIT_SUBVE...Chris Bieneman2015-10-131-5/+2
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-1/+0
* [CMake] Reorder libdeps. NFC.NAKAMURA Takumi2015-07-081-4/+1
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-0/+5
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-5/+0
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-0/+5
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-0/+1
* Link libclang with dl if available.Rafael Espindola2015-01-201-0/+5
* [CMake] Prune redundant libdeps.NAKAMURA Takumi2014-10-301-1/+0
* libclang: Update LINK_COMPONENTS.NAKAMURA Takumi2014-08-021-0/+1
* Fix the !CLANG_ENABLE_ARCMT buildAlp Toker2014-07-141-8/+15
* Now that llvm's build system sets -install_name, we don't need to.Rafael Espindola2014-02-281-3/+0
* [CMake] libclang: Use llvm_add_library(SHARED STATIC).NAKAMURA Takumi2014-02-211-37/+33
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-16/+4
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-121-0/+1
* [CMake] libclang: Update GENERATED_HEADERS with actually used.NAKAMURA Takumi2014-01-241-0/+2
* [CMake] Move LIBCLANG_BUILD_STATIC above. NFC.NAKAMURA Takumi2014-01-231-3/+3
* [CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi2014-01-231-2/+1