summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* [CMake] check-clang: Include ClangUnitTests if it can be built. Check existen...NAKAMURA Takumi2013-12-191-1/+7
* [CMake][Standalone] Import LLVM_LIT_TOOLS_DIR.NAKAMURA Takumi2013-12-171-0/+5
* [CMake][Standalone] Fix llvm-tblgen's directory to use LLVM_TOOLS_BINARY_DIR ...NAKAMURA Takumi2013-12-171-2/+2
* [CMake][Standalone] Fixup r197395 for standalone build.NAKAMURA Takumi2013-12-171-0/+3
* In a standalone Clang build, default to building tests, like LLVM doesDmitri Gribenko2013-12-161-0/+4
* [CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi2013-12-161-0/+3
* [libclang] Some changes on the linker options for libclang on a CMake build.Argyrios Kyrtzidis2013-11-061-0/+39
* Revert commits r190613, r190560 and r190557.Rafael Espindola2013-10-011-2/+0
* [CMake] Put controversial always-recheck-revision-number behind an option.Jordan Rose2013-09-121-0/+2
* [doxygen] Added code for generating doxygen documentation for clang for cmake.Michael Gottesman2013-08-281-2/+6
* Use set to create CLANG_ORDER_FILE instead of option which implies a bool value.Michael Gottesman2013-08-271-2/+2
* CMake: support the LLVM_INSTALL_TOOLCHAIN_ONLY flagHans Wennborg2013-08-241-14/+28
* Rename CMake variable; this fell out of r189127 somehow.Hans Wennborg2013-08-231-2/+2
* CMake: Don't look for llvm-tblgen when building outside LLVM treeHans Wennborg2013-08-231-11/+9
* Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose2013-08-221-3/+7
* [autotools->cmake] Added support for building clang with an order file.Michael Gottesman2013-08-201-0/+3
* [autotools->cmake] Move add_subdirectory(test) inside CLANG_INCLUDE_TESTS to ...Michael Gottesman2013-08-201-1/+1
* [autotools->cmake] Added variable CLANG_VENDOR_UTI.Michael Gottesman2013-08-151-0/+3
* [autotools->cmake] Added CMake support for the preprocessor variable CLANG_RE...Michael Gottesman2013-08-151-0/+7
* clang-cl: add support for the /? and /help optionsHans Wennborg2013-07-271-1/+0
* Retain linker flags specified on cmake command line.Andy Gibbs2013-06-121-1/+1
* Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so thatRoman Divacky2013-05-291-2/+21
* cmake: Only add -pedantic if LLVM didn't add it. Don't unconditionally addRichard Smith2013-04-221-1/+6
* CMake: -Wno-nested-anon-types for Clang.Jordan Rose2013-03-021-0/+5
* Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdi...Alexey Samsonov2013-02-261-3/+3
* CMake: Include Clang unit tests in check-clang target in standalone builds.Jordan Rose2013-02-081-6/+1
* CMake: Optionally allow running the Clang unit tests in standalone builds.Jordan Rose2013-02-081-4/+11
* CMake: Make sure to detect LibXml2 when Clang is built standaloneDouglas Gregor2012-12-181-0/+5
* [CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi2012-12-141-4/+0
* Update CMake build corresponding to r170135.NAKAMURA Takumi2012-12-131-0/+3
* CMake: Fix public header search for generating Xcode/MSVC projects.Jordan Rose2012-10-231-10/+20
* Fix capitalization of LibXml2 for CMake on case-sensitive file systemsDouglas Gregor2012-08-071-1/+1
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-071-0/+5
* clang/CMakeLists.txt: Move "examples" after building lib and tools.NAKAMURA Takumi2012-07-271-3/+3
* [CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only cl...NAKAMURA Takumi2012-07-091-1/+0
* Clone a bit of LIT flag defaults from the LLVM CMake file into theChandler Carruth2012-07-021-0/+8
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-1/+0
* Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet2012-06-061-8/+0
* use DEFAULT_SYSROOTSebastian Pop2012-04-161-0/+4
* CMake: install libclang.dll to $CMAKE_INSTALL_PREFIX/bin.NAKAMURA Takumi2012-02-251-1/+2
* include clang's config.h unconditionally (v2)Dylan Noblesmith2012-02-141-1/+1
* back out r149504Dylan Noblesmith2012-02-021-1/+1
* cmake: don't install config.h (v2)Dylan Noblesmith2012-02-011-0/+1
* cmake: revert r149496Dylan Noblesmith2012-02-011-1/+0
* include clang's config.h unconditionallyDylan Noblesmith2012-02-011-1/+1
* cmake: don't install config.hDylan Noblesmith2012-02-011-0/+1
* Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are builtPeter Collingbourne2012-01-261-4/+2
* Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne2011-10-061-1/+2
* Clang-side build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-7/+7
* CMake: Define ${LLVM_TABLEGEN_EXE} with explicit ${CMAKE_EXECUTABLE_SUFFIX} o...NAKAMURA Takumi2011-09-231-2/+2