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