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