aboutsummaryrefslogtreecommitdiff
path: root/www/cxx_status.html
AgeCommit message (Expand)Author
2009-10-20Updated, we support == and != builtins for member pointers.Fariborz Jahanian
2009-10-20Changes to reflect more pointer-to-member support.Fariborz Jahanian
2009-10-13Give ourselves an A- on ASTs for explicit specializations, since theyDouglas Gregor
2009-10-13Diagnose attempts to add default function arguments to aDouglas Gregor
2009-10-11This ought to complete exception spec support. Man, am I glad.Sebastian Redl
2009-10-08Tests for C++ [expr], from James Porter!Douglas Gregor
2009-10-02Fix typo.Benjamin Kramer
2009-09-30Update C++ status pageDouglas Gregor
2009-09-28Patch for AST representation for the implicit conversion to a function Fariborz Jahanian
2009-09-15Update for inherited conversion function support.Fariborz Jahanian
2009-09-09Status update related to code gen for type conversionFariborz Jahanian
2009-09-04Don't generate any code for an explicit call to a trivial destructor. Douglas Gregor
2009-09-03Update C++ status, since a bunch of the comments were out-of-dateDouglas Gregor
2009-09-03Improve template instantiation for member access expressions thatDouglas Gregor
2009-08-24Implement support for equality comparisons (!=, ==) of memberDouglas Gregor
2009-08-22Updated statuc page to reflect recent implementationsFariborz Jahanian
2009-08-21Update Clang C++ status to better reflect what is implemented.Douglas Gregor
2009-08-21Implement conversion function templates, along with the ability to useDouglas Gregor
2009-08-02We have fairly good support for namespaces, now. Namespace aliases are parsed...Douglas Gregor
2009-07-25Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl
2009-07-24We now do complete semantic checking for unionsDouglas Gregor
2009-07-23Update C++ status to reflect progress on out-of-line definitions of class tem...Douglas Gregor
2009-07-08Implement the simple form of overload resolution used when taking theDouglas Gregor
2009-07-08Update the C++ status table to better reflect our support for function overlo...Douglas Gregor
2009-07-08Improve argument-dependent lookup to find associated classes andDouglas Gregor
2009-07-07Template argument deduction from a call has improved a bitDouglas Gregor
2009-06-27Add a Last Updated field to the C++ status pageDouglas Gregor
2009-06-27Make a note of improvements to function templatesDouglas Gregor
2009-06-24We now support decltype (as far as I know :)Anders Carlsson
2009-06-24Nested classes are now complete.Anders Carlsson
2009-06-24class.nested.type is done.Anders Carlsson
2009-06-15Note that we've implemented the right angle brackets extension in C++0xDouglas Gregor
2009-06-14Update LLVM.Douglas Gregor
2009-06-12It looks like we've finished off matching of class template partial specializ...Douglas Gregor
2009-06-12Finish implementing checking of class template partial specializationsDouglas Gregor
2009-06-12Diagnose C++ [temp.class.spec]p9b3, where a class template partialDouglas Gregor
2009-06-12Update the C++ status to reflect improvements in template argument deduction ...Douglas Gregor
2009-05-13Semantic analysis for explicit instantiation of class templates. WeDouglas Gregor
2009-05-12Implement parsing for explicit instantiations of class templates, e.g.,Douglas Gregor
2009-05-12Align the N/A in the C++ status table, from Anders JohnsenDouglas Gregor
2009-05-12Fill in more C++ status. We're now using the check mark to mean,Douglas Gregor
2009-05-10Update minor points in C++ status table.Sebastian Redl
2009-05-10Implement C++0x nullptr.Sebastian Redl
2009-05-07Big update to the C++ status table to reflect "recent"Douglas Gregor
2009-04-29Have the parser communicate the exception specification to the action.Sebastian Redl
2009-04-27Track down return statements in the handlers of a function-try-block of const...Sebastian Redl
2009-04-27Improve validation of C++ exception handling: diagnose throwing incomplete ty...Sebastian Redl
2009-04-27Fill in the C++ status table for exceptionsSebastian Redl
2009-04-19Conditional operator C++ checking complete. What issues remain are in more ge...Sebastian Redl
2009-04-12Add deleted functions and rvalue references to C++ status.Sebastian Redl