1. ef82254 Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  2. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  3. 695f3e3 [libclang] Some changes on the linker options for libclang on a CMake build. by Argyrios Kyrtzidis · 11 years ago
  4. 31e7636 Revert commits r190613, r190560 and r190557. by Rafael Espindola · 11 years ago
  5. 17e95c8 [CMake] Put controversial always-recheck-revision-number behind an option. by Jordan Rose · 11 years ago
  6. 1ab6c6c [doxygen] Added code for generating doxygen documentation for clang for cmake. by Michael Gottesman · 11 years ago
  7. 54b0012 Use set to create CLANG_ORDER_FILE instead of option which implies a bool value. by Michael Gottesman · 11 years ago
  8. 885e36e CMake: support the LLVM_INSTALL_TOOLCHAIN_ONLY flag by Hans Wennborg · 11 years ago
  9. ecc0df5 Rename CMake variable; this fell out of r189127 somehow. by Hans Wennborg · 11 years ago
  10. e90340a CMake: Don't look for llvm-tblgen when building outside LLVM tree by Hans Wennborg · 11 years ago
  11. e638503 Fix dependencies now that the ARC migrator depends on the static analyzer. by Jordan Rose · 11 years ago
  12. f65456f [autotools->cmake] Added support for building clang with an order file. by Michael Gottesman · 11 years ago
  13. 7758bb5 [autotools->cmake] Move add_subdirectory(test) inside CLANG_INCLUDE_TESTS to match the behavior of the LLVM where LLVM_INCLUDE_TESTS controls whether tests is included. by Michael Gottesman · 11 years ago
  14. f353511 [autotools->cmake] Added variable CLANG_VENDOR_UTI. by Michael Gottesman · 11 years ago
  15. a8c0e4f [autotools->cmake] Added CMake support for the preprocessor variable CLANG_REPOSITORY_STRING. by Michael Gottesman · 11 years ago
  16. 6981330 clang-cl: add support for the /? and /help options by Hans Wennborg · 11 years ago
  17. 39bdd4f Retain linker flags specified on cmake command line. by Andy Gibbs · 11 years ago
  18. ff62d64 Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that by Roman Divacky · 11 years ago
  19. 19258e8 cmake: Only add -pedantic if LLVM didn't add it. Don't unconditionally add by Richard Smith · 11 years ago
  20. 549a292 CMake: -Wno-nested-anon-types for Clang. by Jordan Rose · 11 years ago
  21. 863fb35 Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdirectory. Otherwise, while configuring the build tree for the first time, Clang unit tests could avoid being added to 'check-clang' command, and thus avoid being built and executed. by Alexey Samsonov · 11 years ago
  22. 6bbaa77 CMake: Include Clang unit tests in check-clang target in standalone builds. by Jordan Rose · 11 years ago
  23. 3092d9d CMake: Optionally allow running the Clang unit tests in standalone builds. by Jordan Rose · 11 years ago
  24. a34173e CMake: Make sure to detect LibXml2 when Clang is built standalone by Douglas Gregor · 11 years ago
  25. af0e889 [CMake] Move libxml2 stuff from clang to llvm/cmake. by NAKAMURA Takumi · 11 years ago
  26. 68f22af Update CMake build corresponding to r170135. by NAKAMURA Takumi · 11 years ago
  27. 340d0d3 CMake: Fix public header search for generating Xcode/MSVC projects. by Jordan Rose · 12 years ago
  28. 62d20a7 Fix capitalization of LibXml2 for CMake on case-sensitive file systems by Douglas Gregor · 12 years ago
  29. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  30. e3120ae clang/CMakeLists.txt: Move "examples" after building lib and tools. by NAKAMURA Takumi · 12 years ago
  31. 2964ffe [CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only clangBasic and clangASTMatchers need it. by NAKAMURA Takumi · 12 years ago
  32. 9224fb8 Clone a bit of LIT flag defaults from the LLVM CMake file into the by Chandler Carruth · 12 years ago
  33. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  34. a08e7bc Zap the /Za compiler switch from MSVC projects, the option is considered harmful even by Microsoft people and clang won't build using the MSVC 2012 RC if not removed. by Francois Pichet · 12 years ago
  35. 4762a2d use DEFAULT_SYSROOT by Sebastian Pop · 12 years ago
  36. ee7a198 CMake: install libclang.dll to $CMAKE_INSTALL_PREFIX/bin. by NAKAMURA Takumi · 12 years ago
  37. cc8a945 include clang's config.h unconditionally (v2) by Dylan Noblesmith · 12 years ago
  38. f2462be back out r149504 by Dylan Noblesmith · 12 years ago
  39. eafa50b cmake: don't install config.h (v2) by Dylan Noblesmith · 12 years ago
  40. 3f405d3 cmake: revert r149496 by Dylan Noblesmith · 12 years ago
  41. 69d3b4f include clang's config.h unconditionally by Dylan Noblesmith · 12 years ago
  42. f9b6e97 cmake: don't install config.h by Dylan Noblesmith · 12 years ago
  43. e26198c Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are built by Peter Collingbourne · 12 years ago
  44. 51d7777 Add the Clang tblgen backends to Clang, and flip the switch to cause by Peter Collingbourne · 13 years ago
  45. 6ee5b93 Clang-side build system infrastructure for multiple tblgens. by Peter Collingbourne · 13 years ago
  46. d41f3d8 CMake: Define ${LLVM_TABLEGEN_EXE} with explicit ${CMAKE_EXECUTABLE_SUFFIX} on standalone build. Or build might fail with NMake. by NAKAMURA Takumi · 13 years ago
  47. fc61427 Fix cmake for r136702 (at least for the most part). Chandler has been kind by Chad Rosier · 13 years ago
  48. 4068eaa Temporarily revert parts of r136702 to make cmake builds happy. by Chad Rosier · 13 years ago
  49. 2b81910 When the compiler crashes, the compiler driver now produces diagnostic by Chad Rosier · 13 years ago
  50. 17031a2 Tweak the CMake build so that building a project just containing Clang by Douglas Gregor · 13 years ago
  51. 169dd31 Revert "hack in my new variables for GCC" by Chandler Carruth · 13 years ago
  52. 8afdd56 hack in my new variables for GCC by Chandler Carruth · 13 years ago
  53. f752d5b CMake: add support for CLANG_VENDOR. PR9966. by Oscar Fuentes · 13 years ago
  54. c5cd252 Handle gcc-compatible compilers (such as clang) the same way we handle gcc. by Oscar Fuentes · 13 years ago
  55. 5ec8a4d Reflect rename on LLVM cmake file. by Oscar Fuentes · 13 years ago
  56. fb767c8 CMake: removed some unnecesary conditionals from add_clang_library. by Oscar Fuentes · 13 years ago
  57. 48e3646 Removed workaround for unspecified build problem on MinGW. by Oscar Fuentes · 13 years ago
  58. 617508f Fix some issues with include directories: remove a duplicate and put by Oscar Fuentes · 13 years ago
  59. 0e836b1 CMake: [PR9321] Don't install include/clang/**/*.td. by NAKAMURA Takumi · 13 years ago
  60. 8435bf9 CMake: add version information into the clang executable and libclang by Douglas Gregor · 13 years ago
  61. 670d6ed LLVM_INCLUDE_TESTS applies to unit tests, not the normal Clang tests by Douglas Gregor · 13 years ago
  62. fd68157 Don't include Clang's unit tests if LLVM's unit tests aren't being built by Douglas Gregor · 13 years ago
  63. 30decb8 CMake: Eliminate duplicate -D__STDC_LIMIT_MACROS and -D__STDC_CONSTANT_MACROS. llvm/cmake/modules/HandleLLVMOptions.cmake defines them. by NAKAMURA Takumi · 13 years ago
  64. a3f787c Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 13 years ago
  65. c8da1ec New function for tablegenning: clang_tablegen. by Oscar Fuentes · 13 years ago
  66. 299696c More correct fix for CMake breakage I was seeing, my buildbots use by Daniel Dunbar · 13 years ago
  67. 792f975 CMake: Tweak for Visual Studio 10 quirk at clang-standalone build. by NAKAMURA Takumi · 13 years ago
  68. 718b01d Add CMake support to the clang unittests. by Jeffrey Yasskin · 13 years ago
  69. b641f08 Add current binary and source directories to the header search list by Oscar Fuentes · 13 years ago
  70. b26bd74 Add hack to CMakeLists.txt so that StaticAnalyzer libraries find their corresponding headers. by Ted Kremenek · 13 years ago
  71. 2100fe9 Moved here from LLVM Clang's configuration options and related macros. by Oscar Fuentes · 13 years ago
  72. 67410b3 Optionally, Clang now builds using LLVM as an external library. by Oscar Fuentes · 13 years ago
  73. 9917401 Use some of the llvm cmake infraestructure. This takes care of by Oscar Fuentes · 13 years ago
  74. 48263ba CMake: Add runtime dir. by Michael J. Spencer · 13 years ago
  75. 827c573 Copied some flags from the Makefile build to the list of GCC flags. by Oscar Fuentes · 14 years ago
  76. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  77. 28709c1 CMake: Fix mingw32 build. by Michael J. Spencer · 14 years ago
  78. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  79. c4b8e92 clang: Derive version name from LLVM unless specified explicitly. This means by Daniel Dunbar · 14 years ago
  80. a510767 build: Add a generated Version.inc file instead of duplicating information. by Daniel Dunbar · 14 years ago
  81. eb5dc49 Teach the PrintFunctionNames example to be a proper module, so that by Douglas Gregor · 14 years ago
  82. d7d5bb1 exclude cmake build directories from being installed by Chris Lattner · 14 years ago
  83. 63e9c0d Prevent accidental in-source builds with CMake, and detect when there are by Chandler Carruth · 14 years ago
  84. ec700a6 Include *.inc in install target by Kovarththanan Rajaratnam · 14 years ago
  85. 45088e2 Add optional CMake build for Clang examples, patch by Kovarththanan Rajaratnam. by Daniel Dunbar · 14 years ago
  86. 82cac29 Rather than excluding quite some things, and still installing by Oscar Fuentes · 15 years ago
  87. bfb06ea CMake: Append LLVM_LIBDIR_SUFFIX to library destination. by Oscar Fuentes · 15 years ago
  88. bd78554 CMake mingw build fixes. by Benjamin Kramer · 15 years ago
  89. ac47bc7 CMake build support for libCIndex and c-index-test. The indexing tests by Douglas Gregor · 15 years ago
  90. 9df3faf Make the GCC warning flags passed by CMake the same as the warning flags passed in the make build by Douglas Gregor · 15 years ago
  91. 91ee77a Add CLANG_{SOURCE,BINARY}_DIR cmake variables. by Daniel Dunbar · 15 years ago
  92. 34d9ffa The CMake build system now derives the Clang version number from VER. by Douglas Gregor · 15 years ago
  93. f918b8f Collapse more clang version numbers down into fewer places. by Mike Stump · 15 years ago
  94. 291fbde Update Clang version for CMake by Douglas Gregor · 15 years ago
  95. 7f7b748 CMake: Improve installation of Clang by Douglas Gregor · 15 years ago
  96. f5216f2 Make sure that .td and .def files get into the list of headers in a CMake build, for use in Xcode and Visual Studio by Douglas Gregor · 15 years ago
  97. 755f3df CMake: New variable LLVM_LIBDIR_SUFFIX. by Oscar Fuentes · 15 years ago
  98. eb357b6 First cut at regression testing Clang with CMake by Douglas Gregor · 15 years ago
  99. bf5de3f CMake: Also include header files in target when the generator is 'XCode'. by Ted Kremenek · 15 years ago
  100. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago