summaryrefslogtreecommitdiff
path: root/www/cxx_status.html
Commit message (Expand)AuthorAgeFilesLines
...
* We now support decltype (as far as I know :)Anders Carlsson2009-06-241-0/+8
* Nested classes are now complete.Anders Carlsson2009-06-241-4/+4
* class.nested.type is done.Anders Carlsson2009-06-241-3/+3
* Note that we've implemented the right angle brackets extension in C++0xDouglas Gregor2009-06-151-1/+8
* Update LLVM.Douglas Gregor2009-06-141-4/+4
* It looks like we've finished off matching of class template partial specializ...Douglas Gregor2009-06-121-1/+1
* Finish implementing checking of class template partial specializationsDouglas Gregor2009-06-121-1/+1
* Diagnose C++ [temp.class.spec]p9b3, where a class template partialDouglas Gregor2009-06-121-3/+3
* Update the C++ status to reflect improvements in template argument deduction ...Douglas Gregor2009-06-121-10/+10
* Semantic analysis for explicit instantiation of class templates. WeDouglas Gregor2009-05-131-1/+1
* Implement parsing for explicit instantiations of class templates, e.g.,Douglas Gregor2009-05-121-3/+3
* Align the N/A in the C++ status table, from Anders JohnsenDouglas Gregor2009-05-121-2/+2
* Fill in more C++ status. We're now using the check mark to mean,Douglas Gregor2009-05-121-378/+697
* Update minor points in C++ status table.Sebastian Redl2009-05-101-4/+4
* Implement C++0x nullptr.Sebastian Redl2009-05-101-8/+16
* Big update to the C++ status table to reflect "recent"Douglas Gregor2009-05-071-59/+237
* Have the parser communicate the exception specification to the action.Sebastian Redl2009-04-291-1/+1
* Track down return statements in the handlers of a function-try-block of const...Sebastian Redl2009-04-271-1/+1
* Improve validation of C++ exception handling: diagnose throwing incomplete ty...Sebastian Redl2009-04-271-7/+7
* Fill in the C++ status table for exceptionsSebastian Redl2009-04-271-10/+80
* Conditional operator C++ checking complete. What issues remain are in more ge...Sebastian Redl2009-04-191-2/+2
* Add deleted functions and rvalue references to C++ status.Sebastian Redl2009-04-121-1/+18
* We fully support namespace aliases now.Anders Carlsson2009-03-311-4/+4
* class.abstract is complete. Anything that doesn't work is a bug.Anders Carlsson2009-03-241-1/+8
* Link from the C++ status page to the open projects pageDouglas Gregor2009-03-201-1/+1
* We support static_assert.Anders Carlsson2009-03-161-0/+8
* Note some advances in our C++ supportDouglas Gregor2009-03-121-19/+26
* fix (hopefully) some validation errorsGabor Greif2009-02-251-3/+3
* Add svn:eol-style=native to some filesCedric Venet2009-02-141-1706/+1706
* Make const-initialized const integral variables I-C-Es in C++.Sebastian Redl2009-02-071-2/+2
* Fill in C++ status table for section 7 (declarations).Sebastian Redl2009-02-071-18/+137
* Implement dereferencing of pointers-to-member.Sebastian Redl2009-02-071-4/+4
* Implement taking address of member functions, including overloaded ones.Sebastian Redl2009-02-041-3/+3
* Argument Dependent Lookup is done (for now). Also, update the statusDouglas Gregor2009-02-041-5/+19
* Implement and test aggregate initialization in C++. Major changes:Douglas Gregor2009-01-301-1/+8
* Implement pointer to member handling in static_cast.Sebastian Redl2009-01-281-2/+2
* Complete semantic checking for typedef redeclarations in C++. TheDouglas Gregor2009-01-281-2/+9
* Add handling of member pointers to reinterpret_cast.Sebastian Redl2009-01-271-3/+3
* Add support for member pointers to const_cast.Sebastian Redl2009-01-261-5/+5
* Update C++ status table with new member pointer conversion capabilities.Sebastian Redl2009-01-261-7/+7
* Introduce support for C++0x explicit conversion operators (N2437)Douglas Gregor2009-01-141-0/+11
* Add the proper restrictions on the left-hand argument of a built-inDouglas Gregor2009-01-131-3/+3
* Update C++ status and add a few more tests of overloading for member function...Douglas Gregor2009-01-121-7/+7
* Finished semantic analysis of anonymous unions in C++.Douglas Gregor2009-01-071-4/+4
* Parser support for C++ using directives, from Piotr RakDouglas Gregor2008-12-301-1/+8
* Fill in C++ status table for statements.Sebastian Redl2008-12-281-18/+144
* Implement checks for bool in increment and decrement.Sebastian Redl2008-12-201-4/+4
* Added a test for default arguments added to out-of-line memberDouglas Gregor2008-12-161-2/+2
* Fill in C++ status table for expressions.Sebastian Redl2008-12-091-70/+251
* Fill in some parts of cxx_status.htmlSebastian Redl2008-12-081-40/+129