1. 93dfdb1 Semantic analysis for explicit instantiation of class templates. We by Douglas Gregor · 15 years ago
  2. 4d9a16f Implement parsing for explicit instantiations of class templates, e.g., by Douglas Gregor · 15 years ago
  3. 01cf112 Align the N/A in the C++ status table, from Anders Johnsen by Douglas Gregor · 15 years ago
  4. 0755402 Fill in more C++ status. We're now using the check mark to mean, by Douglas Gregor · 15 years ago
  5. 0393e28 Update minor points in C++ status table. by Sebastian Redl · 15 years ago
  6. 6e8ed16 Implement C++0x nullptr. by Sebastian Redl · 15 years ago
  7. 6d507a6 Big update to the C++ status table to reflect "recent" by Douglas Gregor · 15 years ago
  8. 7dc8134 Have the parser communicate the exception specification to the action. by Sebastian Redl · 15 years ago
  9. 13e8854 Track down return statements in the handlers of a function-try-block of constructors. Meh ... by Sebastian Redl · 15 years ago
  10. 972041f Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. by Sebastian Redl · 15 years ago
  11. f331fb4 Fill in the C++ status table for exceptions by Sebastian Redl · 15 years ago
  12. 78eb874 Conditional operator C++ checking complete. What issues remain are in more general code. by Sebastian Redl · 15 years ago
  13. 0b5e7fb Add deleted functions and rvalue references to C++ status. by Sebastian Redl · 15 years ago
  14. 5705e53 We fully support namespace aliases now. by Anders Carlsson · 15 years ago
  15. 1edac4d class.abstract is complete. Anything that doesn't work is a bug. by Anders Carlsson · 15 years ago
  16. 33aa519 Link from the C++ status page to the open projects page by Douglas Gregor · 15 years ago
  17. c31a0ce We support static_assert. by Anders Carlsson · 15 years ago
  18. 35adb75 Note some advances in our C++ support by Douglas Gregor · 15 years ago
  19. 70f2a04 fix (hopefully) some validation errors by Gabor Greif · 15 years ago
  20. 3d65864 Add svn:eol-style=native to some files by Cedric Venet · 15 years ago
  21. 4a4251b Make const-initialized const integral variables I-C-Es in C++. by Sebastian Redl · 16 years ago
  22. 3268825 Fill in C++ status table for section 7 (declarations). by Sebastian Redl · 16 years ago
  23. 2246050 Implement dereferencing of pointers-to-member. by Sebastian Redl · 16 years ago
  24. 33b399a Implement taking address of member functions, including overloaded ones. by Sebastian Redl · 16 years ago
  25. 09413dc Argument Dependent Lookup is done (for now). Also, update the status by Douglas Gregor · 16 years ago
  26. 930d8b5 Implement and test aggregate initialization in C++. Major changes: by Douglas Gregor · 16 years ago
  27. 21593ac Implement pointer to member handling in static_cast. by Sebastian Redl · 16 years ago
  28. 6697312 Complete semantic checking for typedef redeclarations in C++. The by Douglas Gregor · 16 years ago
  29. db64728 Add handling of member pointers to reinterpret_cast. by Sebastian Redl · 16 years ago
  30. f20269b Add support for member pointers to const_cast. by Sebastian Redl · 16 years ago
  31. 51abf6b Update C++ status table with new member pointer conversion capabilities. by Sebastian Redl · 16 years ago
  32. 09f41cf Introduce support for C++0x explicit conversion operators (N2437) by Douglas Gregor · 16 years ago
  33. 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 16 years ago
  34. 3f20a68 Update C++ status and add a few more tests of overloading for member function calls by Douglas Gregor · 16 years ago
  35. 6b3945f Finished semantic analysis of anonymous unions in C++. by Douglas Gregor · 16 years ago
  36. f780abc Parser support for C++ using directives, from Piotr Rak by Douglas Gregor · 16 years ago
  37. 39e9800 Fill in C++ status table for statements. by Sebastian Redl · 16 years ago
  38. e6d5a4a Implement checks for bool in increment and decrement. by Sebastian Redl · 16 years ago
  39. 69497c3 Added a test for default arguments added to out-of-line member by Douglas Gregor · 16 years ago
  40. 8b9ad38 Fill in C++ status table for expressions. by Sebastian Redl · 16 years ago
  41. 377fa5d Fill in some parts of cxx_status.html by Sebastian Redl · 16 years ago
  42. 5eb1969 Parsing new and delete is now complete. by Sebastian Redl · 16 years ago
  43. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  44. 01f0fcd Update C++ status by Douglas Gregor · 16 years ago
  45. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
  46. f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
  47. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  48. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  49. 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
  50. c42e118 Implement C++ 'typeid' parsing and sema. by Sebastian Redl · 16 years ago
  51. 904eed3 Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago
  52. 9324e58 Update C++ status: class support improved due to nested name parsing. by Sebastian Redl · 16 years ago
  53. ab963c6 Update C++ status to reflect parser capabilities for chapter 9 (classes). Slightly extend the class parser test. by Sebastian Redl · 16 years ago
  54. ffb5b00 Update C++ status: dynamic_cast is sema-complete. by Sebastian Redl · 16 years ago
  55. d60b927 Use css style instead of hard coded color in cxx_status. No visible change. by Cedric Venet · 16 years ago
  56. ed1eedd Update C++ status by Douglas Gregor · 16 years ago
  57. eaebc75 Initial, rudimentary implementation of operator overloading for binary by Douglas Gregor · 16 years ago
  58. 1cd1b1e Parsing, ASTs, and semantic analysis for the declaration of overloaded by Douglas Gregor · 16 years ago
  59. 42a552f Parsing, representation, and preliminary semantic analysis of destructors. by Douglas Gregor · 16 years ago
  60. 7ad8390 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 16 years ago
  61. dac7415 Remove stray character. by Daniel Dunbar · 16 years ago
  62. 456f82d Fine-grained C++ status page by Douglas Gregor · 16 years ago
  63. cd33b85 Mention 'wchar_t' at the C++ status page. by Argyrios Kyrtzidis · 16 years ago
  64. 6768980 -Added bool feature. by Argyrios Kyrtzidis · 16 years ago
  65. cdbd0a0 add a description of what sema and parser mean, add C++ style casts. by Chris Lattner · 16 years ago
  66. b1ca793 Add note that most of C++ is not supported. by Argyrios Kyrtzidis · 16 years ago
  67. be5a105 Drop 'C++' from the features; suggestion by Holger Schurig. by Argyrios Kyrtzidis · 16 years ago
  68. 682f77b Fix the page title. by Argyrios Kyrtzidis · 16 years ago
  69. 1323480 minor tweaks, escape < and > by Gabor Greif · 16 years ago
  70. 7727cb2 add two popular c++ features by Gabor Greif · 16 years ago
  71. 84b7a80 Add a C++ status report page. by Argyrios Kyrtzidis · 16 years ago