aboutsummaryrefslogtreecommitdiff
path: root/clang/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2013-11-06[libclang] Some changes on the linker options for libclang on a CMake build.Argyrios Kyrtzidis1-0/+39
2013-10-01Revert commits r190613, r190560 and r190557.Rafael Espindola1-2/+0
2013-09-12[CMake] Put controversial always-recheck-revision-number behind an option.Jordan Rose1-0/+2
2013-08-28[doxygen] Added code for generating doxygen documentation for clang for cmake.Michael Gottesman1-2/+6
2013-08-27Use set to create CLANG_ORDER_FILE instead of option which implies a bool value.Michael Gottesman1-2/+2
2013-08-24CMake: support the LLVM_INSTALL_TOOLCHAIN_ONLY flagHans Wennborg1-14/+28
2013-08-23Rename CMake variable; this fell out of r189127 somehow.Hans Wennborg1-2/+2
2013-08-23CMake: Don't look for llvm-tblgen when building outside LLVM treeHans Wennborg1-11/+9
2013-08-22Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose1-3/+7
2013-08-20[autotools->cmake] Added support for building clang with an order file.Michael Gottesman1-0/+3
2013-08-20[autotools->cmake] Move add_subdirectory(test) inside CLANG_INCLUDE_TESTS to ...Michael Gottesman1-1/+1
2013-08-15[autotools->cmake] Added variable CLANG_VENDOR_UTI.Michael Gottesman1-0/+3
2013-08-15[autotools->cmake] Added CMake support for the preprocessor variable CLANG_RE...Michael Gottesman1-0/+7
2013-07-27clang-cl: add support for the /? and /help optionsHans Wennborg1-1/+0
2013-06-12Retain linker flags specified on cmake command line.Andy Gibbs1-1/+1
2013-05-29Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so thatRoman Divacky1-2/+21
2013-04-22cmake: Only add -pedantic if LLVM didn't add it. Don't unconditionally addRichard Smith1-1/+6
2013-03-02CMake: -Wno-nested-anon-types for Clang.Jordan Rose1-0/+5
2013-02-26Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdi...Alexey Samsonov1-3/+3
2013-02-08CMake: Include Clang unit tests in check-clang target in standalone builds.Jordan Rose1-6/+1
2013-02-08CMake: Optionally allow running the Clang unit tests in standalone builds.Jordan Rose1-4/+11
2012-12-18CMake: Make sure to detect LibXml2 when Clang is built standaloneDouglas Gregor1-0/+5
2012-12-14[CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi1-4/+0
2012-12-13Update CMake build corresponding to r170135.NAKAMURA Takumi1-0/+3
2012-10-23CMake: Fix public header search for generating Xcode/MSVC projects.Jordan Rose1-10/+20
2012-08-07Fix capitalization of LibXml2 for CMake on case-sensitive file systemsDouglas Gregor1-1/+1
2012-08-07libclang API for comment-to-xml conversion.Dmitri Gribenko1-0/+5
2012-07-27clang/CMakeLists.txt: Move "examples" after building lib and tools.NAKAMURA Takumi1-3/+3
2012-07-09[CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only cl...NAKAMURA Takumi1-1/+0
2012-07-02Clone a bit of LIT flag defaults from the LLVM CMake file into theChandler Carruth1-0/+8
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth1-1/+0
2012-06-06Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet1-8/+0
2012-04-16use DEFAULT_SYSROOTSebastian Pop1-0/+4
2012-02-25CMake: install libclang.dll to $CMAKE_INSTALL_PREFIX/bin.NAKAMURA Takumi1-1/+2
2012-02-14include clang's config.h unconditionally (v2)Dylan Noblesmith1-1/+1
2012-02-02back out r149504Dylan Noblesmith1-1/+1
2012-02-01cmake: don't install config.h (v2)Dylan Noblesmith1-0/+1
2012-02-01cmake: revert r149496Dylan Noblesmith1-1/+0
2012-02-01include clang's config.h unconditionallyDylan Noblesmith1-1/+1
2012-02-01cmake: don't install config.hDylan Noblesmith1-0/+1
2012-01-26Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are builtPeter Collingbourne1-4/+2
2011-10-06Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne1-1/+2
2011-10-06Clang-side build system infrastructure for multiple tblgens.Peter Collingbourne1-7/+7
2011-09-23CMake: Define ${LLVM_TABLEGEN_EXE} with explicit ${CMAKE_EXECUTABLE_SUFFIX} o...NAKAMURA Takumi1-2/+2
2011-08-02Fix cmake for r136702 (at least for the most part). Chandler has been kind Chad Rosier1-0/+3
2011-08-02Temporarily revert parts of r136702 to make cmake builds happy.Chad Rosier1-3/+0
2011-08-02When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier1-0/+3
2011-07-14Tweak the CMake build so that building a project just containing ClangDouglas Gregor1-2/+11
2011-06-08Revert "hack in my new variables for GCC"Chandler Carruth1-12/+0
2011-06-08hack in my new variables for GCCChandler Carruth1-0/+12