aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-07-01Update aosp/master clang for rebase to r239765Pirama Arumuga Nainar
2015-04-08Update aosp/master clang for rebase to r233350Pirama Arumuga Nainar
2015-03-31Update aosp/master clang for rebase to r230699.Stephen Hines
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-07-21Update Clang for rebase to r212749.Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
2013-11-06[libclang] Some changes on the linker options for libclang on a CMake build.Argyrios Kyrtzidis
2013-10-01Revert commits r190613, r190560 and r190557.Rafael Espindola
2013-09-12[CMake] Put controversial always-recheck-revision-number behind an option.Jordan Rose
2013-08-28[doxygen] Added code for generating doxygen documentation for clang for cmake.Michael Gottesman
2013-08-27Use set to create CLANG_ORDER_FILE instead of option which implies a bool value.Michael Gottesman
2013-08-24CMake: support the LLVM_INSTALL_TOOLCHAIN_ONLY flagHans Wennborg
2013-08-23Rename CMake variable; this fell out of r189127 somehow.Hans Wennborg
2013-08-23CMake: Don't look for llvm-tblgen when building outside LLVM treeHans Wennborg
2013-08-22Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose
2013-08-20[autotools->cmake] Added support for building clang with an order file.Michael Gottesman
2013-08-20[autotools->cmake] Move add_subdirectory(test) inside CLANG_INCLUDE_TESTS to ...Michael Gottesman
2013-08-15[autotools->cmake] Added variable CLANG_VENDOR_UTI.Michael Gottesman
2013-08-15[autotools->cmake] Added CMake support for the preprocessor variable CLANG_RE...Michael Gottesman
2013-07-27clang-cl: add support for the /? and /help optionsHans Wennborg
2013-06-12Retain linker flags specified on cmake command line.Andy Gibbs
2013-05-29Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so thatRoman Divacky
2013-04-22cmake: Only add -pedantic if LLVM didn't add it. Don't unconditionally addRichard Smith
2013-03-02CMake: -Wno-nested-anon-types for Clang.Jordan Rose
2013-02-26Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdi...Alexey Samsonov
2013-02-08CMake: Include Clang unit tests in check-clang target in standalone builds.Jordan Rose
2013-02-08CMake: Optionally allow running the Clang unit tests in standalone builds.Jordan Rose
2012-12-18CMake: Make sure to detect LibXml2 when Clang is built standaloneDouglas Gregor
2012-12-14[CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi
2012-12-13Update CMake build corresponding to r170135.NAKAMURA Takumi
2012-10-23CMake: Fix public header search for generating Xcode/MSVC projects.Jordan Rose
2012-08-07Fix capitalization of LibXml2 for CMake on case-sensitive file systemsDouglas Gregor
2012-08-07libclang API for comment-to-xml conversion.Dmitri Gribenko
2012-07-27clang/CMakeLists.txt: Move "examples" after building lib and tools.NAKAMURA Takumi
2012-07-09[CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only cl...NAKAMURA Takumi
2012-07-02Clone a bit of LIT flag defaults from the LLVM CMake file into theChandler Carruth
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-06Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet
2012-04-16use DEFAULT_SYSROOTSebastian Pop
2012-02-25CMake: install libclang.dll to $CMAKE_INSTALL_PREFIX/bin.NAKAMURA Takumi
2012-02-14include clang's config.h unconditionally (v2)Dylan Noblesmith
2012-02-02back out r149504Dylan Noblesmith
2012-02-01cmake: don't install config.h (v2)Dylan Noblesmith
2012-02-01cmake: revert r149496Dylan Noblesmith
2012-02-01include clang's config.h unconditionallyDylan Noblesmith
2012-02-01cmake: don't install config.hDylan Noblesmith
2012-01-26Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are builtPeter Collingbourne
2011-10-06Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne