1. 684944e fix link by Kostya Serebryany · 12 years ago
  2. 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
  3. 594f841 Document the weak-linking behavior of the availability attribute by Douglas Gregor · 12 years ago
  4. 93a7067 Document the availability attribute by Douglas Gregor · 12 years ago
  5. bccda48 Clarify even further that the lambda-to-block-pointer conversion is only available in Objective-C++ by Douglas Gregor · 12 years ago
  6. 8a4e182 Document the conversion from a lambda closure type to a block pointer by Douglas Gregor · 12 years ago
  7. 69e7692 Add user-defined literals to release notes. by Richard Smith · 12 years ago
  8. 9c1dda7 User-defined literals are done. by Richard Smith · 12 years ago
  9. 8013458 Correct the documentation to give a legal example of a raw string literal. by Richard Smith · 12 years ago
  10. ec92bc7 Add a pile of tests for unrestricted unions, and advertise support for them. by Richard Smith · 12 years ago
  11. 3fd8087 Fix Typo in 'objc changes' anchor. by Jean-Daniel Dupas · 12 years ago
  12. 48a8cd9 add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to docs/UsersManual.html by Kostya Serebryany · 12 years ago
  13. 8a5e7fd Implement double underscore names support in __has_attribute by Jean-Daniel Dupas · 12 years ago
  14. 1d9f4c1 Correct an example of a feature name to actually use a feature name rather by Richard Smith · 12 years ago
  15. 8818955 Update release notes and language extensions pages to note that support for by Richard Smith · 12 years ago
  16. 5297d71 Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and by Richard Smith · 12 years ago
  17. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 12 years ago
  18. f28ded5 Fix indentation by Douglas Gregor · 12 years ago
  19. 09315f3 Note that lambda expressions are available in the release notes for 3.1 by Douglas Gregor · 12 years ago
  20. 46e021e Clang supports lambdas. by Douglas Gregor · 12 years ago
  21. cd376a1 Improve placement of clang crash diagnostics section. by Chad Rosier · 12 years ago
  22. b211a4b Add clang crash diagnostic info and associated flags to Clang user manual. by Chad Rosier · 12 years ago
  23. 65005eb Add -Wstrncat-size and -Wempty-body to release notes. by Dmitri Gribenko · 12 years ago
  24. 0460651 Add a few minor items to the 3.1 release notes. by Nico Weber · 12 years ago
  25. 45fb995 Start off release notes for clang 3.1 with reference to C11 anonymous structs by Richard Smith · 12 years ago
  26. ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 12 years ago
  27. b5216aa Advertize support for constexpr. by Richard Smith · 12 years ago
  28. 8275fc0 Fix broken link. I believe this has been broken for at least 7 months. by Michael J. Spencer · 12 years ago
  29. b919815 Fix a typo (builting -> builtin). by Benjamin Kramer · 12 years ago
  30. 71efba0 The following patch adds __attribute__((no_address_safety_analysis)) which will allow to disable by Kostya Serebryany · 12 years ago
  31. f5249f5 [asan] document the need for -fno-optimize-sibling-calls by Kostya Serebryany · 13 years ago
  32. 3419d7c Tweak markup. by Benjamin Kramer · 13 years ago
  33. da90c77 added descriptions of vector extensions, info about vector literals and vector operations. by Anton Yartsev · 13 years ago
  34. 665a8dc Fix ALL the markup. by Benjamin Kramer · 13 years ago
  35. e683fd9 [asan] mention -fno-omit-frame-pointer in the docs by Kostya Serebryany · 13 years ago
  36. 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
  37. 2d1e21a Fix typo 'typdefs', from Nikola Smiljanic by Douglas Gregor · 13 years ago
  38. 2c2a385 fix a broken link by Chris Lattner · 13 years ago
  39. d4b66b9 clarify that clang version number macros are marketing version #'s, not something useful. by Chris Lattner · 13 years ago
  40. 2e17322 [asan] update asan docs by Kostya Serebryany · 13 years ago
  41. 8a0f155 Document the updated behaviour of __builtin_constant_p introduced in r146236. by Richard Smith · 13 years ago
  42. c9577f3 we got badgered into supporting multi-alternative constraints. by Chris Lattner · 13 years ago
  43. 5e9392b Implement support for the __is_final type trait, to determine whether by Douglas Gregor · 13 years ago
  44. b876993 [asan] update docs to allow, but discourage, -O0 by Kostya Serebryany · 13 years ago
  45. 375f7c4 Add Clang release notes for OpenCL C support. by Peter Collingbourne · 13 years ago
  46. 5cc989e Fix URL typo. by Peter Collingbourne · 13 years ago
  47. ee77d3d Fix a spelling error pointed out by Sebastien, and tidy up the by Chandler Carruth · 13 years ago
  48. f9e2e18 Remove the last of my notes. I don't think these really need to be in by Chandler Carruth · 13 years ago
  49. 45901b3 Last major chunk of features. This covers a couple of language by Chandler Carruth · 13 years ago
  50. 52e375e And sink the GNU runtime bit into this section as a stub. by Chandler Carruth · 13 years ago
  51. 4d58212 Flesh out the Objective-C section a bit. This may well need some love by Chandler Carruth · 13 years ago
  52. a5c502c CFI is mentioned on the LLVM releases as the clang bits are relatively small. by Rafael Espindola · 13 years ago
  53. 0c2198a Update release notes with 2 features now supported in -fms-extensions mode. by Francois Pichet · 13 years ago
  54. 4793138 Release notes: add link to ISO C++ 2011 standard from the C++11 section. by Richard Smith · 13 years ago
  55. 551988f Update release notes with information on MSVC mode. by Francois Pichet · 13 years ago
  56. ad5459a Release notes: fix up formatting of diagnostic example. by Richard Smith · 13 years ago
  57. 185e930 Extract a Windows section in the release notes. Hopefully this is more by Chandler Carruth · 13 years ago
  58. 9c35304 Create a stub for Nick to hack on, nuking another of my rough notes. by Chandler Carruth · 13 years ago
  59. 2f37685 Pull the uninitialized values rewrite into the diagnostics section, and by Chandler Carruth · 13 years ago
  60. 3030b74 Remove some features that don't really seem major enough or widely used by Chandler Carruth · 13 years ago
  61. 62d730f Add a release notes section for C1X language features supported by clang 3.0. by Richard Smith · 13 years ago
  62. 9a16712 Pull out the libclang section and try to clean it up some. This one by Chandler Carruth · 13 years ago
  63. 21480b7 We now have text (or comment stubs for others) for these... by Chandler Carruth · 13 years ago
  64. 58f2cbc Expand and clean up the diagnostics section. by Chandler Carruth · 13 years ago
  65. 7a31d7b fix html markup by Kostya Serebryany · 13 years ago
  66. a0df07d Create a more organized (but still commented out as not very useful) by Chandler Carruth · 13 years ago
  67. 59abf06 Create a 3.1 notes section in a comment so that the next batch are a bit by Chandler Carruth · 13 years ago
  68. bfa5525 Peter says this shouldn't make it to the relnotes, it's too immature at by Chandler Carruth · 13 years ago
  69. b882a1d Flesh out and pretty-up the driver section. This could probably use some by Chandler Carruth · 13 years ago
  70. bc02a04 Add a brief mention of the warning flag name updates associated with the by Chandler Carruth · 13 years ago
  71. f16d725 Tidy up, wrap lines, and use <code> tags more consistently. by Chandler Carruth · 13 years ago
  72. a5a6d1d Cleanup the Release Notes for the static analyzer: by Anna Zaks · 13 years ago
  73. ce98c9b First version of AddressSanitizer docs; documentation for __has_feature(address_sanitizer) by Kostya Serebryany · 13 years ago
  74. 855746b Add a release notes section on new C++11 language features, and flesh it out. by Richard Smith · 13 years ago
  75. c6f2af3 Add a proper blurb for the PPCallbacks features. by Chandler Carruth · 13 years ago
  76. a621065 This doesn't really seem worthy of a relnote... Shout if you disagree! by Chandler Carruth · 13 years ago
  77. 7d727b7 Fill in a section for the instantiation -> expansion rename. Not great, by Chandler Carruth · 13 years ago
  78. c4dbffa Add proper text for the Diagnostic API changes. by Chandler Carruth · 13 years ago
  79. a1e3e8c Add a release note for Objective-C related result types by Douglas Gregor · 13 years ago
  80. 7c304c4 Note that code completion now works better for in-class member functions by Douglas Gregor · 13 years ago
  81. 7a1f148 And that completes my sweep through commits for things that might be by Chandler Carruth · 13 years ago
  82. 7717ce4 Finished with August's commits, and actually added a clearly missing by Chandler Carruth · 13 years ago
  83. 5d46a50 July's notes.. by Chandler Carruth · 13 years ago
  84. b6a1d9d July was a bit quiet to... except for ARC. ;] by Chandler Carruth · 13 years ago
  85. bba72a8 June was a quiet month... I can't imagine why... ;] by Chandler Carruth · 13 years ago
  86. 1af4022 Notes through another month... a *really* busy month, but mostly bug fixing. by Chandler Carruth · 13 years ago
  87. a3950cc Add the first month's commit notes. by Chandler Carruth · 13 years ago
  88. c00c0c3 Begin sketching out the Clang release notes. The plan is to link to by Chandler Carruth · 13 years ago
  89. 0ff6495 Fix typo (becuase->because), PR11427 by David Blaikie · 13 years ago
  90. bdb1018 Add stub section to the user manual for C++ language features, and document by Richard Smith · 13 years ago
  91. 0e53df6 docs/UsersManual.html: Remove obsolete mingw issue. by NAKAMURA Takumi · 13 years ago
  92. 2bbcd5c ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://problem/10416568>. by Ted Kremenek · 13 years ago
  93. 8a0ace6 Fix grammaro by Douglas Gregor · 13 years ago
  94. ef84af9 Do not create sub_dirs. This breaks the CSS links for the website and produces really long URLS. by Tanya Lattner · 13 years ago
  95. f695a69 Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 13 years ago
  96. 5090e9f Update documentation to use "C++11" instead of "C++0x" by David Blaikie · 13 years ago
  97. 5ca2abb Enable CREATE_SUBDIRS for a performance win, because there are a lot of files being generated. by Bill Wendling · 13 years ago
  98. 967c118 Internals manual: eliminate mention of System library by Peter Collingbourne · 13 years ago
  99. fd5f686 Add c_alignas and cxx_alignas features by Peter Collingbourne · 13 years ago
  100. d1cb2dc Fix grammaro by Douglas Gregor · 13 years ago