1. 3a09444 Actually fix rendering of the example code block! by Richard Smith · 11 years ago
  2. 7cdc311 Some grammar fixes to 'Format String Checking', and reorder the text slightly to try to make the final code block actually get rendered. by Richard Smith · 11 years ago
  3. 6f48819 Document Clang's support for [[gnu::...]] attributes. by Richard Smith · 11 years ago
  4. 8c42a67 [docs] The stat cache has been removed from the PCH, update the docs to remove mentions of it. by Argyrios Kyrtzidis · 11 years ago
  5. 992c592 Release notes: mention support for Unicode and UCNs in identifiers. by Jordan Rose · 11 years ago
  6. cbe50cc Documentation: fix typo: stdard -> stdarg by Dmitri Gribenko · 11 years ago
  7. 1142b2a Documentation: add information about builtin includes to FAQ by Dmitri Gribenko · 11 years ago
  8. fa37c5c Implements equalsNode for Decl and Stmt. by Manuel Klimek · 11 years ago
  9. 415514d Cleanup of ASTMatcher macros and adding support for overloaded matchers. by Manuel Klimek · 11 years ago
  10. eaf9c74 [analyzer] Add a doc describing the internals of RegionStore. by Jordan Rose · 11 years ago
  11. 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
  12. 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
  13. 152ea0e Implements the convenience matcher findAll. by Manuel Klimek · 11 years ago
  14. ce32890 [analyzer] Remove further references to analyzer-ipa. by Anna Zaks · 11 years ago
  15. 7414959 Documentation: fix escaping in JSON example by Dmitri Gribenko · 11 years ago
  16. d96d949 Documentation: add a link to Bear, a tool to help with JSON DB by Dmitri Gribenko · 11 years ago
  17. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 11 years ago
  18. 440285c docs: clear up ambiguity by Sean Silva · 11 years ago
  19. cc12f8d Documentation: add a note that -cc1 options are not guaranteed to be stable by Dmitri Gribenko · 11 years ago
  20. 68c4146 Update docs: nullptr conversion tool landed by Dmitri Gribenko · 11 years ago
  21. 21937c6 Documentation: formatting by Dmitri Gribenko · 12 years ago
  22. f5a45ea Adding verbiage to the Language Extensions document about __has_include and __has_include_next only being allowed within preprocessor directives. by Aaron Ballman · 12 years ago
  23. 44a1efe Documentation: fix typo by Dmitri Gribenko · 12 years ago
  24. 52fb37a Document the redeclaration and overriding restrictions on the by Douglas Gregor · 12 years ago
  25. 714911f Document that we should recognize attributes supported by gcc with C++11 by Dmitri Gribenko · 12 years ago
  26. b4b970f Document behavior of -Wformat-nonliteral, it is different from GCC by Dmitri Gribenko · 12 years ago
  27. 377b8c6 Updated documentation to reflect new multiprecision builtin functions. by Michael Gottesman · 12 years ago
  28. 253de1f Fix spelling error and remove the part about CMake having experimental Ninja support since 2.8.9 has been released some time ago. by Nikola Smiljanic · 12 years ago
  29. c2345a9 Revert the line ending mess I made. by Nikola Smiljanic · 12 years ago
  30. 81e84e5 Fix spelling error and remove the part about CMake having experimental Ninja support since 2.8.9 has been released some time ago. by Nikola Smiljanic · 12 years ago
  31. 73189fb ClangTools.rst: spelling and formatting by Dmitri Gribenko · 12 years ago
  32. ee1230c ClangFormat.rst: improve formatting by Dmitri Gribenko · 12 years ago
  33. 6d5b57a Add documentation for clang-format. by Daniel Jasper · 12 years ago
  34. 41df16e Fixes dump_ast_matchers to parse all matcher macros and updates the docs. by Manuel Klimek · 12 years ago
  35. 727d0d0 Don't mention -fno-diagnostics-print-source-range-info in manual. by Nico Weber · 12 years ago
  36. 080dc52 Removed extra "`" from ARC documentation. by Michael Gottesman · 12 years ago
  37. 8c19d39 docs: "clang tools" are not a different interface. by Sean Silva · 12 years ago
  38. a65e076 Converted Block-ABI-Apple.txt => Block-ABI-Apple.rst. by Michael Gottesman · 12 years ago
  39. 9987ce2 docs: Fix inconsistent titles. by Sean Silva · 12 years ago
  40. 7ce3170 docs: Copy Block-ABI-Apple.txt to output. by Sean Silva · 12 years ago
  41. 546dbef [docs/analyzer] Test commit (for auto-update). by Daniel Dunbar · 12 years ago
  42. e3fc097 [docs] Fix an inconsistent title level, and a sphinx warning. by Daniel Dunbar · 12 years ago
  43. a6a87f1 [docs/analyzer] Convert existing debug-checks document to Sphinx and link into doctree. by Daniel Dunbar · 12 years ago
  44. 2626a2a ClangTools doc: add ideas for new tools in clang-tools-extra to ensure that by Dmitri Gribenko · 12 years ago
  45. 1834a04 Clang docs: add some information about the difference between 'clang' and 'clang -cc1' by Dmitri Gribenko · 12 years ago
  46. 589ddc2 Add docs/README.txt to point to llvm/docs/README.txt. by Sean Silva · 12 years ago
  47. 0f48f9d analyzer: add initial Sphinx configuration by Sean Silva · 12 years ago
  48. bdaeb8a Exclude docs/analyzer/ from the default Sphinx build. by Sean Silva · 12 years ago
  49. 28c1f75 docs: Mark ReleaseNotes as "In-Progress" by Sean Silva · 12 years ago
  50. e132c89 docs: Take advantage of extra level of headings. by Sean Silva · 12 years ago
  51. 55d3f94 docs: Curb excessive table-of-contents depth. by Sean Silva · 12 years ago
  52. a0c392d docs: Reorganize landing page. by Sean Silva · 12 years ago
  53. 6fad575 docs: Fix spelling error. by Sean Silva · 12 years ago
  54. 41f6935 docs: `3.2` -> `3.3` by Sean Silva · 12 years ago
  55. 8cbdac6 docs: Remove useless discussion. by Sean Silva · 12 years ago
  56. 159cc9e docs: Fix up HTML links to proper reST links. by Sean Silva · 12 years ago
  57. 9cc4c39 docs: clang-format is coming down the pike, mention it by Sean Silva · 12 years ago
  58. aaf575b docs: Reorganize landing page. by Sean Silva · 12 years ago
  59. e30561d remove random spaces by Sean Silva · 12 years ago
  60. 13b5e11 docs: Change title. by Sean Silva · 12 years ago
  61. 112f778 docs: Decrease toctree depth on landing page. by Sean Silva · 12 years ago
  62. f267ff7 docs: Sphinx conversion is "done" by Sean Silva · 12 years ago
  63. 7ff1e45 Update the copyright coredits -- Happy new year 2013! by NAKAMURA Takumi · 12 years ago
  64. 029e70c Documentation: PTHInternals: use correct adornments and fix typos by Dmitri Gribenko · 12 years ago
  65. 184e1c4 Documentation: fix a syntax error: empty line required after code-block:: by Dmitri Gribenko · 12 years ago
  66. 5c0de4c Documentation: add MemorySanitizer to the toctree by Dmitri Gribenko · 12 years ago
  67. debc018 docs: Convert ReleaseNotes to reST. by Sean Silva · 12 years ago
  68. 9dbdfb8 Clean out release notes for clang 3.3 by Benjamin Kramer · 12 years ago
  69. 583acae Slight rewording of -fsanitize=memory docs. by Evgeniy Stepanov · 12 years ago
  70. cc603e9 User manual chapter on MemorySanitizer. by Evgeniy Stepanov · 12 years ago
  71. 7f5e76b Remove the working that ThreadSanitizer is *experimental*. by Dmitry Vyukov · 12 years ago
  72. f3a1ff3 docs: Convert ObjectiveCLiterals to reST. by Sean Silva · 12 years ago
  73. 72958b3 docs: fix Sphinx toctree warning. by Sean Silva · 12 years ago
  74. 0a7d2fe docs: Convert DriverInternals to reST. by Sean Silva · 12 years ago
  75. 7b00b84 Documentation: use monospaced font in BlockLanguageSpec, and fix a link to this by Dmitri Gribenko · 12 years ago
  76. 76f98b6 Updated link in LanguageExtensions.rst to point to BlockLanguageSpec.rst instead of BlockLanguageSpec.txt. by Michael Gottesman · 12 years ago
  77. 3714e75 Changed UTF-8 emdashes to --- ala Dmitri Gribenko's comments. by Michael Gottesman · 12 years ago
  78. 0bd9e72 Documentation: UsersManual.rst: some cleanups after semi-automatic conversion by Dmitri Gribenko · 12 years ago
  79. 0e704ed Forgot to remove trailing whitespace when I converted the BlockLanguageSpec.txt => BlockLanguageSpec.rst. It has been eliminated. by Michael Gottesman · 12 years ago
  80. 822dd4c Converted BlockLanguageSpec.txt => BlockLanguageSpec.rst. by Michael Gottesman · 12 years ago
  81. b52cc89 docs: Nuke AnalyzerRegions.rst. by Sean Silva · 12 years ago
  82. 61dde19 tsan: correct llvm libc++ name by Dmitry Vyukov · 12 years ago
  83. 728e212 tsan: add __has_feature(thread_sanitizer) by Dmitry Vyukov · 12 years ago
  84. c092cba tsan: update docs by Dmitry Vyukov · 12 years ago
  85. 2df1658 Clean up a small (messy) section of Clang's release notes for 3.2. by Chandler Carruth · 12 years ago
  86. 24ee6ea Documentation: add a missing word by Dmitri Gribenko · 12 years ago
  87. 4f35f74 Clang ReleaseNotes: add information about documentation comments support by Dmitri Gribenko · 12 years ago
  88. b22acbb Documentation: AutomaticReferenceCounting.rst: use CSS section numbering. by Dmitri Gribenko · 12 years ago
  89. b34b805 docs: Fix completely broken adornment structure. by Sean Silva · 12 years ago
  90. 97555a1 Documentation: random cleanups. Use monospaced font where appropriate, by Dmitri Gribenko · 12 years ago
  91. 5cc0580 Documentation: convert InternalsManual.html to reST by Dmitri Gribenko · 12 years ago
  92. 1228d66 Documentation: LanguageExtensions.rst: convert link to :doc: style and fix up by Dmitri Gribenko · 12 years ago
  93. 3115f5b6 Docs: redirect "static analysis extensions" section to the analyzer site. by Jordan Rose · 12 years ago
  94. 2d3bad7 Remove old description of analyzer internals from public docs. by Jordan Rose · 12 years ago
  95. b1f67db Style and Doc fix for CommonOptionsParser by Edwin Vane · 12 years ago
  96. 702baef Documentation: add AutomaticReferenceCounting.rst to the toctree by Dmitri Gribenko · 12 years ago
  97. 94b21a1 Documentation: convert AutomaticReferenceCounting.html to reST by Dmitri Gribenko · 12 years ago
  98. 2dce7be Point a hyperlink back to where it was before it got reStructured. by Richard Smith · 12 years ago
  99. 463b48b ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of by Richard Smith · 12 years ago
  100. 93ca021 docs: More reST conversion. by Sean Silva · 12 years ago