1. 24fd6c8 Clang 3.1 is out: turn the relevant C++11 status boxes green. by Richard Smith · 12 years ago
  2. 3a0b7b6 c++11 status: Replace references to "SVN" with "3.1" to avoid confusion when they diverge. by Benjamin Kramer · 12 years ago
  3. 0c5d0a8 In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since by Richard Smith · 12 years ago
  4. 07d2f56 Link to a tiny patch to libstdc++-4.7 to work around the <chrono> issues by Richard Smith · 12 years ago
  5. 9d4e87e Now that we provide sufficient support for three C11/C++11 atomics by Richard Smith · 12 years ago
  6. 316551f Add a query macro for C++11 N3276, decltype does not require complete by Douglas Gregor · 12 years ago
  7. 1f4c54d Forward-declared enumerations are now complete, except for an interaction by Richard Smith · 12 years ago
  8. ec5a306 Revert accidentally-committed www changes (and an unused diagnostic); by Richard Smith · 12 years ago
  9. 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 12 years ago
  10. f1c66b4 Instantiating a class template should not instantiate the definition of any by Richard Smith · 12 years ago
  11. 15dcec7 cxx_status: No compiler changes are required for 'minimal support for garbage by Richard Smith · 12 years ago
  12. 26b75c0 Improve diagnostics for UCNs referring to control characters and members of the by Richard Smith · 12 years ago
  13. 9c1dda7 User-defined literals are done. by Richard Smith · 12 years ago
  14. ec92bc7 Add a pile of tests for unrestricted unions, and advertise support for them. by Richard Smith · 12 years ago
  15. d1dc3aa Initializer lists are now supported. by Sebastian Redl · 12 years ago
  16. 1e409d8 cxx_status: Consistently refer to C++11 as "C++11", not as "C++'11" nor as by Richard Smith · 12 years ago
  17. a5ec58d cxx_status: extended sizeof has been essentially complete for some time. As by Richard Smith · 12 years ago
  18. c101411 Tweak C++ status table: by Douglas Gregor · 12 years ago
  19. 7c07e96 Clang now supports lambda expressions. by Douglas Gregor · 12 years ago
  20. 65967ec I hereby declare that all remaining constexpr issues are bugs, not unimplemented by Richard Smith · 12 years ago
  21. d135641 Revert accidentally-committed file in r148020. by Richard Smith · 13 years ago
  22. 61e6162 Allow constant-folding of references which were formed in a manner not permitted by Richard Smith · 13 years ago
  23. 8398bdb Fix markup weirdness. by Benjamin Kramer · 13 years ago
  24. b09a33c Fixing some dead links. Patch by Jean-Daniel Dupas! by David Blaikie · 13 years ago
  25. 45b636a Add colors to the C++11 status page. by Michael J. Spencer · 13 years ago
  26. 26bae20 Deleted functions were in Clang 2.9, defaulted functions in 3.0. Fixses PR11252. by Douglas Gregor · 13 years ago
  27. 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
  28. 43ac6d0 Switch the C++11 status table from a developer-centric list to a by Douglas Gregor · 13 years ago
  29. 1e2b3d7 Updating the Clang website to refer to C++'11 instead of C++'0x by David Blaikie · 13 years ago
  30. 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
  31. 22998ad Update C++0x status page to reflect support for raw string literals. by Craig Topper · 13 years ago
  32. 785200d Update C++0x status page to reflect support for unicode string and character literals, from Craig Topper by Douglas Gregor · 13 years ago
  33. 34bc0ec Update C++0x status for explicit override controls and explicit by Douglas Gregor · 13 years ago
  34. ee2cdbd Update cxx_status page on www: clang has had full support for in-class initializers since r132890. by Richard Smith · 13 years ago
  35. 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
  36. be7a1d3 Update C++0x nullptr status, from Jonathan Sauer by Douglas Gregor · 13 years ago
  37. 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
  38. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  39. 059ce0d Fully implement delegating constructors! by Sean Hunt · 13 years ago
  40. 5f3d30b Update www: clang now supports C++11 for-range and non-template type aliases. by Richard Smith · 13 years ago
  41. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  42. 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
  43. 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
  44. 46ba01a Add a libstdc++-4.4 patch for C++0x to the website. by Jeffrey Yasskin · 13 years ago
  45. 29236f4 Clang supports __STDC_HOSTED__. Patch by Jonathan Sauer by Douglas Gregor · 13 years ago
  46. fd405ef Update the www to indicate that auto is now implemented. by Richard Smith · 13 years ago
  47. d1a2643 Update C++0x status web page by Douglas Gregor · 13 years ago
  48. 4c9131a Variadic templates are fully implemented. by Douglas Gregor · 14 years ago
  49. 1ce7965 Add back the late-specified return type paper by Douglas Gregor · 14 years ago
  50. 08765a9 Updates to the C++ status page for C++0x features, from Michael Price by Douglas Gregor · 14 years ago
  51. b7579aa be less threatening. by Chris Lattner · 14 years ago
  52. 28f0396 Update C++0x status by Douglas Gregor · 14 years ago
  53. 0ca08af mark boost's tracking bug as fixed by Gabor Greif · 14 years ago
  54. d3573f0 down with export. by Chris Lattner · 14 years ago
  55. a4b46cc another unneeded line. by Chris Lattner · 14 years ago
  56. 900e32d major update to the C++ status page. C++ support is by Chris Lattner · 14 years ago
  57. 15f2e72 Remove the blanket statement about Clang not supporting access control. It does now by Douglas Gregor · 14 years ago
  58. 555d04f Fix typo by Anton Korobeynikov · 14 years ago
  59. 0488124 Clearify Qt status a bit by Anton Korobeynikov · 14 years ago
  60. 95e636c Add Qt, CMake projects to the list of C++ projects we're working on compiling by Douglas Gregor · 14 years ago
  61. 57f1a00 Update Clang C++ status, with a more project-centric focus. by Douglas Gregor · 14 years ago
  62. c5a857f comments shouldn't go in the AST, and we already make it easy by Chris Lattner · 15 years ago
  63. 125cebd Update C++ status page to reflect reality by Douglas Gregor · 15 years ago
  64. d90e0ee Update C++ status by Douglas Gregor · 15 years ago
  65. 31abe8c Doug says this is medium done. by Benjamin Kramer · 15 years ago
  66. cec517b cxx_status: fix some missing/wrong cells. by Benjamin Kramer · 15 years ago
  67. a662e05 Restored note on pointer to members with a pointer to issue involved. by Fariborz Jahanian · 15 years ago
  68. 4efd398 Removed a Note related to pointer to member functions which by Fariborz Jahanian · 15 years ago
  69. 268fb5b Test by Douglas Gregor · 15 years ago
  70. 3a9f03d Updated, we support == and != builtins for member pointers. by Fariborz Jahanian · 15 years ago
  71. 0937097 Changes to reflect more pointer-to-member support. by Fariborz Jahanian · 15 years ago
  72. dcde190 Give ourselves an A- on ASTs for explicit specializations, since they by Douglas Gregor · 15 years ago
  73. 096ebfd Diagnose attempts to add default function arguments to a by Douglas Gregor · 15 years ago
  74. e094fe8 This ought to complete exception spec support. Man, am I glad. by Sebastian Redl · 15 years ago
  75. b656d88 Tests for C++ [expr], from James Porter! by Douglas Gregor · 15 years ago
  76. 0519b28 Fix typo. by Benjamin Kramer · 15 years ago
  77. 30a46b5 Update C++ status page by Douglas Gregor · 15 years ago
  78. d8307b1 Patch for AST representation for the implicit conversion to a function by Fariborz Jahanian · 15 years ago
  79. 6826365 Update for inherited conversion function support. by Fariborz Jahanian · 15 years ago
  80. 0d36aa8 Status update related to code gen for type conversion functions. by Fariborz Jahanian · 15 years ago
  81. 4fe95f9 Don't generate any code for an explicit call to a trivial destructor. by Douglas Gregor · 15 years ago
  82. 464061a Update C++ status, since a bunch of the comments were out-of-date by Douglas Gregor · 15 years ago
  83. c68afe2 Improve template instantiation for member access expressions that by Douglas Gregor · 15 years ago
  84. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
  85. c141086 Updated statuc page to reflect recent implementations by Fariborz Jahanian · 15 years ago
  86. be1ad92 Update Clang C++ status to better reflect what is implemented. by Douglas Gregor · 15 years ago
  87. 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
  88. 1e185d9 We have fairly good support for namespaces, now. Namespace aliases are parsed correctly by Douglas Gregor · 15 years ago
  89. 9cc11e7 Implement C++ semantics for C-style and functional-style casts. This regresses Clang extension conversions, like vectors, but allows conversions via constructors and conversion operators. by Sebastian Redl · 15 years ago
  90. 9c09b88 We now do complete semantic checking for unions by Douglas Gregor · 15 years ago
  91. 75b451e Update C++ status to reflect progress on out-of-line definitions of class template members by Douglas Gregor · 15 years ago
  92. 00aeb52 Implement the simple form of overload resolution used when taking the by Douglas Gregor · 15 years ago
  93. 4668509 Update the C++ status table to better reflect our support for function overloading by Douglas Gregor · 15 years ago
  94. 69be8d6 Improve argument-dependent lookup to find associated classes and by Douglas Gregor · 15 years ago
  95. 8fdc3c4 Template argument deduction from a call has improved a bit by Douglas Gregor · 15 years ago
  96. 4c9b68f Add a Last Updated field to the C++ status page by Douglas Gregor · 15 years ago
  97. b10d2fb Make a note of improvements to function templates by Douglas Gregor · 15 years ago
  98. 3eb43a0 We now support decltype (as far as I know :) by Anders Carlsson · 15 years ago
  99. e6510f1 Nested classes are now complete. by Anders Carlsson · 15 years ago
  100. 43f24e0 class.nested.type is done. by Anders Carlsson · 15 years ago