1. c469a90 [LSC] Add LOCAL_LICENSE_KINDS to external/clang by Bob Badour · 3 years, 4 months ago
  2. ee75fa8 Do not build Clang tools on the platform by Pirama Arumuga Nainar · 6 years ago
  3. c4ea3df Disable host Clang builds, since no one is using them. by Stephen Hines · 7 years ago
  4. 7669bc1 Remove default libraries by Dan Willemsen · 7 years ago
  5. cfa1764 Convert clang to Android.bp by Colin Cross · 8 years ago
  6. 2cbe93a Incremental squash-merge of aosp/dev to aosp/master by Pirama Arumuga Nainar · 8 years ago
  7. 4967a71 Update aosp/master Clang for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  8. 7f32eeb Support building 64-bit windows binaries for Clang. by Stephen Hines · 8 years ago
  9. 15618a8 Replace $(findstring) by $(filter) by Shinichiro Hamaji · 8 years ago
  10. 87d948e Update aosp/master clang for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  11. 2d2dc9f Stop using HOST_OS, whitelist windows modules by Dan Willemsen · 9 years ago
  12. b6d6993 Update aosp/master clang for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  13. 58878f8 Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  14. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  15. db719ce Build libclang.so with libclang tool by Tao Bao · 9 years ago
  16. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  17. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  18. deed056 Cleaner way to create symlink clang++ by Ying Wang · 10 years ago
  19. 0a59b65 Disable FPIE just for Clang. by Tim Murray · 10 years ago
  20. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  21. 4652e30 Fix AArch64 rename from LLVM. by Stephen Hines · 10 years ago
  22. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  23. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  24. 17fe6b8 Revert "Make clang self-hosting." by Tim Murray · 10 years ago
  25. 4d56250 Make clang self-hosting. by Tim Murray · 10 years ago
  26. 93dd719 Make clang build with AArch64 support. by Tim Murray · 10 years ago
  27. 1fab7c3 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 10 years ago
  28. ffa5621 Merging r195420: by Bill Wendling · 11 years ago
  29. 4891e70 Install clang-format's editor integrations in $PREFIX/share/clang/ by Hans Wennborg · 11 years ago
  30. 4d0ddec Work around a bug in old gcc on the FreeBSD bot, which complains about by Dmitri Gribenko · 11 years ago
  31. d4315fe libclang does not depend directly on clangFormat; but clangIndex does by Dmitri Gribenko · 11 years ago
  32. 86cfda2 Documentation parsing: move comment-to-XML conversion routines to libIndex by Dmitri Gribenko · 11 years ago
  33. 2fe4f17 Make inline functions in a header file static. by Dmitri Gribenko · 11 years ago
  34. f88536a Add an optional mapping from source paths to source contents. by Manuel Klimek · 11 years ago
  35. f6785e3 Documentation parsing: add support for \throws \throw \exception commands by Dmitri Gribenko · 11 years ago
  36. 43c2ec5 Upgrade the VS solution to 2012. by Manuel Klimek · 11 years ago
  37. 4fba6ae Fix key bindings for VS 2010. by Manuel Klimek · 11 years ago
  38. 701c45a Recreated the ClangFormat VSPackage with VS 2010. by Manuel Klimek · 11 years ago
  39. 556af5c Revert unintentional commit from r194477. by Manuel Klimek · 11 years ago
  40. 8f2b52b by Manuel Klimek · 11 years ago
  41. 3347b49 Rather than duplicating extension diagnostics to allow them to cause a by Richard Smith · 11 years ago
  42. 11d10c3 Use a StringRef. Saves 0.00000000000001s on execution time. by Bill Wendling · 11 years ago
  43. fbb091a Py3k compat for clang-format Sublime Text extension. by Sean Silva · 11 years ago
  44. 4a79586 clang-format: Write files atomically by Alp Toker · 11 years ago
  45. b102cdc This patch modified ExeBasename as clang-cl.exe to match the preceding comment. by Yaron Keren · 11 years ago
  46. 695f3e3 [libclang] Some changes on the linker options for libclang on a CMake build. by Argyrios Kyrtzidis · 11 years ago
  47. 1b41605 It is no longer necessary to opt out of pretty stack traces. by Filip Pizlo · 11 years ago
  48. ddc2a53 Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a by Richard Smith · 11 years ago
  49. d386fef Factor out custom parsing for iboutletcollection and vec_type_hint attributes by Richard Smith · 11 years ago
  50. fa3d81c Use LLVMLibsOptions intead of LDFLAGS when setting the libclang soname. This allows 'make LDFLAGS=foo' to be set correctly (and matches the way it is done with libllvm and liblldb) by Sylvestre Ledru · 11 years ago
  51. 73e9431 clang-format.py: Make formatting unnamed buffers work again (broke in r190691). by Nico Weber · 11 years ago
  52. e233eea [analyzer] scan-build: Handle -m* option wildcard after compiler/linker flags. by Jordan Rose · 11 years ago
  53. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  54. f059830 Add llvm_unreachable to pacify GCC's dropping off non-void function warning. by Benjamin Kramer · 11 years ago
  55. 2bf1c01 [libclang] When querying for the availability of an enumerator, pick up the availability from the enum declaration. by Argyrios Kyrtzidis · 11 years ago
  56. cf207a6 Changed clang-format-diff.py to output diff by default. Added -i option to apply changes to files instead. by Alexander Kornienko · 11 years ago
  57. 659837e [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type. by Argyrios Kyrtzidis · 11 years ago
  58. f7d9e63 clang-format: Don't exit with failure on empty files. by Daniel Jasper · 11 years ago
  59. fcb448a Driver: Use the canonical command line arguments. by David Majnemer · 11 years ago
  60. 367e8fe [libclang] Introduce clang_Type_getClassType which returns the class type of a member pointer type. by Argyrios Kyrtzidis · 11 years ago
  61. 4a966d3 clang-format: Fix clang-format-diff.py according to diff specification. by Daniel Jasper · 11 years ago
  62. d195bc3 [OpenMP] Added parsing and semantic analysis for firstprivate clause by Alexey Bataev · 11 years ago
  63. c6801d3 Remove unused variable introduced in 191666 by David Blaikie · 11 years ago
  64. f4e12c8 Moving style option formatting to libFormat by Edwin Vane · 11 years ago
  65. 084be2d Fix up fallout from r187156. by Bob Wilson · 11 years ago
  66. 5133711 [libclang] Provide location for attributes and expose 'packed' attribute. by Argyrios Kyrtzidis · 11 years ago
  67. 543c4ae [OPENMP] Bug fixes and improvements. by Alexey Bataev · 11 years ago
  68. 767b3d2 Fix array_pod_sort predicates after LLVM change. by Benjamin Kramer · 11 years ago
  69. 68455be Fix clang-format-diff.py to accept -style again. by Daniel Jasper · 11 years ago
  70. 2e118a0 Simplify clang-format-diff.py using new clang-format options. by Daniel Jasper · 11 years ago
  71. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  72. 7a97f7b [libclang] Don't report a DecayedType as "unexposed", report it as the original (as written) type. by Argyrios Kyrtzidis · 11 years ago
  73. f55e36a [analyzer] scan-build: add missing semicolon by Jordan Rose · 11 years ago
  74. f8a89ce [analyzer] Put more uniqueness in scan-build's temporary directory names. by Jordan Rose · 11 years ago
  75. 0b5ca51 Remove unnecessary inclusion of Sema.h by David Blaikie · 11 years ago
  76. 62df7ef clang-format: Add -assume-filename option for editor integrations. by Daniel Jasper · 11 years ago
  77. ce5d5dc Only build HOST Clang when forced to do so. by Stephen Hines · 11 years ago
  78. 12981a7 Fix the MCTargetAsmParser API change. by Joey Gouly · 11 years ago
  79. 8644aa9 [libclang] In clang_getLocation, check that the provided line/column is valid. by Argyrios Kyrtzidis · 11 years ago
  80. 2bb6dad Fix 2 cases of uninitialized reads of an invalid PresumedLoc. by Evgeniy Stepanov · 11 years ago
  81. 9a7a50e Allow _clang-format as alternative to .clang-format config filename by Hans Wennborg · 11 years ago
  82. e904acf Update to the new API interface which requires the MCRegisterInfo object. <rdar://problem/13623355> by Bill Wendling · 11 years ago
  83. 0c01835 OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test threadprivate_messages.cpp) by Alexey Bataev · 11 years ago
  84. 22d58dd Make error text if clang-format is not on the system PATH more helpful, by Manuel Klimek · 11 years ago
  85. 15852fc Adds a VSPackage project that builds a VS extension to run clang-format over a selection / the line at the cursor. by Manuel Klimek · 11 years ago
  86. 8cb1bf8 clang-cl: Use "clang cl.exe" when disambiguating the diagnostic prefix. by Reid Kleckner · 11 years ago
  87. 7b7fd83 clang-cl: Avoid confusing diagnostics when clang-cl is called just cl.exe by Reid Kleckner · 11 years ago
  88. 13d53b9 Remove unused typedef. by Eric Christopher · 11 years ago
  89. 4367829 Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'" by Rafael Espindola · 11 years ago
  90. 8f1a2db OpenMP: Data-sharing attributes analysis and clause 'shared' by Alexey Bataev · 11 years ago
  91. 4e65c98 Added WebKit style to the BasedOnStyle handling and to the relevant help messages. by Alexander Kornienko · 11 years ago
  92. 7de13bb Whitespace changes in help messages + updated help output in .rst file. by Alexander Kornienko · 11 years ago
  93. 439fc85 Switch the default mode for clang-format to '-file'. Make 'LLVM' the by Chandler Carruth · 11 years ago
  94. e8519c3 Add ms_abi and sysv_abi attribute handling. by Charles Davis · 11 years ago
  95. 354f20a Move individual group name strings from the OptionTable into one big char array. Then only store offsets into it in the OptionTable. Saves about 4K from the clang binary and removes 400 relocation entries from DiagnosticIDs.o. by Craig Topper · 11 years ago
  96. 0e28a25 Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4K from clang binary. by Craig Topper · 11 years ago
  97. b1aa16a Merge diagnostic group tables to reduce data size and relocation entries. by Craig Topper · 11 years ago
  98. 2e010b2 cmake: install a cl.exe binary in the tools/msbuild-bin dir by Hans Wennborg · 11 years ago
  99. ef07203 Delete CC_Default and use the target default CC everywhere by Reid Kleckner · 11 years ago
  100. 2c395a8 CMake: Fix standalone Clang build, take two. by Jordan Rose · 11 years ago