1. 28f0396 Update C++0x status by Douglas Gregor · 14 years ago
  2. 0ca08af mark boost's tracking bug as fixed by Gabor Greif · 14 years ago
  3. d3573f0 down with export. by Chris Lattner · 14 years ago
  4. a4b46cc another unneeded line. by Chris Lattner · 14 years ago
  5. 900e32d major update to the C++ status page. C++ support is by Chris Lattner · 14 years ago
  6. 15f2e72 Remove the blanket statement about Clang not supporting access control. It does now by Douglas Gregor · 14 years ago
  7. 555d04f Fix typo by Anton Korobeynikov · 14 years ago
  8. 0488124 Clearify Qt status a bit by Anton Korobeynikov · 14 years ago
  9. 95e636c Add Qt, CMake projects to the list of C++ projects we're working on compiling by Douglas Gregor · 14 years ago
  10. 57f1a00 Update Clang C++ status, with a more project-centric focus. by Douglas Gregor · 14 years ago
  11. c5a857f comments shouldn't go in the AST, and we already make it easy by Chris Lattner · 15 years ago
  12. 125cebd Update C++ status page to reflect reality by Douglas Gregor · 15 years ago
  13. d90e0ee Update C++ status by Douglas Gregor · 15 years ago
  14. 31abe8c Doug says this is medium done. by Benjamin Kramer · 15 years ago
  15. cec517b cxx_status: fix some missing/wrong cells. by Benjamin Kramer · 15 years ago
  16. a662e05 Restored note on pointer to members with a pointer to issue involved. by Fariborz Jahanian · 15 years ago
  17. 4efd398 Removed a Note related to pointer to member functions which by Fariborz Jahanian · 15 years ago
  18. 268fb5b Test by Douglas Gregor · 15 years ago
  19. 3a9f03d Updated, we support == and != builtins for member pointers. by Fariborz Jahanian · 15 years ago
  20. 0937097 Changes to reflect more pointer-to-member support. by Fariborz Jahanian · 15 years ago
  21. dcde190 Give ourselves an A- on ASTs for explicit specializations, since they by Douglas Gregor · 15 years ago
  22. 096ebfd Diagnose attempts to add default function arguments to a by Douglas Gregor · 15 years ago
  23. e094fe8 This ought to complete exception spec support. Man, am I glad. by Sebastian Redl · 15 years ago
  24. b656d88 Tests for C++ [expr], from James Porter! by Douglas Gregor · 15 years ago
  25. 0519b28 Fix typo. by Benjamin Kramer · 15 years ago
  26. 30a46b5 Update C++ status page by Douglas Gregor · 15 years ago
  27. d8307b1 Patch for AST representation for the implicit conversion to a function by Fariborz Jahanian · 15 years ago
  28. 6826365 Update for inherited conversion function support. by Fariborz Jahanian · 15 years ago
  29. 0d36aa8 Status update related to code gen for type conversion functions. by Fariborz Jahanian · 15 years ago
  30. 4fe95f9 Don't generate any code for an explicit call to a trivial destructor. by Douglas Gregor · 15 years ago
  31. 464061a Update C++ status, since a bunch of the comments were out-of-date by Douglas Gregor · 15 years ago
  32. c68afe2 Improve template instantiation for member access expressions that by Douglas Gregor · 15 years ago
  33. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
  34. c141086 Updated statuc page to reflect recent implementations by Fariborz Jahanian · 15 years ago
  35. be1ad92 Update Clang C++ status to better reflect what is implemented. by Douglas Gregor · 15 years ago
  36. 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
  37. 1e185d9 We have fairly good support for namespaces, now. Namespace aliases are parsed correctly by Douglas Gregor · 15 years ago
  38. 9cc11e7 Implement C++ semantics for C-style and functional-style casts. This regresses Clang extension conversions, like vectors, but allows conversions via constructors and conversion operators. by Sebastian Redl · 15 years ago
  39. 9c09b88 We now do complete semantic checking for unions by Douglas Gregor · 15 years ago
  40. 75b451e Update C++ status to reflect progress on out-of-line definitions of class template members by Douglas Gregor · 15 years ago
  41. 00aeb52 Implement the simple form of overload resolution used when taking the by Douglas Gregor · 15 years ago
  42. 4668509 Update the C++ status table to better reflect our support for function overloading by Douglas Gregor · 15 years ago
  43. 69be8d6 Improve argument-dependent lookup to find associated classes and by Douglas Gregor · 15 years ago
  44. 8fdc3c4 Template argument deduction from a call has improved a bit by Douglas Gregor · 15 years ago
  45. 4c9b68f Add a Last Updated field to the C++ status page by Douglas Gregor · 15 years ago
  46. b10d2fb Make a note of improvements to function templates by Douglas Gregor · 15 years ago
  47. 3eb43a0 We now support decltype (as far as I know :) by Anders Carlsson · 15 years ago
  48. e6510f1 Nested classes are now complete. by Anders Carlsson · 15 years ago
  49. 43f24e0 class.nested.type is done. by Anders Carlsson · 15 years ago
  50. 7420c2d Note that we've implemented the right angle brackets extension in C++0x by Douglas Gregor · 15 years ago
  51. 5e9f35c Update LLVM. by Douglas Gregor · 15 years ago
  52. c1efb3f It looks like we've finished off matching of class template partial specializations; add comments and update the C++ status page by Douglas Gregor · 15 years ago
  53. 16df850 Finish implementing checking of class template partial specializations by Douglas Gregor · 15 years ago
  54. 6aa75cf Diagnose C++ [temp.class.spec]p9b3, where a class template partial by Douglas Gregor · 15 years ago
  55. 7e8976b Update the C++ status to reflect improvements in template argument deduction and the handling of class template partial specializations by Douglas Gregor · 15 years ago
  56. 93dfdb1 Semantic analysis for explicit instantiation of class templates. We by Douglas Gregor · 15 years ago
  57. 4d9a16f Implement parsing for explicit instantiations of class templates, e.g., by Douglas Gregor · 15 years ago
  58. 01cf112 Align the N/A in the C++ status table, from Anders Johnsen by Douglas Gregor · 15 years ago
  59. 0755402 Fill in more C++ status. We're now using the check mark to mean, by Douglas Gregor · 15 years ago
  60. 0393e28 Update minor points in C++ status table. by Sebastian Redl · 15 years ago
  61. 6e8ed16 Implement C++0x nullptr. by Sebastian Redl · 15 years ago
  62. 6d507a6 Big update to the C++ status table to reflect "recent" by Douglas Gregor · 15 years ago
  63. 7dc8134 Have the parser communicate the exception specification to the action. by Sebastian Redl · 15 years ago
  64. 13e8854 Track down return statements in the handlers of a function-try-block of constructors. Meh ... by Sebastian Redl · 15 years ago
  65. 972041f Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. by Sebastian Redl · 15 years ago
  66. f331fb4 Fill in the C++ status table for exceptions by Sebastian Redl · 15 years ago
  67. 78eb874 Conditional operator C++ checking complete. What issues remain are in more general code. by Sebastian Redl · 15 years ago
  68. 0b5e7fb Add deleted functions and rvalue references to C++ status. by Sebastian Redl · 15 years ago
  69. 5705e53 We fully support namespace aliases now. by Anders Carlsson · 15 years ago
  70. 1edac4d class.abstract is complete. Anything that doesn't work is a bug. by Anders Carlsson · 15 years ago
  71. 33aa519 Link from the C++ status page to the open projects page by Douglas Gregor · 15 years ago
  72. c31a0ce We support static_assert. by Anders Carlsson · 15 years ago
  73. 35adb75 Note some advances in our C++ support by Douglas Gregor · 15 years ago
  74. 70f2a04 fix (hopefully) some validation errors by Gabor Greif · 15 years ago
  75. 3d65864 Add svn:eol-style=native to some files by Cedric Venet · 15 years ago
  76. 4a4251b Make const-initialized const integral variables I-C-Es in C++. by Sebastian Redl · 15 years ago
  77. 3268825 Fill in C++ status table for section 7 (declarations). by Sebastian Redl · 15 years ago
  78. 2246050 Implement dereferencing of pointers-to-member. by Sebastian Redl · 15 years ago
  79. 33b399a Implement taking address of member functions, including overloaded ones. by Sebastian Redl · 15 years ago
  80. 09413dc Argument Dependent Lookup is done (for now). Also, update the status by Douglas Gregor · 15 years ago
  81. 930d8b5 Implement and test aggregate initialization in C++. Major changes: by Douglas Gregor · 15 years ago
  82. 21593ac Implement pointer to member handling in static_cast. by Sebastian Redl · 15 years ago
  83. 6697312 Complete semantic checking for typedef redeclarations in C++. The by Douglas Gregor · 15 years ago
  84. db64728 Add handling of member pointers to reinterpret_cast. by Sebastian Redl · 15 years ago
  85. f20269b Add support for member pointers to const_cast. by Sebastian Redl · 15 years ago
  86. 51abf6b Update C++ status table with new member pointer conversion capabilities. by Sebastian Redl · 15 years ago
  87. 09f41cf Introduce support for C++0x explicit conversion operators (N2437) by Douglas Gregor · 16 years ago
  88. 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 16 years ago
  89. 3f20a68 Update C++ status and add a few more tests of overloading for member function calls by Douglas Gregor · 16 years ago
  90. 6b3945f Finished semantic analysis of anonymous unions in C++. by Douglas Gregor · 16 years ago
  91. f780abc Parser support for C++ using directives, from Piotr Rak by Douglas Gregor · 16 years ago
  92. 39e9800 Fill in C++ status table for statements. by Sebastian Redl · 16 years ago
  93. e6d5a4a Implement checks for bool in increment and decrement. by Sebastian Redl · 16 years ago
  94. 69497c3 Added a test for default arguments added to out-of-line member by Douglas Gregor · 16 years ago
  95. 8b9ad38 Fill in C++ status table for expressions. by Sebastian Redl · 16 years ago
  96. 377fa5d Fill in some parts of cxx_status.html by Sebastian Redl · 16 years ago
  97. 5eb1969 Parsing new and delete is now complete. by Sebastian Redl · 16 years ago
  98. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  99. 01f0fcd Update C++ status by Douglas Gregor · 16 years ago
  100. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago