1. 2626a2a ClangTools doc: add ideas for new tools in clang-tools-extra to ensure that by Dmitri Gribenko · 12 years ago
  2. 1834a04 Clang docs: add some information about the difference between 'clang' and 'clang -cc1' by Dmitri Gribenko · 12 years ago
  3. 589ddc2 Add docs/README.txt to point to llvm/docs/README.txt. by Sean Silva · 12 years ago
  4. 0f48f9d analyzer: add initial Sphinx configuration by Sean Silva · 12 years ago
  5. bdaeb8a Exclude docs/analyzer/ from the default Sphinx build. by Sean Silva · 12 years ago
  6. 28c1f75 docs: Mark ReleaseNotes as "In-Progress" by Sean Silva · 12 years ago
  7. e132c89 docs: Take advantage of extra level of headings. by Sean Silva · 12 years ago
  8. 55d3f94 docs: Curb excessive table-of-contents depth. by Sean Silva · 12 years ago
  9. a0c392d docs: Reorganize landing page. by Sean Silva · 12 years ago
  10. 6fad575 docs: Fix spelling error. by Sean Silva · 12 years ago
  11. 41f6935 docs: `3.2` -> `3.3` by Sean Silva · 12 years ago
  12. 8cbdac6 docs: Remove useless discussion. by Sean Silva · 12 years ago
  13. 159cc9e docs: Fix up HTML links to proper reST links. by Sean Silva · 12 years ago
  14. 9cc4c39 docs: clang-format is coming down the pike, mention it by Sean Silva · 12 years ago
  15. aaf575b docs: Reorganize landing page. by Sean Silva · 12 years ago
  16. e30561d remove random spaces by Sean Silva · 12 years ago
  17. 13b5e11 docs: Change title. by Sean Silva · 12 years ago
  18. 112f778 docs: Decrease toctree depth on landing page. by Sean Silva · 12 years ago
  19. f267ff7 docs: Sphinx conversion is "done" by Sean Silva · 12 years ago
  20. 7ff1e45 Update the copyright coredits -- Happy new year 2013! by NAKAMURA Takumi · 12 years ago
  21. 029e70c Documentation: PTHInternals: use correct adornments and fix typos by Dmitri Gribenko · 12 years ago
  22. 184e1c4 Documentation: fix a syntax error: empty line required after code-block:: by Dmitri Gribenko · 12 years ago
  23. 5c0de4c Documentation: add MemorySanitizer to the toctree by Dmitri Gribenko · 12 years ago
  24. debc018 docs: Convert ReleaseNotes to reST. by Sean Silva · 12 years ago
  25. 9dbdfb8 Clean out release notes for clang 3.3 by Benjamin Kramer · 12 years ago
  26. 583acae Slight rewording of -fsanitize=memory docs. by Evgeniy Stepanov · 12 years ago
  27. cc603e9 User manual chapter on MemorySanitizer. by Evgeniy Stepanov · 12 years ago
  28. 7f5e76b Remove the working that ThreadSanitizer is *experimental*. by Dmitry Vyukov · 12 years ago
  29. f3a1ff3 docs: Convert ObjectiveCLiterals to reST. by Sean Silva · 12 years ago
  30. 72958b3 docs: fix Sphinx toctree warning. by Sean Silva · 12 years ago
  31. 0a7d2fe docs: Convert DriverInternals to reST. by Sean Silva · 12 years ago
  32. 7b00b84 Documentation: use monospaced font in BlockLanguageSpec, and fix a link to this by Dmitri Gribenko · 12 years ago
  33. 76f98b6 Updated link in LanguageExtensions.rst to point to BlockLanguageSpec.rst instead of BlockLanguageSpec.txt. by Michael Gottesman · 12 years ago
  34. 3714e75 Changed UTF-8 emdashes to --- ala Dmitri Gribenko's comments. by Michael Gottesman · 12 years ago
  35. 0bd9e72 Documentation: UsersManual.rst: some cleanups after semi-automatic conversion by Dmitri Gribenko · 12 years ago
  36. 0e704ed Forgot to remove trailing whitespace when I converted the BlockLanguageSpec.txt => BlockLanguageSpec.rst. It has been eliminated. by Michael Gottesman · 12 years ago
  37. 822dd4c Converted BlockLanguageSpec.txt => BlockLanguageSpec.rst. by Michael Gottesman · 12 years ago
  38. b52cc89 docs: Nuke AnalyzerRegions.rst. by Sean Silva · 12 years ago
  39. 61dde19 tsan: correct llvm libc++ name by Dmitry Vyukov · 12 years ago
  40. 728e212 tsan: add __has_feature(thread_sanitizer) by Dmitry Vyukov · 12 years ago
  41. c092cba tsan: update docs by Dmitry Vyukov · 12 years ago
  42. 2df1658 Clean up a small (messy) section of Clang's release notes for 3.2. by Chandler Carruth · 12 years ago
  43. 24ee6ea Documentation: add a missing word by Dmitri Gribenko · 12 years ago
  44. 4f35f74 Clang ReleaseNotes: add information about documentation comments support by Dmitri Gribenko · 12 years ago
  45. b22acbb Documentation: AutomaticReferenceCounting.rst: use CSS section numbering. by Dmitri Gribenko · 12 years ago
  46. b34b805 docs: Fix completely broken adornment structure. by Sean Silva · 12 years ago
  47. 97555a1 Documentation: random cleanups. Use monospaced font where appropriate, by Dmitri Gribenko · 12 years ago
  48. 5cc0580 Documentation: convert InternalsManual.html to reST by Dmitri Gribenko · 12 years ago
  49. 1228d66 Documentation: LanguageExtensions.rst: convert link to :doc: style and fix up by Dmitri Gribenko · 12 years ago
  50. 3115f5b6 Docs: redirect "static analysis extensions" section to the analyzer site. by Jordan Rose · 12 years ago
  51. 2d3bad7 Remove old description of analyzer internals from public docs. by Jordan Rose · 12 years ago
  52. b1f67db Style and Doc fix for CommonOptionsParser by Edwin Vane · 12 years ago
  53. 702baef Documentation: add AutomaticReferenceCounting.rst to the toctree by Dmitri Gribenko · 12 years ago
  54. 94b21a1 Documentation: convert AutomaticReferenceCounting.html to reST by Dmitri Gribenko · 12 years ago
  55. 2dce7be Point a hyperlink back to where it was before it got reStructured. by Richard Smith · 12 years ago
  56. 463b48b ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of by Richard Smith · 12 years ago
  57. 93ca021 docs: More reST conversion. by Sean Silva · 12 years ago
  58. 3872b46 docs: Convert some docs to reST. by Sean Silva · 12 years ago
  59. b34ae9b docs: Another test commit (sphinx autoupdating). by Daniel Dunbar · 12 years ago
  60. 74061ee docs: Test commit (sphinx autoupdating). by Daniel Dunbar · 12 years ago
  61. 1c6ee67 docs: Initial Sphinx setup for Clang. by Sean Silva · 12 years ago
  62. 8784b03 AST matcher tutorial (Part I) by Daniel Jasper · 12 years ago
  63. 850532c Add extra truthiness. by Richard Smith · 12 years ago
  64. e0b8997 Update matcher documentation with script. by Daniel Jasper · 12 years ago
  65. 5c5eaa8 Document the existence of -fsanitize=bounds. by Richard Smith · 12 years ago
  66. 4d1a6e4 This patch exposes to Clang users three more sanitizers are experimental features of ASan: by Alexey Samsonov · 12 years ago
  67. b854036 Add -fsanitize=integer for reporting suspicious integer behaviors. by Will Dietz · 12 years ago
  68. fd9d0e1 Updates to user's manual and release notes for -fsanitize= options. by Richard Smith · 12 years ago
  69. e246d90 Use -fsanitize= flag in docs for ASan/TSan by Alexey Samsonov · 12 years ago
  70. ecf7cc1 [asan docs] explain why asan exits on the first error by Kostya Serebryany · 12 years ago
  71. ea33b3f Remove clang-fixit from tools page as it is currently not planned as a by Daniel Jasper · 12 years ago
  72. 5c51fc4 Update docs about TSan availability in CMake build by Alexey Samsonov · 12 years ago
  73. adea517 Fix some wordings in AddressSanitizer docs. by Alexey Samsonov · 12 years ago
  74. 266dba3 Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. by Andy Gibbs · 12 years ago
  75. 460e7a2 [asan] update asan docs to explain more about linking and to mention full support for i386 Linux by Kostya Serebryany · 12 years ago
  76. 1a71112 PR14004: Fix typo in documentation. by Richard Smith · 12 years ago
  77. 4b70070 Update the block specification for some long-settled subleties. by John McCall · 12 years ago
  78. ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
  79. 0e6b155 Fix a typo in the PCH internals documentation by Douglas Gregor · 12 years ago
  80. 1050966 Added link to HowToSetupToolingForLLVM.html. Added missing #include to the example. by Alexander Kornienko · 12 years ago
  81. 9d8c9d3 Added an example of an empty case label to avoid confusion. by Alexander Kornienko · 12 years ago
  82. 72e4f25 Update the PCH internals documentation to cover chained precompiled by Douglas Gregor · 12 years ago
  83. 7b7e2c4 Fix copy-paste error in manpage. Should be -stdlib=library. by Ted Kremenek · 12 years ago
  84. 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
  85. 978869a [analyzer] Make the defaults explicit for each of the new config options. by Jordan Rose · 12 years ago
  86. 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
  87. a4728e5 Adds a first iteration of the basic AST matcher documentation landing page. by Manuel Klimek · 12 years ago
  88. 67619ff Introduces anchors into LibASTMatchersReference.html. by Manuel Klimek · 12 years ago
  89. a8ee441 Update AddressSanitizer docs by Alexey Samsonov · 12 years ago
  90. a285e7d Fix a mistake in an HTML example code snippet. by Jordan Rose · 12 years ago
  91. 3d35a54 New clang-check vim integration script by Alexander Kornienko · 12 years ago
  92. de5277f [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors. by Jordan Rose · 12 years ago
  93. dfccbd9 Documentation: correct a typo introduced in r162971. by Dmitri Gribenko · 12 years ago
  94. a8ba40e Documentation: add missing word "accepts". by Dmitri Gribenko · 12 years ago
  95. 3f2a55d [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. by Anna Zaks · 12 years ago
  96. 9413dc0 Fix missing 'clang' in pragma example in ARC doc. by Ted Kremenek · 12 years ago
  97. 3bd2785 Clarify the point at which ARC destroys ivars vis-à-vis by John McCall · 12 years ago
  98. 95a58d2 This is a temporary solution until we have a better way to by Manuel Klimek · 12 years ago
  99. 6fe4dfb [analyzer] Don't inline constructors for objects allocated with operator new. by Jordan Rose · 12 years ago
  100. 7103d2d [analyzer] Update inlining design notes for r162681. by Jordan Rose · 12 years ago