1. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  2. 7b69cd0 Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 12 years ago
  3. 88be2fd Adding parenType() and innerType() AST Matchers Updated docs and tests. by Edwin Vane · 12 years ago
  4. 8203d9f Updating LibASTMatchersReference by Edwin Vane · 12 years ago
  5. c544ba0 <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 12 years ago
  6. d44d287 <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever. by Douglas Gregor · 12 years ago
  7. 0292519 Update docs after moving clang-format from clang-tools-extra to cfe. by Daniel Jasper · 12 years ago
  8. b2cc521 Documentation: fix a typo and formatting by Dmitri Gribenko · 12 years ago
  9. 5921e04 Add future directions for modules by Douglas Gregor · 12 years ago
  10. 5529e3e More modules documentation, including the straw-man import declaration syntax and "how to modularize a platform". by Douglas Gregor · 12 years ago
  11. 9bb4a0c More documentation on the module map language. by Douglas Gregor · 12 years ago
  12. b02d173 [docs] Point inquisitive users to existing module.map files. by Sean Silva · 12 years ago
  13. c9fd186 [docs] Prominently note that modules are expemental. by Sean Silva · 12 years ago
  14. 03d262b Fix typo and grammaro in modules documentation by Douglas Gregor · 12 years ago
  15. a2b3d58 Work-in-progress documentation on the experimental modules feature. by Douglas Gregor · 12 years ago
  16. 23219da Documentation: improve formatting by Dmitri Gribenko · 12 years ago
  17. f37b1e2 [ASan] Update docs for -fsanitize=init-order option by Alexey Samsonov · 12 years ago
  18. 8eb3022 Documentation: formatting fixes by Dmitri Gribenko · 12 years ago
  19. 5b07e80 Tighten up the rules for precise lifetime and document by John McCall · 12 years ago
  20. 4ad07bd [docs] Add rtags to the external examples. by Sean Silva · 12 years ago
  21. 212d19a [docs] Add SourceWeb as external example. by Sean Silva · 12 years ago
  22. 695bbea [docs] Add ellipsis. by Sean Silva · 12 years ago
  23. f4b4804 Adding lvalue and rvalue reference type matchers by Edwin Vane · 12 years ago
  24. 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 12 years ago
  25. 7e6f23a Make LibASTMatchersTutorial code match text by Edwin Vane · 12 years ago
  26. ba6efd3 Documentation: use code highlighting by Dmitri Gribenko · 12 years ago
  27. aec89ac hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 12 years ago
  28. e3a2b81 Make the tutorial easier to compile by adding in some of the details. by Manuel Klimek · 12 years ago
  29. d0d6f64 Add an idea for a cpp11-migrate tool: TR1 migration by Dmitri Gribenko · 12 years ago
  30. 7298c0b [docs] Spelling by Sean Silva · 12 years ago
  31. e7259ae [docs] Use vim code-block instead of console. by Sean Silva · 12 years ago
  32. b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 12 years ago
  33. 280b956 ClangFormat.rst: Fix two small typos by Hans Wennborg · 12 years ago
  34. a11f22f [analyzer] Turn on C++ constructor inlining by default. by Jordan Rose · 12 years ago
  35. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 12 years ago
  36. 742d9e7 Various additions to ASTMatcher library: by Edwin Vane · 12 years ago
  37. 3abf778 Adding hasDeclaration overload for TemplateSpecializationType by Edwin Vane · 12 years ago
  38. c7093d9 Update generated documentation after recent matcher addition. by Daniel Jasper · 12 years ago
  39. 0a8dead Documentation: add an idea for a (weird) clang tool by Dmitri Gribenko · 12 years ago
  40. 824ed0c Documentation: add an idea for an automatic refactoring by Dmitri Gribenko · 12 years ago
  41. 04ea68c Reference the canonical commit (r175462) in the value casting release note. by David Blaikie · 12 years ago
  42. a62e561 Document the value casting API changes. by David Blaikie · 12 years ago
  43. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  44. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  45. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 12 years ago
  46. 644367c Added a footnote to the documentation for objc_storeStrong that makes it clear by Michael Gottesman · 12 years ago
  47. d918613 [docs] Rename to permit wider variety of content. by Sean Silva · 12 years ago
  48. 298422d [docs] Revise content on ExternalProjectsUsingClang page. by Sean Silva · 12 years ago
  49. 5238060 Support in hasDeclaration for types with getDecl() by Edwin Vane · 12 years ago
  50. 3b41a10 [docs] Introduce ExternalProjectsUsingClang.rst by Sean Silva · 12 years ago
  51. 3a09444 Actually fix rendering of the example code block! by Richard Smith · 12 years ago
  52. 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 · 12 years ago
  53. 6f48819 Document Clang's support for [[gnu::...]] attributes. by Richard Smith · 12 years ago
  54. 8c42a67 [docs] The stat cache has been removed from the PCH, update the docs to remove mentions of it. by Argyrios Kyrtzidis · 12 years ago
  55. 992c592 Release notes: mention support for Unicode and UCNs in identifiers. by Jordan Rose · 12 years ago
  56. cbe50cc Documentation: fix typo: stdard -> stdarg by Dmitri Gribenko · 12 years ago
  57. 1142b2a Documentation: add information about builtin includes to FAQ by Dmitri Gribenko · 12 years ago
  58. fa37c5c Implements equalsNode for Decl and Stmt. by Manuel Klimek · 12 years ago
  59. 415514d Cleanup of ASTMatcher macros and adding support for overloaded matchers. by Manuel Klimek · 12 years ago
  60. eaf9c74 [analyzer] Add a doc describing the internals of RegionStore. by Jordan Rose · 12 years ago
  61. 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 · 12 years ago
  62. 7305e8c Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users. by Ted Kremenek · 12 years ago
  63. 152ea0e Implements the convenience matcher findAll. by Manuel Klimek · 12 years ago
  64. ce32890 [analyzer] Remove further references to analyzer-ipa. by Anna Zaks · 12 years ago
  65. 7414959 Documentation: fix escaping in JSON example by Dmitri Gribenko · 12 years ago
  66. d96d949 Documentation: add a link to Bear, a tool to help with JSON DB by Dmitri Gribenko · 12 years ago
  67. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 12 years ago
  68. 440285c docs: clear up ambiguity by Sean Silva · 12 years ago
  69. cc12f8d Documentation: add a note that -cc1 options are not guaranteed to be stable by Dmitri Gribenko · 12 years ago
  70. 68c4146 Update docs: nullptr conversion tool landed by Dmitri Gribenko · 12 years ago
  71. 21937c6 Documentation: formatting by Dmitri Gribenko · 12 years ago
  72. 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
  73. 44a1efe Documentation: fix typo by Dmitri Gribenko · 12 years ago
  74. 52fb37a Document the redeclaration and overriding restrictions on the by Douglas Gregor · 12 years ago
  75. 714911f Document that we should recognize attributes supported by gcc with C++11 by Dmitri Gribenko · 12 years ago
  76. b4b970f Document behavior of -Wformat-nonliteral, it is different from GCC by Dmitri Gribenko · 12 years ago
  77. 377b8c6 Updated documentation to reflect new multiprecision builtin functions. by Michael Gottesman · 12 years ago
  78. 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
  79. c2345a9 Revert the line ending mess I made. by Nikola Smiljanic · 12 years ago
  80. 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
  81. 73189fb ClangTools.rst: spelling and formatting by Dmitri Gribenko · 12 years ago
  82. ee1230c ClangFormat.rst: improve formatting by Dmitri Gribenko · 12 years ago
  83. 6d5b57a Add documentation for clang-format. by Daniel Jasper · 12 years ago
  84. 41df16e Fixes dump_ast_matchers to parse all matcher macros and updates the docs. by Manuel Klimek · 12 years ago
  85. 727d0d0 Don't mention -fno-diagnostics-print-source-range-info in manual. by Nico Weber · 12 years ago
  86. 080dc52 Removed extra "`" from ARC documentation. by Michael Gottesman · 12 years ago
  87. 8c19d39 docs: "clang tools" are not a different interface. by Sean Silva · 12 years ago
  88. a65e076 Converted Block-ABI-Apple.txt => Block-ABI-Apple.rst. by Michael Gottesman · 12 years ago
  89. 9987ce2 docs: Fix inconsistent titles. by Sean Silva · 12 years ago
  90. 7ce3170 docs: Copy Block-ABI-Apple.txt to output. by Sean Silva · 12 years ago
  91. 546dbef [docs/analyzer] Test commit (for auto-update). by Daniel Dunbar · 12 years ago
  92. e3fc097 [docs] Fix an inconsistent title level, and a sphinx warning. by Daniel Dunbar · 12 years ago
  93. a6a87f1 [docs/analyzer] Convert existing debug-checks document to Sphinx and link into doctree. by Daniel Dunbar · 12 years ago
  94. 2626a2a ClangTools doc: add ideas for new tools in clang-tools-extra to ensure that by Dmitri Gribenko · 12 years ago
  95. 1834a04 Clang docs: add some information about the difference between 'clang' and 'clang -cc1' by Dmitri Gribenko · 12 years ago
  96. 589ddc2 Add docs/README.txt to point to llvm/docs/README.txt. by Sean Silva · 12 years ago
  97. 0f48f9d analyzer: add initial Sphinx configuration by Sean Silva · 12 years ago
  98. bdaeb8a Exclude docs/analyzer/ from the default Sphinx build. by Sean Silva · 12 years ago
  99. 28c1f75 docs: Mark ReleaseNotes as "In-Progress" by Sean Silva · 12 years ago
  100. e132c89 docs: Take advantage of extra level of headings. by Sean Silva · 12 years ago