1. cf699ad [clang-format ]Extend IncludeCategories regex documentation by Krasimir Georgiev · 7 years ago
  2. 8bf200a [ASTMatchers] Support generating docs for single-line matchers by Benjamin Kramer · 8 years ago
  3. ae7ff38 Update dump_ast_matchers for many recent changes. by Benjamin Kramer · 8 years ago
  4. 818da9b [clang-format] Sort using declarations by splitting on '::' by Krasimir Georgiev · 8 years ago
  5. 90b4ce3 [clang-format] Update dump_format_style.py to indent nested fields by Krasimir Georgiev · 8 years ago
  6. 7d21a3d [clang-format] Add more examples and fix a bug in the py generation script by Sylvestre Ledru · 9 years ago
  7. f3e295a Remove a useless subsitution in doxygen2rst which was incorrectly replacing * by \* by Sylvestre Ledru · 9 years ago
  8. 8a02efb IgnoringImplicit matcher. by Cong Liu · 9 years ago
  9. a4076ea Fix the doc extraction script to work with hasAnyName and with equalsNode. by Samuel Benzaquen · 10 years ago
  10. 32718b6 Support language selection for \code blocks. by Alexander Kornienko · 10 years ago
  11. 370bfb4 Allow running dump_format_style.py from any directory. by Alexander Kornienko · 10 years ago
  12. 922bef4 [ASTMatchers] Add matcher hasAnyName. by Samuel Benzaquen · 10 years ago
  13. 75118f5 [analyzer] dump_ast_matchers.py: fix replacement regexps by Yury Gribov · 10 years ago
  14. 672dde2 Properly encode the < entity; it was missing the semicolon. Regenerating the AST matcher reference after fixing the issue. Thanks to Richard for noticing the issue and bringing it to my attention! by Aaron Ballman · 10 years ago
  15. c35724c When dumping documentation for AST matchers, do something more useful with \see doxygen commands. Ideally this would link to the target of \see, but for now it translates \see into "See also: " by Aaron Ballman · 10 years ago
  16. 611d33a Fix ASTMatcher reference newlines and make the generator script windows-proof. by Benjamin Kramer · 10 years ago
  17. 8e1ecca clang-format: Hopefully fix code blocks in docs. by Daniel Jasper · 10 years ago
  18. b5bda7c clang-format: Add empty line before code-blocks in Docs. by Daniel Jasper · 10 years ago
  19. 8ce1b8d clang-format: Make IncludeCategories configurable in .clang-format file. by Daniel Jasper · 10 years ago
  20. c1bc38e clang-format: Add a new brace style "custom" as well as flags to by Daniel Jasper · 10 years ago
  21. 5d09328 Fix AST matcher documentation. by Manuel Klimek · 10 years ago
  22. 6238c6f Sphinx-based clang man pages by Andrew Wilkins · 10 years ago
  23. 28ff231 docs: grammar adjustments in clang manpage by Saleem Abdulrasool · 10 years ago
  24. 57dd9bd ASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a variadic macro by Benjamin Kramer · 11 years ago
  25. 7f43266 clang-format: Escape '*' in generated flag documentation. by Daniel Jasper · 11 years ago
  26. 4ad03dc Document Darwin-specific defaults. by Adrian Prantl · 11 years ago
  27. b552482 clang-format: Update flag documentation, and generation script. by Daniel Jasper · 12 years ago
  28. a083935 Add loc() to the dynamic registry. by Samuel Benzaquen · 12 years ago
  29. ab88f0b "Mac OS/X" -> "Mac OS X" spelling fixes for clang. by Nico Weber · 12 years ago
  30. 0389269 Fix AST matcher documentation for overloaded matchers. by Manuel Klimek · 12 years ago
  31. 4f8f890 Fix docs generation for the AST matchers: by Manuel Klimek · 12 years ago
  32. ee107ad clang-format: Improve documentation of DerivePointerBinding. by Daniel Jasper · 12 years ago
  33. 9778348 Driver: clarify help string for "-###" by Tim Northover · 12 years ago
  34. a763447 Implement a new -fstandalone-debug option. rdar://problem/15685848 by Adrian Prantl · 12 years ago
  35. 4efc805 Remove an outdated statement about debugging optimized code. by Adrian Prantl · 12 years ago
  36. f418b10 Document the -fno-limit-debug-info switch in the man page. by Adrian Prantl · 12 years ago
  37. f0834a8 Remove clang man page reference to --analyze, and point people to the analyzer website. by Ted Kremenek · 12 years ago
  38. 464c1cb Add partial support for the hasDeclaration() matcher in the dynamic layer. by Samuel Benzaquen · 12 years ago
  39. e19d509 Improve the documentation (bis) with Arthur and Chandler's comments by Sylvestre Ledru · 12 years ago
  40. fac9375 Improve the documentation of the optimization flags by Sylvestre Ledru · 12 years ago
  41. d278e0e Added documentation for clang-format style options. by Alexander Kornienko · 12 years ago
  42. 85ec25d Rewrite eachOf/allOf/anyOf to use a variadic operator. by Samuel Benzaquen · 12 years ago
  43. bd7d887 Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration. by Samuel Benzaquen · 12 years ago
  44. dba64f1 Fix incorrect documentation generation for type matchers. by Manuel Klimek · 12 years ago
  45. 79656e1 Add support for type traversal matchers. by Samuel Benzaquen · 12 years ago
  46. c6f2c9b Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 12 years ago
  47. fd4f39e Add description of -Ofast optimization option to the man page. <rdar://13660458> by Bob Wilson · 13 years ago
  48. 4feac28 Cleanup of ASTMatcher macros and adding support for overloaded matchers. by Manuel Klimek · 13 years ago
  49. 653f523 Revert "Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users." by Ted Kremenek · 13 years ago
  50. e2af9b5 Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users. by Ted Kremenek · 13 years ago
  51. cdd5c23 Fixes dump_ast_matchers to parse all matcher macros and updates the docs. by Manuel Klimek · 13 years ago
  52. efc32c0 Fix copy-paste error in manpage. Should be -stdlib=library. by Ted Kremenek · 13 years ago
  53. eedc12a 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 · 13 years ago
  54. 8ba803d 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 · 13 years ago
  55. 8bad947 Introduces anchors into LibASTMatchersReference.html. by Manuel Klimek · 13 years ago
  56. de06338 This is a temporary solution until we have a better way to by Manuel Klimek · 13 years ago
  57. f60f6af Add -ftls-model command-line flag. by Hans Wennborg · 13 years ago
  58. a20863e Fix a typo (builting -> builtin). by Benjamin Kramer · 14 years ago
  59. 0f41eee Driver: Add support for a new -nostdlibinc option. by Daniel Dunbar · 14 years ago
  60. 920844c Revert my --working-directory option, which wasn't well thought through. by Daniel Dunbar · 14 years ago
  61. 10d398f Driver: Add a --working-directory option which can be used to cause the compiler by Daniel Dunbar · 14 years ago
  62. b9a8525 Documentation for -Oz; Updated synopsis and item. by Chad Rosier · 15 years ago
  63. bc8d7c2 Add documentation for -Oz flag. by Chad Rosier · 15 years ago
  64. 57540c5 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 15 years ago
  65. d15609a 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 · 15 years ago
  66. 4992ca4b Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 15 years ago
  67. 63b0a1e Fix a typo in the Clang man page, from Alexander Best. by Douglas Gregor · 15 years ago
  68. 3aa0454 Update Clang man page to say a little bit more about C++ by Douglas Gregor · 15 years ago
  69. c1dd0e9 Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually by Daniel Dunbar · 15 years ago
  70. 092b6fb Driver: Add a -stdlib= argument which can be used to select the C++ standard by Daniel Dunbar · 15 years ago
  71. 68bb1b4 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 15 years ago
  72. f0882f9 Reverting rev 112791 - apparently -fborland-extensions is on all the time?! by Dawn Perchik · 15 years ago
  73. 1fcc18c Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 15 years ago
  74. eec975c Add machine-parseable Fix-It output as part of diagnostics, under the by Douglas Gregor · 15 years ago
  75. 71323e6 Remove a gratuitous lie. by Daniel Dunbar · 15 years ago
  76. 283fe3d build: Get CLANG_VERSION from Version.inc instead of depending on VER file directly. by Daniel Dunbar · 15 years ago
  77. e6c1daa Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 15 years ago
  78. 95dff81 docs: Man page tweaks, to mention the integrated assembler and the by Daniel Dunbar · 16 years ago
  79. 9f08a6f Reverted r103214. by mike-m · 16 years ago
  80. 9bb682b 2nd part of: Overhauled llvm/clang docs builds. by mike-m · 16 years ago
  81. e62248a Use LLVM's new DESTDIR-less PROJ_* variables. by Erick Tryzelaar · 16 years ago
  82. bb85c26 Document -nobuiltininc by Rafael Espindola · 16 years ago
  83. b4bed3a Collapse more clang version numbers down into fewer places. by Mike Stump · 16 years ago
  84. e18856d Back to 1.1 we go. by Mike Stump · 16 years ago
  85. 5e2de9f Some formatting tweaks to clang(1) by Daniel Dunbar · 16 years ago
  86. f7a24e1 Several fixes to the clang man page. by Daniel Dunbar · 17 years ago
  87. 32efff6 wrap up a version of the man page that is minimally helpful, but somewhat complete. by Chris Lattner · 17 years ago
  88. 66c64f9 add some more content. by Chris Lattner · 17 years ago
  89. e3c3f40 pull a bunch of options out of clang-cc.cpp. This doesn't include by Chris Lattner · 17 years ago
  90. 16af476 Document environment variables we handle, and don't mention -pipe (it by Daniel Dunbar · 17 years ago
  91. 164ac10 More content. by Chris Lattner · 17 years ago
  92. 2080787 add some content by Chris Lattner · 17 years ago
  93. 94fa271 Override some pod2man defaults. by Daniel Dunbar · 17 years ago
  94. 6d0eeca Make install target actually work, dependencies FTW. by Daniel Dunbar · 17 years ago
  95. c52d01f Add ONLY_MAN_DOCS variable to only install the man page, not the html by Daniel Dunbar · 17 years ago
  96. c1b1658 Add incredibly bare bones docs/tools. by Daniel Dunbar · 17 years ago