1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. 3ce1d57 Remove clang man page reference to --analyze, and point people to the analyzer website. by Ted Kremenek · 11 years ago
  7. 6c1dc78 Add partial support for the hasDeclaration() matcher in the dynamic layer. by Samuel Benzaquen · 11 years ago
  8. 3a786dd Improve the documentation (bis) with Arthur and Chandler's comments by Sylvestre Ledru · 11 years ago
  9. 3990d7f Improve the documentation of the optimization flags by Sylvestre Ledru · 11 years ago
  10. 62d06b7 Added documentation for clang-format style options. by Alexander Kornienko · 11 years ago
  11. d36e463 Rewrite eachOf/allOf/anyOf to use a variadic operator. by Samuel Benzaquen · 11 years ago
  12. ee0da95 Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration. by Samuel Benzaquen · 11 years ago
  13. 2c4b2e4 Fix incorrect documentation generation for type matchers. by Manuel Klimek · 11 years ago
  14. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  15. ef7eb02 Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 11 years ago
  16. cf8a9cb Add description of -Ofast optimization option to the man page. <rdar://13660458> by Bob Wilson · 11 years ago
  17. 415514d Cleanup of ASTMatcher macros and adding support for overloaded matchers. by Manuel Klimek · 11 years ago
  18. cc972ed Revert "Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users." by Ted Kremenek · 11 years ago
  19. 7305e8c Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users. by Ted Kremenek · 11 years ago
  20. 41df16e Fixes dump_ast_matchers to parse all matcher macros and updates the docs. by Manuel Klimek · 11 years ago
  21. 7b7e2c4 Fix copy-paste error in manpage. Should be -stdlib=library. by Ted Kremenek · 12 years ago
  22. 8a198a0 Revert "Remove clang man page reference to -Oz. It's not an option we want people to use, and is around for historical reasons." by Ted Kremenek · 12 years ago
  23. db13315 Remove clang man page reference to -Oz. It's not an option we want people to use, and is around for historical reasons. by Ted Kremenek · 12 years ago
  24. 67619ff Introduces anchors into LibASTMatchersReference.html. by Manuel Klimek · 12 years ago
  25. 95a58d2 This is a temporary solution until we have a better way to by Manuel Klimek · 12 years ago
  26. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  27. b919815 Fix a typo (builting -> builtin). by Benjamin Kramer · 12 years ago
  28. 92d6d40 Driver: Add support for a new -nostdlibinc option. by Daniel Dunbar · 13 years ago
  29. 26e0b30 Revert my --working-directory option, which wasn't well thought through. by Daniel Dunbar · 13 years ago
  30. 63bc59b Driver: Add a --working-directory option which can be used to cause the compiler by Daniel Dunbar · 13 years ago
  31. e2bb7b9 Documentation for -Oz; Updated synopsis and item. by Chad Rosier · 13 years ago
  32. 4525ae5 Add documentation for -Oz flag. by Chad Rosier · 13 years ago
  33. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  34. 1761ce5 Remove '-Xclang' and '-mllvm' entries from Clang man page. The later is only available in debug builds and the former is not supposed to be used by end-users. by Ted Kremenek · 13 years ago
  35. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  36. 7780981 Fix a typo in the Clang man page, from Alexander Best. by Douglas Gregor · 14 years ago
  37. 51c7a78 Update Clang man page to say a little bit more about C++ by Douglas Gregor · 14 years ago
  38. dea6313 Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually by Daniel Dunbar · 14 years ago
  39. 3f16c95 Driver: Add a -stdlib= argument which can be used to select the C++ standard by Daniel Dunbar · 14 years ago
  40. 400b607 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 14 years ago
  41. d0b4e7c Reverting rev 112791 - apparently -fborland-extensions is on all the time?! by Dawn Perchik · 14 years ago
  42. 621a2f3 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 14 years ago
  43. 4786c15 Add machine-parseable Fix-It output as part of diagnostics, under the by Douglas Gregor · 14 years ago
  44. 224884e Remove a gratuitous lie. by Daniel Dunbar · 14 years ago
  45. bc817cf build: Get CLANG_VERSION from Version.inc instead of depending on VER file directly. by Daniel Dunbar · 14 years ago
  46. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  47. 073190d docs: Man page tweaks, to mention the integrated assembler and the by Daniel Dunbar · 14 years ago
  48. 3e5d00c Reverted r103214. by mike-m · 14 years ago
  49. 25a7678 2nd part of: Overhauled llvm/clang docs builds. by mike-m · 14 years ago
  50. 97c0007 Use LLVM's new DESTDIR-less PROJ_* variables. by Erick Tryzelaar · 14 years ago
  51. 4c8e611 Document -nobuiltininc by Rafael Espindola · 15 years ago
  52. f918b8f Collapse more clang version numbers down into fewer places. by Mike Stump · 15 years ago
  53. 1f2c32e Back to 1.1 we go. by Mike Stump · 15 years ago
  54. 0a2329a Some formatting tweaks to clang(1) by Daniel Dunbar · 15 years ago
  55. 94f497b Several fixes to the clang man page. by Daniel Dunbar · 15 years ago
  56. 06ab044 wrap up a version of the man page that is minimally helpful, but somewhat complete. by Chris Lattner · 15 years ago
  57. 04005dd add some more content. by Chris Lattner · 15 years ago
  58. 482c682 pull a bunch of options out of clang-cc.cpp. This doesn't include by Chris Lattner · 15 years ago
  59. e58c943 Document environment variables we handle, and don't mention -pipe (it by Daniel Dunbar · 15 years ago
  60. 9b081c6 More content. by Chris Lattner · 15 years ago
  61. b5f6e80 add some content by Chris Lattner · 15 years ago
  62. a3c078e Override some pod2man defaults. by Daniel Dunbar · 15 years ago
  63. 632975b Make install target actually work, dependencies FTW. by Daniel Dunbar · 15 years ago
  64. e0a8092 Add ONLY_MAN_DOCS variable to only install the man page, not the html by Daniel Dunbar · 15 years ago
  65. dbec033 Add incredibly bare bones docs/tools. by Daniel Dunbar · 15 years ago