summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix cmake for r136702 (at least for the most part). Chandler has been kind Chad Rosier2011-08-021-0/+3
* Temporarily revert parts of r136702 to make cmake builds happy.Chad Rosier2011-08-021-3/+0
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-021-0/+3
* Tweak the CMake build so that building a project just containing ClangDouglas Gregor2011-07-141-2/+11
* Revert "hack in my new variables for GCC"Chandler Carruth2011-06-081-12/+0
* hack in my new variables for GCCChandler Carruth2011-06-081-0/+12
* CMake: add support for CLANG_VENDOR. PR9966.Oscar Fuentes2011-05-201-0/+7
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-111-1/+1
* Reflect rename on LLVM cmake file.Oscar Fuentes2011-04-101-1/+1
* CMake: removed some unnecesary conditionals from add_clang_library.Oscar Fuentes2011-03-291-15/+6
* Removed workaround for unspecified build problem on MinGW.Oscar Fuentes2011-03-261-5/+3
* Fix some issues with include directories: remove a duplicate and putOscar Fuentes2011-03-171-5/+2
* CMake: [PR9321] Don't install include/clang/**/*.td.NAKAMURA Takumi2011-02-281-1/+0
* CMake: add version information into the clang executable and libclangDouglas Gregor2011-02-251-0/+10
* LLVM_INCLUDE_TESTS applies to unit tests, not the normal Clang testsDouglas Gregor2011-02-251-2/+2
* Don't include Clang's unit tests if LLVM's unit tests aren't being builtDouglas Gregor2011-02-251-5/+4
* CMake: Eliminate duplicate -D__STDC_LIMIT_MACROS and -D__STDC_CONSTANT_MACROS...NAKAMURA Takumi2011-02-211-3/+0
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-201-0/+3
* New function for tablegenning: clang_tablegen.Oscar Fuentes2011-02-201-0/+30
* More correct fix for CMake breakage I was seeing, my buildbots useDaniel Dunbar2011-02-181-0/+2