1. f20269b Add support for member pointers to const_cast. by Sebastian Redl · 15 years ago
  2. 51abf6b Update C++ status table with new member pointer conversion capabilities. by Sebastian Redl · 15 years ago
  3. 09f41cf Introduce support for C++0x explicit conversion operators (N2437) by Douglas Gregor · 16 years ago
  4. 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 16 years ago
  5. 3f20a68 Update C++ status and add a few more tests of overloading for member function calls by Douglas Gregor · 16 years ago
  6. 6b3945f Finished semantic analysis of anonymous unions in C++. by Douglas Gregor · 16 years ago
  7. f780abc Parser support for C++ using directives, from Piotr Rak by Douglas Gregor · 16 years ago
  8. 39e9800 Fill in C++ status table for statements. by Sebastian Redl · 16 years ago
  9. e6d5a4a Implement checks for bool in increment and decrement. by Sebastian Redl · 16 years ago
  10. 69497c3 Added a test for default arguments added to out-of-line member by Douglas Gregor · 16 years ago
  11. 8b9ad38 Fill in C++ status table for expressions. by Sebastian Redl · 16 years ago
  12. 377fa5d Fill in some parts of cxx_status.html by Sebastian Redl · 16 years ago
  13. 5eb1969 Parsing new and delete is now complete. by Sebastian Redl · 16 years ago
  14. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  15. 01f0fcd Update C++ status by Douglas Gregor · 16 years ago
  16. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
  17. f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
  18. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  19. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  20. 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
  21. c42e118 Implement C++ 'typeid' parsing and sema. by Sebastian Redl · 16 years ago
  22. 904eed3 Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago
  23. 9324e58 Update C++ status: class support improved due to nested name parsing. by Sebastian Redl · 16 years ago
  24. ab963c6 Update C++ status to reflect parser capabilities for chapter 9 (classes). Slightly extend the class parser test. by Sebastian Redl · 16 years ago
  25. ffb5b00 Update C++ status: dynamic_cast is sema-complete. by Sebastian Redl · 16 years ago
  26. d60b927 Use css style instead of hard coded color in cxx_status. No visible change. by Cedric Venet · 16 years ago
  27. ed1eedd Update C++ status by Douglas Gregor · 16 years ago
  28. eaebc75 Initial, rudimentary implementation of operator overloading for binary by Douglas Gregor · 16 years ago
  29. 1cd1b1e Parsing, ASTs, and semantic analysis for the declaration of overloaded by Douglas Gregor · 16 years ago
  30. 42a552f Parsing, representation, and preliminary semantic analysis of destructors. by Douglas Gregor · 16 years ago
  31. 7ad8390 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 16 years ago
  32. dac7415 Remove stray character. by Daniel Dunbar · 16 years ago
  33. 456f82d Fine-grained C++ status page by Douglas Gregor · 16 years ago
  34. cd33b85 Mention 'wchar_t' at the C++ status page. by Argyrios Kyrtzidis · 16 years ago
  35. 6768980 -Added bool feature. by Argyrios Kyrtzidis · 16 years ago
  36. cdbd0a0 add a description of what sema and parser mean, add C++ style casts. by Chris Lattner · 16 years ago
  37. b1ca793 Add note that most of C++ is not supported. by Argyrios Kyrtzidis · 16 years ago
  38. be5a105 Drop 'C++' from the features; suggestion by Holger Schurig. by Argyrios Kyrtzidis · 16 years ago
  39. 682f77b Fix the page title. by Argyrios Kyrtzidis · 16 years ago
  40. 1323480 minor tweaks, escape < and > by Gabor Greif · 16 years ago
  41. 7727cb2 add two popular c++ features by Gabor Greif · 16 years ago
  42. 84b7a80 Add a C++ status report page. by Argyrios Kyrtzidis · 16 years ago