- 8398bdb Fix markup weirdness. by Benjamin Kramer · 13 years ago
- b09a33c Fixing some dead links. Patch by Jean-Daniel Dupas! by David Blaikie · 13 years ago
- 45b636a Add colors to the C++11 status page. by Michael J. Spencer · 13 years ago
- 26bae20 Deleted functions were in Clang 2.9, defaulted functions in 3.0. Fixses PR11252. by Douglas Gregor · 13 years ago
- 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
- 43ac6d0 Switch the C++11 status table from a developer-centric list to a by Douglas Gregor · 13 years ago
- 1e2b3d7 Updating the Clang website to refer to C++'11 instead of C++'0x by David Blaikie · 13 years ago
- 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
- 22998ad Update C++0x status page to reflect support for raw string literals. by Craig Topper · 13 years ago
- 785200d Update C++0x status page to reflect support for unicode string and character literals, from Craig Topper by Douglas Gregor · 13 years ago
- 34bc0ec Update C++0x status for explicit override controls and explicit by Douglas Gregor · 13 years ago
- ee2cdbd Update cxx_status page on www: clang has had full support for in-class initializers since r132890. by Richard Smith · 13 years ago
- 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
- be7a1d3 Update C++0x nullptr status, from Jonathan Sauer by Douglas Gregor · 13 years ago
- 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 · 14 years ago
- 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 14 years ago
- 059ce0d Fully implement delegating constructors! by Sean Hunt · 14 years ago
- 5f3d30b Update www: clang now supports C++11 for-range and non-template type aliases. by Richard Smith · 14 years ago
- fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- a6ea5bb Name mangling of late-specified return types doesn't work if the return type references the argument types: by Richard Smith · 14 years ago
- 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 · 14 years ago
- 46ba01a Add a libstdc++-4.4 patch for C++0x to the website. by Jeffrey Yasskin · 14 years ago
- 29236f4 Clang supports __STDC_HOSTED__. Patch by Jonathan Sauer by Douglas Gregor · 14 years ago
- fd405ef Update the www to indicate that auto is now implemented. by Richard Smith · 14 years ago
- d1a2643 Update C++0x status web page by Douglas Gregor · 14 years ago
- 4c9131a Variadic templates are fully implemented. by Douglas Gregor · 14 years ago
- 1ce7965 Add back the late-specified return type paper by Douglas Gregor · 14 years ago
- 08765a9 Updates to the C++ status page for C++0x features, from Michael Price by Douglas Gregor · 14 years ago
- b7579aa be less threatening. by Chris Lattner · 14 years ago
- 28f0396 Update C++0x status by Douglas Gregor · 14 years ago
- 0ca08af mark boost's tracking bug as fixed by Gabor Greif · 14 years ago
- d3573f0 down with export. by Chris Lattner · 15 years ago
- a4b46cc another unneeded line. by Chris Lattner · 15 years ago
- 900e32d major update to the C++ status page. C++ support is by Chris Lattner · 15 years ago
- 15f2e72 Remove the blanket statement about Clang not supporting access control. It does now by Douglas Gregor · 15 years ago
- 555d04f Fix typo by Anton Korobeynikov · 15 years ago
- 0488124 Clearify Qt status a bit by Anton Korobeynikov · 15 years ago
- 95e636c Add Qt, CMake projects to the list of C++ projects we're working on compiling by Douglas Gregor · 15 years ago
- 57f1a00 Update Clang C++ status, with a more project-centric focus. by Douglas Gregor · 15 years ago
- c5a857f comments shouldn't go in the AST, and we already make it easy by Chris Lattner · 15 years ago
- 125cebd Update C++ status page to reflect reality by Douglas Gregor · 15 years ago
- d90e0ee Update C++ status by Douglas Gregor · 15 years ago
- 31abe8c Doug says this is medium done. by Benjamin Kramer · 15 years ago
- cec517b cxx_status: fix some missing/wrong cells. by Benjamin Kramer · 15 years ago
- a662e05 Restored note on pointer to members with a pointer to issue involved. by Fariborz Jahanian · 15 years ago
- 4efd398 Removed a Note related to pointer to member functions which by Fariborz Jahanian · 15 years ago
- 268fb5b Test by Douglas Gregor · 15 years ago
- 3a9f03d Updated, we support == and != builtins for member pointers. by Fariborz Jahanian · 15 years ago
- 0937097 Changes to reflect more pointer-to-member support. by Fariborz Jahanian · 15 years ago
- dcde190 Give ourselves an A- on ASTs for explicit specializations, since they by Douglas Gregor · 15 years ago
- 096ebfd Diagnose attempts to add default function arguments to a by Douglas Gregor · 15 years ago
- e094fe8 This ought to complete exception spec support. Man, am I glad. by Sebastian Redl · 15 years ago
- b656d88 Tests for C++ [expr], from James Porter! by Douglas Gregor · 15 years ago
- 0519b28 Fix typo. by Benjamin Kramer · 15 years ago
- 30a46b5 Update C++ status page by Douglas Gregor · 15 years ago
- d8307b1 Patch for AST representation for the implicit conversion to a function by Fariborz Jahanian · 15 years ago
- 6826365 Update for inherited conversion function support. by Fariborz Jahanian · 15 years ago
- 0d36aa8 Status update related to code gen for type conversion functions. by Fariborz Jahanian · 15 years ago
- 4fe95f9 Don't generate any code for an explicit call to a trivial destructor. by Douglas Gregor · 15 years ago
- 464061a Update C++ status, since a bunch of the comments were out-of-date by Douglas Gregor · 15 years ago
- c68afe2 Improve template instantiation for member access expressions that by Douglas Gregor · 15 years ago
- 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
- c141086 Updated statuc page to reflect recent implementations by Fariborz Jahanian · 15 years ago
- be1ad92 Update Clang C++ status to better reflect what is implemented. by Douglas Gregor · 15 years ago
- 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
- 1e185d9 We have fairly good support for namespaces, now. Namespace aliases are parsed correctly by Douglas Gregor · 15 years ago
- 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
- 9c09b88 We now do complete semantic checking for unions by Douglas Gregor · 15 years ago
- 75b451e Update C++ status to reflect progress on out-of-line definitions of class template members by Douglas Gregor · 15 years ago
- 00aeb52 Implement the simple form of overload resolution used when taking the by Douglas Gregor · 15 years ago
- 4668509 Update the C++ status table to better reflect our support for function overloading by Douglas Gregor · 15 years ago
- 69be8d6 Improve argument-dependent lookup to find associated classes and by Douglas Gregor · 15 years ago
- 8fdc3c4 Template argument deduction from a call has improved a bit by Douglas Gregor · 15 years ago
- 4c9b68f Add a Last Updated field to the C++ status page by Douglas Gregor · 15 years ago
- b10d2fb Make a note of improvements to function templates by Douglas Gregor · 15 years ago
- 3eb43a0 We now support decltype (as far as I know :) by Anders Carlsson · 15 years ago
- e6510f1 Nested classes are now complete. by Anders Carlsson · 15 years ago
- 43f24e0 class.nested.type is done. by Anders Carlsson · 15 years ago
- 7420c2d Note that we've implemented the right angle brackets extension in C++0x by Douglas Gregor · 16 years ago
- 5e9f35c Update LLVM. by Douglas Gregor · 16 years ago
- c1efb3f It looks like we've finished off matching of class template partial specializations; add comments and update the C++ status page by Douglas Gregor · 16 years ago
- 16df850 Finish implementing checking of class template partial specializations by Douglas Gregor · 16 years ago
- 6aa75cf Diagnose C++ [temp.class.spec]p9b3, where a class template partial by Douglas Gregor · 16 years ago
- 7e8976b Update the C++ status to reflect improvements in template argument deduction and the handling of class template partial specializations by Douglas Gregor · 16 years ago
- 93dfdb1 Semantic analysis for explicit instantiation of class templates. We by Douglas Gregor · 16 years ago
- 4d9a16f Implement parsing for explicit instantiations of class templates, e.g., by Douglas Gregor · 16 years ago
- 01cf112 Align the N/A in the C++ status table, from Anders Johnsen by Douglas Gregor · 16 years ago
- 0755402 Fill in more C++ status. We're now using the check mark to mean, by Douglas Gregor · 16 years ago
- 0393e28 Update minor points in C++ status table. by Sebastian Redl · 16 years ago
- 6e8ed16 Implement C++0x nullptr. by Sebastian Redl · 16 years ago
- 6d507a6 Big update to the C++ status table to reflect "recent" by Douglas Gregor · 16 years ago
- 7dc8134 Have the parser communicate the exception specification to the action. by Sebastian Redl · 16 years ago
- 13e8854 Track down return statements in the handlers of a function-try-block of constructors. Meh ... by Sebastian Redl · 16 years ago
- 972041f Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. by Sebastian Redl · 16 years ago
- f331fb4 Fill in the C++ status table for exceptions by Sebastian Redl · 16 years ago
- 78eb874 Conditional operator C++ checking complete. What issues remain are in more general code. by Sebastian Redl · 16 years ago
- 0b5e7fb Add deleted functions and rvalue references to C++ status. by Sebastian Redl · 16 years ago
- 5705e53 We fully support namespace aliases now. by Anders Carlsson · 16 years ago
- 1edac4d class.abstract is complete. Anything that doesn't work is a bug. by Anders Carlsson · 16 years ago
- 33aa519 Link from the C++ status page to the open projects page by Douglas Gregor · 16 years ago