1. 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  2. 5ab5249 Clang docs update: list command-line flags that control the size of generated debug information. Reviewed by chandlerc@ and echristo@. by Alexey Samsonov · 12 years ago
  3. ccc4edf Close HTML tag properly. by Dmitri Gribenko · 12 years ago
  4. bdb97ff In response to some discussions on IRC, tweak the wording of the new by Richard Smith · 12 years ago
  5. b264702 Release notes update for -Wsometimes-uninitialized. by Richard Smith · 12 years ago
  6. b7ac658 Adds menu sidebar to the docs. by Manuel Klimek · 12 years ago
  7. 0fe1e1f Updates the tooling docs with the links to the tutorials and by Manuel Klimek · 12 years ago
  8. 882d794 Adds a tutorial for how to write clang plugins. by Manuel Klimek · 12 years ago
  9. c0bb312 Remove 3.1 release notes to get ready for current development cycle. by Bill Wendling · 12 years ago
  10. f291d8c [tsan] grammar fixes by Kostya Serebryany · 12 years ago
  11. 5324380 [tsan] fix typo by Kostya Serebryany · 12 years ago
  12. e2789bb [tsan] first version of ThreadSanitizer docs by Kostya Serebryany · 12 years ago
  13. 89deb3f Add documentation about boxing enum types and a codegen test to make by Argyrios Kyrtzidis · 12 years ago
  14. d66117b Add a note about atomic builtins to c11 section of release notes. by David Chisnall · 12 years ago
  15. 332f9aa Fix Xcode case (Upper X, lower c) by Jean-Daniel Dupas · 12 years ago
  16. 6341900 Add Python binding info to release notes by Gregory Szorc · 12 years ago
  17. 396663b remove something that is really old and out of date. by Chris Lattner · 12 years ago
  18. fff4a44 Fix typo and avoid layout issue with almost-but-not-quite-fixed-width fonts. by Richard Smith · 12 years ago
  19. 207653c Minor copy-edits to clang::fallthrough attribute documentation. by Richard Smith · 12 years ago
  20. e0d3b4c Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between by Richard Smith · 12 years ago
  21. 526cda3 The release notes are no place for modesty. by Richard Smith · 12 years ago
  22. 74eb4af Adds a tutorial on how to write RAV based ASTFrontendActions. by Manuel Klimek · 12 years ago
  23. 981d1ec Reverted unintentional commit. by Manuel Klimek · 12 years ago
  24. d9ed0fd Adds a small tutorial on how to write RAV based ASTFrontendActions. by Manuel Klimek · 12 years ago
  25. d80d484 Adds documentation for how to use the tooling library. by Manuel Klimek · 12 years ago
  26. 9771a9e Adds a document describing the various tooling approaches and their pros and by Manuel Klimek · 12 years ago
  27. 219cd6c [asan] fix typo by Kostya Serebryany · 12 years ago
  28. cef57e5 [asan] update docs by Kostya Serebryany · 12 years ago
  29. 16c111b Added equivalent method calls in examples. by Patrick Beard · 12 years ago
  30. c495e60 Formatting fix. by Richard Smith · 12 years ago
  31. a963962 Fix a broken link. Patch by Nikola Smiljanic. by David Blaikie · 12 years ago
  32. dd9fe59 Clarified encoding of boxed C strings, balanced all <p> with </p>. by Patrick Beard · 12 years ago
  33. ab8f4da Changed title. by Patrick Beard · 12 years ago
  34. f7736ea Changed wording of availability. by Patrick Beard · 12 years ago
  35. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  36. 95e7aaf Mention atomics support in the release notes. by Richard Smith · 12 years ago
  37. fafbf06 Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's by Richard Smith · 12 years ago
  38. 316551f Add a query macro for C++11 N3276, decltype does not require complete by Douglas Gregor · 12 years ago
  39. 85ff969 [Lex] Add support for 'user specified system frameworks' (see test case). by Daniel Dunbar · 12 years ago
  40. f76e7f7 RelNote improvements made to -Wliteral-conversion by r141955. by David Blaikie · 12 years ago
  41. 92f7409 Updated release notes for tooling. by Manuel Klimek · 12 years ago
  42. 7b156dd Add feature check "cxx_local_type_template_args" describing support by Douglas Gregor · 12 years ago
  43. 100c649 Forbid the block and lambda copy-capture of __autoreleasing variables by John McCall · 12 years ago
  44. 9da31cb Update the ARC specification for several changes made in the by John McCall · 12 years ago
  45. 1f4c54d Forward-declared enumerations are now complete, except for an interaction by Richard Smith · 12 years ago
  46. ec5a306 Revert accidentally-committed www changes (and an unused diagnostic); by Richard Smith · 12 years ago
  47. 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 12 years ago
  48. 1526f54 Removed repeated word (of of). by Patrick Beard · 12 years ago
  49. a62c380 numberWithFloat -> numberWithDouble. by Patrick Beard · 12 years ago
  50. 2498885 Fixed typo. by Patrick Beard · 12 years ago
  51. 62f1234 Added summary section for Object Literals and Subscripting, which contains the external link. by Patrick Beard · 12 years ago
  52. ca7f5bd Fixed typos. by Patrick Beard · 12 years ago
  53. 7f919c8 Link to Objective-C literals documentation. by Patrick Beard · 12 years ago
  54. af39ba1 Objective-C literals documentation. by Patrick Beard · 12 years ago
  55. c407f25 Test commit. by Patrick Beard · 12 years ago
  56. b455686 LanguageExtensions: Manually word wrap a line to reduce horizontal scrolling. by Benjamin Kramer · 12 years ago
  57. 684944e fix link by Kostya Serebryany · 12 years ago
  58. abc31ca [asan] update asan docs: mention CMake problem and to explain the status of MacOS 10.7 and 32-bit Linux by Kostya Serebryany · 12 years ago
  59. 594f841 Document the weak-linking behavior of the availability attribute by Douglas Gregor · 12 years ago
  60. 93a7067 Document the availability attribute by Douglas Gregor · 12 years ago
  61. bccda48 Clarify even further that the lambda-to-block-pointer conversion is only available in Objective-C++ by Douglas Gregor · 12 years ago
  62. 8a4e182 Document the conversion from a lambda closure type to a block pointer by Douglas Gregor · 12 years ago
  63. 69e7692 Add user-defined literals to release notes. by Richard Smith · 12 years ago
  64. 9c1dda7 User-defined literals are done. by Richard Smith · 12 years ago
  65. 8013458 Correct the documentation to give a legal example of a raw string literal. by Richard Smith · 12 years ago
  66. ec92bc7 Add a pile of tests for unrestricted unions, and advertise support for them. by Richard Smith · 12 years ago
  67. 3fd8087 Fix Typo in 'objc changes' anchor. by Jean-Daniel Dupas · 12 years ago
  68. 48a8cd9 add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to docs/UsersManual.html by Kostya Serebryany · 12 years ago
  69. 8a5e7fd Implement double underscore names support in __has_attribute by Jean-Daniel Dupas · 12 years ago
  70. 1d9f4c1 Correct an example of a feature name to actually use a feature name rather by Richard Smith · 12 years ago
  71. 8818955 Update release notes and language extensions pages to note that support for by Richard Smith · 12 years ago
  72. 5297d71 Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and by Richard Smith · 12 years ago
  73. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 12 years ago
  74. f28ded5 Fix indentation by Douglas Gregor · 12 years ago
  75. 09315f3 Note that lambda expressions are available in the release notes for 3.1 by Douglas Gregor · 12 years ago
  76. 46e021e Clang supports lambdas. by Douglas Gregor · 12 years ago
  77. cd376a1 Improve placement of clang crash diagnostics section. by Chad Rosier · 12 years ago
  78. b211a4b Add clang crash diagnostic info and associated flags to Clang user manual. by Chad Rosier · 12 years ago
  79. 65005eb Add -Wstrncat-size and -Wempty-body to release notes. by Dmitri Gribenko · 12 years ago
  80. 0460651 Add a few minor items to the 3.1 release notes. by Nico Weber · 12 years ago
  81. 45fb995 Start off release notes for clang 3.1 with reference to C11 anonymous structs by Richard Smith · 12 years ago
  82. ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 12 years ago
  83. b5216aa Advertize support for constexpr. by Richard Smith · 12 years ago
  84. 8275fc0 Fix broken link. I believe this has been broken for at least 7 months. by Michael J. Spencer · 12 years ago
  85. b919815 Fix a typo (builting -> builtin). by Benjamin Kramer · 12 years ago
  86. 71efba0 The following patch adds __attribute__((no_address_safety_analysis)) which will allow to disable by Kostya Serebryany · 12 years ago
  87. f5249f5 [asan] document the need for -fno-optimize-sibling-calls by Kostya Serebryany · 12 years ago
  88. 3419d7c Tweak markup. by Benjamin Kramer · 13 years ago
  89. da90c77 added descriptions of vector extensions, info about vector literals and vector operations. by Anton Yartsev · 13 years ago
  90. 665a8dc Fix ALL the markup. by Benjamin Kramer · 13 years ago
  91. e683fd9 [asan] mention -fno-omit-frame-pointer in the docs by Kostya Serebryany · 13 years ago
  92. ffbe9b9 Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. by Benjamin Kramer · 13 years ago
  93. 2d1e21a Fix typo 'typdefs', from Nikola Smiljanic by Douglas Gregor · 13 years ago
  94. 2c2a385 fix a broken link by Chris Lattner · 13 years ago
  95. d4b66b9 clarify that clang version number macros are marketing version #'s, not something useful. by Chris Lattner · 13 years ago
  96. 2e17322 [asan] update asan docs by Kostya Serebryany · 13 years ago
  97. 8a0f155 Document the updated behaviour of __builtin_constant_p introduced in r146236. by Richard Smith · 13 years ago
  98. c9577f3 we got badgered into supporting multi-alternative constraints. by Chris Lattner · 13 years ago
  99. 5e9392b Implement support for the __is_final type trait, to determine whether by Douglas Gregor · 13 years ago
  100. b876993 [asan] update docs to allow, but discourage, -O0 by Kostya Serebryany · 13 years ago