summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
...
* CMake: Don't look for llvm-tblgen when building outside LLVM treeHans Wennborg2013-08-23
* Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose2013-08-22
* [autotools->cmake] Added support for building clang with an order file.Michael Gottesman2013-08-20
* [autotools->cmake] Move add_subdirectory(test) inside CLANG_INCLUDE_TESTS to ...Michael Gottesman2013-08-20
* [autotools->cmake] Added variable CLANG_VENDOR_UTI.Michael Gottesman2013-08-15
* [autotools->cmake] Added CMake support for the preprocessor variable CLANG_RE...Michael Gottesman2013-08-15
* clang-cl: add support for the /? and /help optionsHans Wennborg2013-07-27
* Retain linker flags specified on cmake command line.Andy Gibbs2013-06-12
* Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so thatRoman Divacky2013-05-29
* cmake: Only add -pedantic if LLVM didn't add it. Don't unconditionally addRichard Smith2013-04-22
* CMake: -Wno-nested-anon-types for Clang.Jordan Rose2013-03-02
* Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdi...Alexey Samsonov2013-02-26
* CMake: Include Clang unit tests in check-clang target in standalone builds.Jordan Rose2013-02-08
* CMake: Optionally allow running the Clang unit tests in standalone builds.Jordan Rose2013-02-08
* CMake: Make sure to detect LibXml2 when Clang is built standaloneDouglas Gregor2012-12-18
* [CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi2012-12-14
* Update CMake build corresponding to r170135.NAKAMURA Takumi2012-12-13
* CMake: Fix public header search for generating Xcode/MSVC projects.Jordan Rose2012-10-23
* Fix capitalization of LibXml2 for CMake on case-sensitive file systemsDouglas Gregor2012-08-07
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-07
* clang/CMakeLists.txt: Move "examples" after building lib and tools.NAKAMURA Takumi2012-07-27
* [CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only cl...NAKAMURA Takumi2012-07-09
* Clone a bit of LIT flag defaults from the LLVM CMake file into theChandler Carruth2012-07-02
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet2012-06-06
* use DEFAULT_SYSROOTSebastian Pop2012-04-16
* CMake: install libclang.dll to $CMAKE_INSTALL_PREFIX/bin.NAKAMURA Takumi2012-02-25
* include clang's config.h unconditionally (v2)Dylan Noblesmith2012-02-14
* back out r149504Dylan Noblesmith2012-02-02
* cmake: don't install config.h (v2)Dylan Noblesmith2012-02-01
* cmake: revert r149496Dylan Noblesmith2012-02-01
* include clang's config.h unconditionallyDylan Noblesmith2012-02-01
* cmake: don't install config.hDylan Noblesmith2012-02-01
* Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are builtPeter Collingbourne2012-01-26
* Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne2011-10-06
* Clang-side build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* CMake: Define ${LLVM_TABLEGEN_EXE} with explicit ${CMAKE_EXECUTABLE_SUFFIX} o...NAKAMURA Takumi2011-09-23
* Fix cmake for r136702 (at least for the most part). Chandler has been kind Chad Rosier2011-08-02
* Temporarily revert parts of r136702 to make cmake builds happy.Chad Rosier2011-08-02
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-02
* Tweak the CMake build so that building a project just containing ClangDouglas Gregor2011-07-14
* Revert "hack in my new variables for GCC"Chandler Carruth2011-06-08
* hack in my new variables for GCCChandler Carruth2011-06-08
* CMake: add support for CLANG_VENDOR. PR9966.Oscar Fuentes2011-05-20
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-11
* Reflect rename on LLVM cmake file.Oscar Fuentes2011-04-10
* CMake: removed some unnecesary conditionals from add_clang_library.Oscar Fuentes2011-03-29
* Removed workaround for unspecified build problem on MinGW.Oscar Fuentes2011-03-26
* Fix some issues with include directories: remove a duplicate and putOscar Fuentes2011-03-17
* CMake: [PR9321] Don't install include/clang/**/*.td.NAKAMURA Takumi2011-02-28