1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. c78e5b3 Merging r195888: by Bill Wendling · 11 years ago
  7. 7dae929 Mark generic lambdas, and thus C++14, as complete. Add commented-out stub for C++17. by Richard Smith · 11 years ago
  8. b6972e6 Remove stray comma from documentation. by Richard Smith · 11 years ago
  9. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  10. 88407bb Enable links now that they work. by Richard Smith · 11 years ago
  11. 4cb295d Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 11 years ago
  12. 00549b4 Remove commented-out entry for ARBs, they're not in C++1y any more. by Richard Smith · 11 years ago
  13. 44868f5 Mark lambda init-captures as complete. by Richard Smith · 11 years ago
  14. 8853c35 Implementation of N3760 which is planned to be voted into C++14's draft by Chandler Carruth · 11 years ago
  15. 629bc52 Mark variable template implementation as complete. Nearly all of the credit by Richard Smith · 11 years ago
  16. 2096fd6 Comment out links for papers that aren't up yet. by Richard Smith · 11 years ago
  17. eb263e8 Fix typo: Dellocation. by Benjamin Kramer · 11 years ago
  18. 8b7ab36 Fix formatting goof. by Richard Smith · 11 years ago
  19. f9d2ccd Update status: by Richard Smith · 11 years ago
  20. b7fc2ad Update status of support for variable templates on website. by Larisse Voufo · 11 years ago
  21. 03ce5f8 C++1y: track object lifetime during constexpr evaluation, and don't allow by Richard Smith · 11 years ago
  22. ddcff1b Tighten up the set of operator new/operator delete calls we're permitted to by Richard Smith · 11 years ago
  23. 02344ac Turn Clang 3.3 boxes on C++ status from yellow to green now we're releasing it. by Richard Smith · 11 years ago
  24. 375a040 Corrected status of support for contextual conversion from full to SVN by Larisse Voufo · 11 years ago
  25. 62bbae4 Updated status of support for contextual conversion from partial to full by Larisse Voufo · 11 years ago
  26. 43cbfb6 Updated C++1y status for contextual conversions to 'partial' (without review) by Larisse Voufo · 11 years ago
  27. 3c5f4b6 Downgrade C++14 "Clarifying memory allocation". We perform non-conforming by Richard Smith · 11 years ago
  28. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  29. 6f61629 Switch C++1y paper links back to the canonical location at open-std.org now that the post-Bristol mailing has shipped. by Richard Smith · 11 years ago
  30. 3139d66 C++ status: by Richard Smith · 11 years ago
  31. e96515a Tweaks to C++ status: add a link to Faisal's generic lambdas implementation, by Richard Smith · 11 years ago
  32. fe59635 More colours for C++ status page, and mark relaxed constexpr as partially complete. by Richard Smith · 11 years ago
  33. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 11 years ago
  34. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  35. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  36. 7dc8864 Add note that some of these links are dead for now. by Richard Smith · 11 years ago
  37. eb9ddc5 VLAs in C++14! by Richard Smith · 11 years ago
  38. bb2d378 Variable templates and generic lambdas are approved for C++14. by Richard Smith · 11 years ago
  39. 8e95e30 Clarifying memory allocation: approved for C++14. Move from N/A to no, since we currently relax 'operator new' calls which didn't come from new-expressions. by Richard Smith · 11 years ago
  40. 6f3de20 No digit separators for C++14. by Richard Smith · 11 years ago
  41. 05a73f6 Generalized constexpr is approved for C++14. by Richard Smith · 11 years ago
  42. 96ba7c7 More approved C++14 features. by Richard Smith · 11 years ago
  43. 408de43 Binary literals are approved for C++14. by Richard Smith · 11 years ago
  44. 2fcf0de Note that we support (and in fact have supported since the dawn of time itself) by Richard Smith · 11 years ago
  45. aff7d35 Initial work on status page for C++14. by Richard Smith · 11 years ago
  46. e6e68b5 C++11 support is now feature-complete. by Richard Smith · 11 years ago
  47. 0b0ca47 Add support for computing the exception specification for an inheriting by Richard Smith · 11 years ago
  48. f72663f Add a linebreak. Linebreaks are cool. by Richard Smith · 11 years ago
  49. 71434a8 C++11 status: mark 'extended integral types' as N/A, since we don't support by Richard Smith · 11 years ago
  50. 896e42d Make C++11 status page more consistent: we mark entries as "done" if we by Richard Smith · 11 years ago
  51. 11fd5b1 www tweaks to embiggen up our near-complete C++11 and C11 support. by Richard Smith · 11 years ago
  52. 1441632 C++11 status page: by Richard Smith · 11 years ago
  53. 52a9250 C++11 status: by Richard Smith · 11 years ago
  54. b5b37d1 Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These by Richard Smith · 12 years ago
  55. c339393 libstdc++-4.6 needs the same common_type fix as libstdc++-4.7. Other than that, by Richard Smith · 12 years ago
  56. 24fd6c8 Clang 3.1 is out: turn the relevant C++11 status boxes green. by Richard Smith · 12 years ago
  57. 3a0b7b6 c++11 status: Replace references to "SVN" with "3.1" to avoid confusion when they diverge. by Benjamin Kramer · 12 years ago
  58. 0c5d0a8 In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since by Richard Smith · 12 years ago
  59. 07d2f56 Link to a tiny patch to libstdc++-4.7 to work around the <chrono> issues by Richard Smith · 12 years ago
  60. 9d4e87e Now that we provide sufficient support for three C11/C++11 atomics by Richard Smith · 12 years ago
  61. 316551f Add a query macro for C++11 N3276, decltype does not require complete by Douglas Gregor · 12 years ago
  62. 1f4c54d Forward-declared enumerations are now complete, except for an interaction by Richard Smith · 12 years ago
  63. ec5a306 Revert accidentally-committed www changes (and an unused diagnostic); by Richard Smith · 12 years ago
  64. 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 12 years ago
  65. f1c66b4 Instantiating a class template should not instantiate the definition of any by Richard Smith · 12 years ago
  66. 15dcec7 cxx_status: No compiler changes are required for 'minimal support for garbage by Richard Smith · 12 years ago
  67. 26b75c0 Improve diagnostics for UCNs referring to control characters and members of the by Richard Smith · 12 years ago
  68. 9c1dda7 User-defined literals are done. by Richard Smith · 12 years ago
  69. ec92bc7 Add a pile of tests for unrestricted unions, and advertise support for them. by Richard Smith · 12 years ago
  70. d1dc3aa Initializer lists are now supported. by Sebastian Redl · 12 years ago
  71. 1e409d8 cxx_status: Consistently refer to C++11 as "C++11", not as "C++'11" nor as by Richard Smith · 12 years ago
  72. a5ec58d cxx_status: extended sizeof has been essentially complete for some time. As by Richard Smith · 12 years ago
  73. c101411 Tweak C++ status table: by Douglas Gregor · 12 years ago
  74. 7c07e96 Clang now supports lambda expressions. by Douglas Gregor · 12 years ago
  75. 65967ec I hereby declare that all remaining constexpr issues are bugs, not unimplemented by Richard Smith · 12 years ago
  76. d135641 Revert accidentally-committed file in r148020. by Richard Smith · 12 years ago
  77. 61e6162 Allow constant-folding of references which were formed in a manner not permitted by Richard Smith · 12 years ago
  78. 8398bdb Fix markup weirdness. by Benjamin Kramer · 13 years ago
  79. b09a33c Fixing some dead links. Patch by Jean-Daniel Dupas! by David Blaikie · 13 years ago
  80. 45b636a Add colors to the C++11 status page. by Michael J. Spencer · 13 years ago
  81. 26bae20 Deleted functions were in Clang 2.9, defaulted functions in 3.0. Fixses PR11252. by Douglas Gregor · 13 years ago
  82. 60d222f Tweak the C++11 status prose a bit. We still need better user guidance on the standard library issue by Douglas Gregor · 13 years ago
  83. 43ac6d0 Switch the C++11 status table from a developer-centric list to a by Douglas Gregor · 13 years ago
  84. 1e2b3d7 Updating the Clang website to refer to C++'11 instead of C++'0x by David Blaikie · 13 years ago
  85. 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
  86. 22998ad Update C++0x status page to reflect support for raw string literals. by Craig Topper · 13 years ago
  87. 785200d Update C++0x status page to reflect support for unicode string and character literals, from Craig Topper by Douglas Gregor · 13 years ago
  88. 34bc0ec Update C++0x status for explicit override controls and explicit by Douglas Gregor · 13 years ago
  89. ee2cdbd Update cxx_status page on www: clang has had full support for in-class initializers since r132890. by Richard Smith · 13 years ago
  90. 8c32708 Clean up the C++ status page by eliminating the utterly unnecessary set of projects. C++98/03 is sooooo yesterday by Douglas Gregor · 13 years ago
  91. be7a1d3 Update C++0x nullptr status, from Jonathan Sauer by Douglas Gregor · 13 years ago
  92. f184f9a Update www: we now mangle references to function parameters properly. Also, this is really more a decltype issue rather than a late-specified return type issue. by Richard Smith · 13 years ago
  93. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  94. 059ce0d Fully implement delegating constructors! by Sean Hunt · 13 years ago
  95. 5f3d30b Update www: clang now supports C++11 for-range and non-template type aliases. by Richard Smith · 13 years ago
  96. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  97. a6ea5bb Name mangling of late-specified return types doesn't work if the return type references the argument types: by Richard Smith · 13 years ago
  98. 6a4e73c clang has had full and tested support for C++0x trailing-return-type and auto type deduction since r126166. Update the website to reflect this, and add a __has_feature test. by Richard Smith · 13 years ago
  99. 46ba01a Add a libstdc++-4.4 patch for C++0x to the website. by Jeffrey Yasskin · 13 years ago
  100. 29236f4 Clang supports __STDC_HOSTED__. Patch by Jonathan Sauer by Douglas Gregor · 13 years ago