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