1. ef7c6e7 Add caveat to __builtin_readcyclecounter documentation. by Tim Northover · 11 years ago
  2. 355103b ReleaseNotes.rst: typo by Hans Wennborg · 11 years ago
  3. 0437e0d ReleaseNotes: add note about ASTContext::WCharTy and WideCharTy by Hans Wennborg · 11 years ago
  4. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
  5. 7b77300 Add embedded video for the AST tutorial. by Manuel Klimek · 11 years ago
  6. 4a25a62 Add LeakSanitizer.rst to docs. by Sergey Matveev · 11 years ago
  7. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  8. 46529e5 Reformat clang-format help strings, filter out irrelevant options. by Alexander Kornienko · 11 years ago
  9. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 11 years ago
  10. 0332e0a Updating LibASTMatchersReference to include namespaceDecl() by Edwin Vane · 11 years ago
  11. a518896 Document Clang's support for #pragma comment(lib/linker) with -fms-extensions by Reid Kleckner · 11 years ago
  12. 35d06d2 We're in 3.4 land now. by Bill Wendling · 11 years ago
  13. 7f0ffb3 C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support. by Richard Smith · 11 years ago
  14. 82e3b47 Basic clang-format integration for BBEdit. by Daniel Jasper · 11 years ago
  15. ebf8fe2 Documentation: Change UTF-8 ellipsis character to ASCII ... sequence by Dmitri Gribenko · 11 years ago
  16. 395b0af Documentation: add an idea for a cpp14-migrate transform for N3421 by Dmitri Gribenko · 11 years ago
  17. 84bf8a8 Documentation: improve description of make_shared transformation, as suggested by David Blaikie by Dmitri Gribenko · 11 years ago
  18. 1377a46 Further wordsmith release notes for the static analyzer. by Ted Kremenek · 11 years ago
  19. 08741a0 Add Static Analyzer section to the Release Notes for clang 3.3 by Anna Zaks · 11 years ago
  20. d4aaee4 Add an idea for cpp11-migrate and cpp14-migrate by Dmitri Gribenko · 11 years ago
  21. 230fc37 Release note the change to clang_CXCursorSet_contains(). by Ted Kremenek · 11 years ago
  22. e6e68b5 C++11 support is now feature-complete. by Richard Smith · 11 years ago
  23. 74df03a Multiple improvements to the AST matcher tutorial. by Manuel Klimek · 11 years ago
  24. cf8a9cb Add description of -Ofast optimization option to the man page. <rdar://13660458> by Bob Wilson · 11 years ago
  25. 076eea2 Implemented #pragma GCC warning/error in the same mould as #pragma message. by Andy Gibbs · 11 years ago
  26. 141f1d2 This corrects problems in the LibASTMatchers tutorial. by Manuel Klimek · 11 years ago
  27. a50b578 Small improvements to clang-format documentation and integration scripts. by Daniel Jasper · 11 years ago
  28. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 11 years ago
  29. 6fd7d30 Add an option to parse all comments as documentation comments by Dmitri Gribenko · 11 years ago
  30. 1cf97e7 Updating cpp11-migrate transform list in ClangTools docs by Edwin Vane · 11 years ago
  31. 5771a2f Adding new AST Matchers isVirtual and isOverride by Edwin Vane · 11 years ago
  32. 40db515 Mention the changes in the handling of language linkage in the release notes. by Rafael Espindola · 11 years ago
  33. 52ca70d If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate. by Peter Collingbourne · 11 years ago
  34. b11a908 [analyzer] Enable destructor inlining by default (c++-inlining=destructors). by Jordan Rose · 11 years ago
  35. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  36. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  37. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  38. 7b69cd0 Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 11 years ago
  39. 88be2fd Adding parenType() and innerType() AST Matchers Updated docs and tests. by Edwin Vane · 11 years ago
  40. 8203d9f Updating LibASTMatchersReference by Edwin Vane · 11 years ago
  41. c544ba0 <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 11 years ago
  42. d44d287 <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever. by Douglas Gregor · 11 years ago
  43. 0292519 Update docs after moving clang-format from clang-tools-extra to cfe. by Daniel Jasper · 11 years ago
  44. b2cc521 Documentation: fix a typo and formatting by Dmitri Gribenko · 11 years ago
  45. 5921e04 Add future directions for modules by Douglas Gregor · 11 years ago
  46. 5529e3e More modules documentation, including the straw-man import declaration syntax and "how to modularize a platform". by Douglas Gregor · 11 years ago
  47. 9bb4a0c More documentation on the module map language. by Douglas Gregor · 11 years ago
  48. b02d173 [docs] Point inquisitive users to existing module.map files. by Sean Silva · 11 years ago
  49. c9fd186 [docs] Prominently note that modules are expemental. by Sean Silva · 11 years ago
  50. 03d262b Fix typo and grammaro in modules documentation by Douglas Gregor · 11 years ago
  51. a2b3d58 Work-in-progress documentation on the experimental modules feature. by Douglas Gregor · 11 years ago
  52. 23219da Documentation: improve formatting by Dmitri Gribenko · 11 years ago
  53. f37b1e2 [ASan] Update docs for -fsanitize=init-order option by Alexey Samsonov · 11 years ago
  54. 8eb3022 Documentation: formatting fixes by Dmitri Gribenko · 11 years ago
  55. 5b07e80 Tighten up the rules for precise lifetime and document by John McCall · 11 years ago
  56. 4ad07bd [docs] Add rtags to the external examples. by Sean Silva · 11 years ago
  57. 212d19a [docs] Add SourceWeb as external example. by Sean Silva · 11 years ago
  58. 695bbea [docs] Add ellipsis. by Sean Silva · 11 years ago
  59. f4b4804 Adding lvalue and rvalue reference type matchers by Edwin Vane · 11 years ago
  60. 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 11 years ago
  61. 7e6f23a Make LibASTMatchersTutorial code match text by Edwin Vane · 11 years ago
  62. ba6efd3 Documentation: use code highlighting by Dmitri Gribenko · 11 years ago
  63. aec89ac hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 11 years ago
  64. e3a2b81 Make the tutorial easier to compile by adding in some of the details. by Manuel Klimek · 11 years ago
  65. d0d6f64 Add an idea for a cpp11-migrate tool: TR1 migration by Dmitri Gribenko · 11 years ago
  66. 7298c0b [docs] Spelling by Sean Silva · 11 years ago
  67. e7259ae [docs] Use vim code-block instead of console. by Sean Silva · 11 years ago
  68. b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 11 years ago
  69. 280b956 ClangFormat.rst: Fix two small typos by Hans Wennborg · 11 years ago
  70. a11f22f [analyzer] Turn on C++ constructor inlining by default. by Jordan Rose · 11 years ago
  71. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 11 years ago
  72. 742d9e7 Various additions to ASTMatcher library: by Edwin Vane · 11 years ago
  73. 3abf778 Adding hasDeclaration overload for TemplateSpecializationType by Edwin Vane · 11 years ago
  74. c7093d9 Update generated documentation after recent matcher addition. by Daniel Jasper · 11 years ago
  75. 0a8dead Documentation: add an idea for a (weird) clang tool by Dmitri Gribenko · 11 years ago
  76. 824ed0c Documentation: add an idea for an automatic refactoring by Dmitri Gribenko · 11 years ago
  77. 04ea68c Reference the canonical commit (r175462) in the value casting release note. by David Blaikie · 11 years ago
  78. a62e561 Document the value casting API changes. by David Blaikie · 11 years ago
  79. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 11 years ago
  80. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 11 years ago
  81. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 11 years ago
  82. 644367c Added a footnote to the documentation for objc_storeStrong that makes it clear by Michael Gottesman · 11 years ago
  83. d918613 [docs] Rename to permit wider variety of content. by Sean Silva · 11 years ago
  84. 298422d [docs] Revise content on ExternalProjectsUsingClang page. by Sean Silva · 11 years ago
  85. 5238060 Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  86. 3b41a10 [docs] Introduce ExternalProjectsUsingClang.rst by Sean Silva · 11 years ago
  87. 3a09444 Actually fix rendering of the example code block! by Richard Smith · 11 years ago
  88. 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
  89. 6f48819 Document Clang's support for [[gnu::...]] attributes. by Richard Smith · 11 years ago
  90. 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
  91. 992c592 Release notes: mention support for Unicode and UCNs in identifiers. by Jordan Rose · 11 years ago
  92. cbe50cc Documentation: fix typo: stdard -> stdarg by Dmitri Gribenko · 11 years ago
  93. 1142b2a Documentation: add information about builtin includes to FAQ by Dmitri Gribenko · 11 years ago
  94. fa37c5c Implements equalsNode for Decl and Stmt. by Manuel Klimek · 11 years ago
  95. 415514d Cleanup of ASTMatcher macros and adding support for overloaded matchers. by Manuel Klimek · 11 years ago
  96. eaf9c74 [analyzer] Add a doc describing the internals of RegionStore. by Jordan Rose · 11 years ago
  97. 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
  98. 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
  99. 152ea0e Implements the convenience matcher findAll. by Manuel Klimek · 11 years ago
  100. ce32890 [analyzer] Remove further references to analyzer-ipa. by Anna Zaks · 11 years ago