1. f45f234 [asan] update docs: mention MacOS 10.7 and correct the ifdef sample for __has_feature by Kostya Serebryany · 12 years ago
  2. 529cdf4 Update the %diff modifer to have an alternate string print when a template tree by Richard Trieu · 12 years ago
  3. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  4. 4375b08 Add missing words to manual. by Richard Trieu · 12 years ago
  5. e59331a Update documentation with regards to template type diffing. by Richard Trieu · 12 years ago
  6. 5e2d5de Support the tls_model attribute (PR9788) by Hans Wennborg · 12 years ago
  7. f7a4c35 Add release note about -gline-tables-only flag by Alexey Samsonov · 12 years ago
  8. 790880b document _has_feature(objc_default_synthesize_properties). // rdar://11676972 by Fariborz Jahanian · 12 years ago
  9. 843f0e8 Make the analyzer site a single point of reference for info by Anna Zaks · 12 years ago
  10. f122a13 Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 12 years ago
  11. 1156afd Doc fixed as proposed (and mostly contributed) by David Roethlisberger. by Manuel Klimek · 12 years ago
  12. 0cddf59 Update clang attribute document. by Michael Han · 12 years ago
  13. 8c24675 Add documentation for the JSON compilation database format. by Manuel Klimek · 12 years ago
  14. f38d932 Puts the linktime dependencies into stupid-ld-required order, as proposed by Jordan Rose. by Manuel Klimek · 12 years ago
  15. 1e282e9 Documents linking requirements for libtooling. by Manuel Klimek · 12 years ago
  16. 8003963 Document how fixits on errors and warnings must behave. by Nico Weber · 12 years ago
  17. 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  18. 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
  19. ccc4edf Close HTML tag properly. by Dmitri Gribenko · 12 years ago
  20. bdb97ff In response to some discussions on IRC, tweak the wording of the new by Richard Smith · 12 years ago
  21. b264702 Release notes update for -Wsometimes-uninitialized. by Richard Smith · 12 years ago
  22. b7ac658 Adds menu sidebar to the docs. by Manuel Klimek · 12 years ago
  23. 0fe1e1f Updates the tooling docs with the links to the tutorials and by Manuel Klimek · 12 years ago
  24. 882d794 Adds a tutorial for how to write clang plugins. by Manuel Klimek · 12 years ago
  25. c0bb312 Remove 3.1 release notes to get ready for current development cycle. by Bill Wendling · 12 years ago
  26. f291d8c [tsan] grammar fixes by Kostya Serebryany · 12 years ago
  27. 5324380 [tsan] fix typo by Kostya Serebryany · 12 years ago
  28. e2789bb [tsan] first version of ThreadSanitizer docs by Kostya Serebryany · 12 years ago
  29. 89deb3f Add documentation about boxing enum types and a codegen test to make by Argyrios Kyrtzidis · 12 years ago
  30. d66117b Add a note about atomic builtins to c11 section of release notes. by David Chisnall · 12 years ago
  31. 332f9aa Fix Xcode case (Upper X, lower c) by Jean-Daniel Dupas · 12 years ago
  32. 6341900 Add Python binding info to release notes by Gregory Szorc · 12 years ago
  33. 396663b remove something that is really old and out of date. by Chris Lattner · 12 years ago
  34. fff4a44 Fix typo and avoid layout issue with almost-but-not-quite-fixed-width fonts. by Richard Smith · 12 years ago
  35. 207653c Minor copy-edits to clang::fallthrough attribute documentation. by Richard Smith · 12 years ago
  36. e0d3b4c Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between by Richard Smith · 12 years ago
  37. 526cda3 The release notes are no place for modesty. by Richard Smith · 12 years ago
  38. 74eb4af Adds a tutorial on how to write RAV based ASTFrontendActions. by Manuel Klimek · 12 years ago
  39. 981d1ec Reverted unintentional commit. by Manuel Klimek · 12 years ago
  40. d9ed0fd Adds a small tutorial on how to write RAV based ASTFrontendActions. by Manuel Klimek · 12 years ago
  41. d80d484 Adds documentation for how to use the tooling library. by Manuel Klimek · 12 years ago
  42. 9771a9e Adds a document describing the various tooling approaches and their pros and by Manuel Klimek · 12 years ago
  43. 219cd6c [asan] fix typo by Kostya Serebryany · 12 years ago
  44. cef57e5 [asan] update docs by Kostya Serebryany · 12 years ago
  45. 16c111b Added equivalent method calls in examples. by Patrick Beard · 12 years ago
  46. c495e60 Formatting fix. by Richard Smith · 12 years ago
  47. a963962 Fix a broken link. Patch by Nikola Smiljanic. by David Blaikie · 12 years ago
  48. dd9fe59 Clarified encoding of boxed C strings, balanced all <p> with </p>. by Patrick Beard · 12 years ago
  49. ab8f4da Changed title. by Patrick Beard · 12 years ago
  50. f7736ea Changed wording of availability. by Patrick Beard · 12 years ago
  51. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  52. 95e7aaf Mention atomics support in the release notes. by Richard Smith · 12 years ago
  53. fafbf06 Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's by Richard Smith · 12 years ago
  54. 316551f Add a query macro for C++11 N3276, decltype does not require complete by Douglas Gregor · 12 years ago
  55. 85ff969 [Lex] Add support for 'user specified system frameworks' (see test case). by Daniel Dunbar · 12 years ago
  56. f76e7f7 RelNote improvements made to -Wliteral-conversion by r141955. by David Blaikie · 12 years ago
  57. 92f7409 Updated release notes for tooling. by Manuel Klimek · 12 years ago
  58. 7b156dd Add feature check "cxx_local_type_template_args" describing support by Douglas Gregor · 12 years ago
  59. 100c649 Forbid the block and lambda copy-capture of __autoreleasing variables by John McCall · 12 years ago
  60. 9da31cb Update the ARC specification for several changes made in the by John McCall · 12 years ago
  61. 1f4c54d Forward-declared enumerations are now complete, except for an interaction by Richard Smith · 12 years ago
  62. ec5a306 Revert accidentally-committed www changes (and an unused diagnostic); by Richard Smith · 12 years ago
  63. 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 12 years ago
  64. 1526f54 Removed repeated word (of of). by Patrick Beard · 12 years ago
  65. a62c380 numberWithFloat -> numberWithDouble. by Patrick Beard · 12 years ago
  66. 2498885 Fixed typo. by Patrick Beard · 12 years ago
  67. 62f1234 Added summary section for Object Literals and Subscripting, which contains the external link. by Patrick Beard · 12 years ago
  68. ca7f5bd Fixed typos. by Patrick Beard · 12 years ago
  69. 7f919c8 Link to Objective-C literals documentation. by Patrick Beard · 12 years ago
  70. af39ba1 Objective-C literals documentation. by Patrick Beard · 12 years ago
  71. c407f25 Test commit. by Patrick Beard · 12 years ago
  72. b455686 LanguageExtensions: Manually word wrap a line to reduce horizontal scrolling. by Benjamin Kramer · 12 years ago
  73. 684944e fix link by Kostya Serebryany · 12 years ago
  74. 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
  75. 594f841 Document the weak-linking behavior of the availability attribute by Douglas Gregor · 12 years ago
  76. 93a7067 Document the availability attribute by Douglas Gregor · 12 years ago
  77. bccda48 Clarify even further that the lambda-to-block-pointer conversion is only available in Objective-C++ by Douglas Gregor · 12 years ago
  78. 8a4e182 Document the conversion from a lambda closure type to a block pointer by Douglas Gregor · 12 years ago
  79. 69e7692 Add user-defined literals to release notes. by Richard Smith · 12 years ago
  80. 9c1dda7 User-defined literals are done. by Richard Smith · 12 years ago
  81. 8013458 Correct the documentation to give a legal example of a raw string literal. by Richard Smith · 12 years ago
  82. ec92bc7 Add a pile of tests for unrestricted unions, and advertise support for them. by Richard Smith · 12 years ago
  83. 3fd8087 Fix Typo in 'objc changes' anchor. by Jean-Daniel Dupas · 12 years ago
  84. 48a8cd9 add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to docs/UsersManual.html by Kostya Serebryany · 12 years ago
  85. 8a5e7fd Implement double underscore names support in __has_attribute by Jean-Daniel Dupas · 12 years ago
  86. 1d9f4c1 Correct an example of a feature name to actually use a feature name rather by Richard Smith · 12 years ago
  87. 8818955 Update release notes and language extensions pages to note that support for by Richard Smith · 12 years ago
  88. 5297d71 Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and by Richard Smith · 12 years ago
  89. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 12 years ago
  90. f28ded5 Fix indentation by Douglas Gregor · 12 years ago
  91. 09315f3 Note that lambda expressions are available in the release notes for 3.1 by Douglas Gregor · 12 years ago
  92. 46e021e Clang supports lambdas. by Douglas Gregor · 12 years ago
  93. cd376a1 Improve placement of clang crash diagnostics section. by Chad Rosier · 12 years ago
  94. b211a4b Add clang crash diagnostic info and associated flags to Clang user manual. by Chad Rosier · 12 years ago
  95. 65005eb Add -Wstrncat-size and -Wempty-body to release notes. by Dmitri Gribenko · 12 years ago
  96. 0460651 Add a few minor items to the 3.1 release notes. by Nico Weber · 12 years ago
  97. 45fb995 Start off release notes for clang 3.1 with reference to C11 anonymous structs by Richard Smith · 12 years ago
  98. ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 12 years ago
  99. b5216aa Advertize support for constexpr. by Richard Smith · 12 years ago
  100. 8275fc0 Fix broken link. I believe this has been broken for at least 7 months. by Michael J. Spencer · 12 years ago