1. f184f9a Update www: we now mangle references to function parameters properly. Also, this is really more a decltype issue rather than a late-specified return type issue. by Richard Smith · 13 years ago
  2. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  3. 059ce0d Fully implement delegating constructors! by Sean Hunt · 13 years ago
  4. 5f3d30b Update www: clang now supports C++11 for-range and non-template type aliases. by Richard Smith · 13 years ago
  5. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  6. a6ea5bb Name mangling of late-specified return types doesn't work if the return type references the argument types: by Richard Smith · 13 years ago
  7. 6a4e73c clang has had full and tested support for C++0x trailing-return-type and auto type deduction since r126166. Update the website to reflect this, and add a __has_feature test. by Richard Smith · 13 years ago
  8. 46ba01a Add a libstdc++-4.4 patch for C++0x to the website. by Jeffrey Yasskin · 13 years ago
  9. 29236f4 Clang supports __STDC_HOSTED__. Patch by Jonathan Sauer by Douglas Gregor · 13 years ago
  10. fd405ef Update the www to indicate that auto is now implemented. by Richard Smith · 13 years ago
  11. d1a2643 Update C++0x status web page by Douglas Gregor · 13 years ago
  12. 4c9131a Variadic templates are fully implemented. by Douglas Gregor · 13 years ago
  13. 1ce7965 Add back the late-specified return type paper by Douglas Gregor · 14 years ago
  14. 08765a9 Updates to the C++ status page for C++0x features, from Michael Price by Douglas Gregor · 14 years ago
  15. b7579aa be less threatening. by Chris Lattner · 14 years ago
  16. 28f0396 Update C++0x status by Douglas Gregor · 14 years ago
  17. 0ca08af mark boost's tracking bug as fixed by Gabor Greif · 14 years ago
  18. d3573f0 down with export. by Chris Lattner · 14 years ago
  19. a4b46cc another unneeded line. by Chris Lattner · 14 years ago
  20. 900e32d major update to the C++ status page. C++ support is by Chris Lattner · 14 years ago
  21. 15f2e72 Remove the blanket statement about Clang not supporting access control. It does now by Douglas Gregor · 14 years ago
  22. 555d04f Fix typo by Anton Korobeynikov · 14 years ago
  23. 0488124 Clearify Qt status a bit by Anton Korobeynikov · 14 years ago
  24. 95e636c Add Qt, CMake projects to the list of C++ projects we're working on compiling by Douglas Gregor · 14 years ago
  25. 57f1a00 Update Clang C++ status, with a more project-centric focus. by Douglas Gregor · 14 years ago
  26. c5a857f comments shouldn't go in the AST, and we already make it easy by Chris Lattner · 15 years ago
  27. 125cebd Update C++ status page to reflect reality by Douglas Gregor · 15 years ago
  28. d90e0ee Update C++ status by Douglas Gregor · 15 years ago
  29. 31abe8c Doug says this is medium done. by Benjamin Kramer · 15 years ago
  30. cec517b cxx_status: fix some missing/wrong cells. by Benjamin Kramer · 15 years ago
  31. a662e05 Restored note on pointer to members with a pointer to issue involved. by Fariborz Jahanian · 15 years ago
  32. 4efd398 Removed a Note related to pointer to member functions which by Fariborz Jahanian · 15 years ago
  33. 268fb5b Test by Douglas Gregor · 15 years ago
  34. 3a9f03d Updated, we support == and != builtins for member pointers. by Fariborz Jahanian · 15 years ago
  35. 0937097 Changes to reflect more pointer-to-member support. by Fariborz Jahanian · 15 years ago
  36. dcde190 Give ourselves an A- on ASTs for explicit specializations, since they by Douglas Gregor · 15 years ago
  37. 096ebfd Diagnose attempts to add default function arguments to a by Douglas Gregor · 15 years ago
  38. e094fe8 This ought to complete exception spec support. Man, am I glad. by Sebastian Redl · 15 years ago
  39. b656d88 Tests for C++ [expr], from James Porter! by Douglas Gregor · 15 years ago
  40. 0519b28 Fix typo. by Benjamin Kramer · 15 years ago
  41. 30a46b5 Update C++ status page by Douglas Gregor · 15 years ago
  42. d8307b1 Patch for AST representation for the implicit conversion to a function by Fariborz Jahanian · 15 years ago
  43. 6826365 Update for inherited conversion function support. by Fariborz Jahanian · 15 years ago
  44. 0d36aa8 Status update related to code gen for type conversion functions. by Fariborz Jahanian · 15 years ago
  45. 4fe95f9 Don't generate any code for an explicit call to a trivial destructor. by Douglas Gregor · 15 years ago
  46. 464061a Update C++ status, since a bunch of the comments were out-of-date by Douglas Gregor · 15 years ago
  47. c68afe2 Improve template instantiation for member access expressions that by Douglas Gregor · 15 years ago
  48. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
  49. c141086 Updated statuc page to reflect recent implementations by Fariborz Jahanian · 15 years ago
  50. be1ad92 Update Clang C++ status to better reflect what is implemented. by Douglas Gregor · 15 years ago
  51. 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
  52. 1e185d9 We have fairly good support for namespaces, now. Namespace aliases are parsed correctly by Douglas Gregor · 15 years ago
  53. 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
  54. 9c09b88 We now do complete semantic checking for unions by Douglas Gregor · 15 years ago
  55. 75b451e Update C++ status to reflect progress on out-of-line definitions of class template members by Douglas Gregor · 15 years ago
  56. 00aeb52 Implement the simple form of overload resolution used when taking the by Douglas Gregor · 15 years ago
  57. 4668509 Update the C++ status table to better reflect our support for function overloading by Douglas Gregor · 15 years ago
  58. 69be8d6 Improve argument-dependent lookup to find associated classes and by Douglas Gregor · 15 years ago
  59. 8fdc3c4 Template argument deduction from a call has improved a bit by Douglas Gregor · 15 years ago
  60. 4c9b68f Add a Last Updated field to the C++ status page by Douglas Gregor · 15 years ago
  61. b10d2fb Make a note of improvements to function templates by Douglas Gregor · 15 years ago
  62. 3eb43a0 We now support decltype (as far as I know :) by Anders Carlsson · 15 years ago
  63. e6510f1 Nested classes are now complete. by Anders Carlsson · 15 years ago
  64. 43f24e0 class.nested.type is done. by Anders Carlsson · 15 years ago
  65. 7420c2d Note that we've implemented the right angle brackets extension in C++0x by Douglas Gregor · 15 years ago
  66. 5e9f35c Update LLVM. by Douglas Gregor · 15 years ago
  67. 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
  68. 16df850 Finish implementing checking of class template partial specializations by Douglas Gregor · 15 years ago
  69. 6aa75cf Diagnose C++ [temp.class.spec]p9b3, where a class template partial by Douglas Gregor · 15 years ago
  70. 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
  71. 93dfdb1 Semantic analysis for explicit instantiation of class templates. We by Douglas Gregor · 15 years ago
  72. 4d9a16f Implement parsing for explicit instantiations of class templates, e.g., by Douglas Gregor · 15 years ago
  73. 01cf112 Align the N/A in the C++ status table, from Anders Johnsen by Douglas Gregor · 15 years ago
  74. 0755402 Fill in more C++ status. We're now using the check mark to mean, by Douglas Gregor · 15 years ago
  75. 0393e28 Update minor points in C++ status table. by Sebastian Redl · 15 years ago
  76. 6e8ed16 Implement C++0x nullptr. by Sebastian Redl · 15 years ago
  77. 6d507a6 Big update to the C++ status table to reflect "recent" by Douglas Gregor · 15 years ago
  78. 7dc8134 Have the parser communicate the exception specification to the action. by Sebastian Redl · 15 years ago
  79. 13e8854 Track down return statements in the handlers of a function-try-block of constructors. Meh ... by Sebastian Redl · 15 years ago
  80. 972041f Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. by Sebastian Redl · 15 years ago
  81. f331fb4 Fill in the C++ status table for exceptions by Sebastian Redl · 15 years ago
  82. 78eb874 Conditional operator C++ checking complete. What issues remain are in more general code. by Sebastian Redl · 15 years ago
  83. 0b5e7fb Add deleted functions and rvalue references to C++ status. by Sebastian Redl · 15 years ago
  84. 5705e53 We fully support namespace aliases now. by Anders Carlsson · 15 years ago
  85. 1edac4d class.abstract is complete. Anything that doesn't work is a bug. by Anders Carlsson · 15 years ago
  86. 33aa519 Link from the C++ status page to the open projects page by Douglas Gregor · 15 years ago
  87. c31a0ce We support static_assert. by Anders Carlsson · 15 years ago
  88. 35adb75 Note some advances in our C++ support by Douglas Gregor · 15 years ago
  89. 70f2a04 fix (hopefully) some validation errors by Gabor Greif · 15 years ago
  90. 3d65864 Add svn:eol-style=native to some files by Cedric Venet · 15 years ago
  91. 4a4251b Make const-initialized const integral variables I-C-Es in C++. by Sebastian Redl · 15 years ago
  92. 3268825 Fill in C++ status table for section 7 (declarations). by Sebastian Redl · 15 years ago
  93. 2246050 Implement dereferencing of pointers-to-member. by Sebastian Redl · 15 years ago
  94. 33b399a Implement taking address of member functions, including overloaded ones. by Sebastian Redl · 15 years ago
  95. 09413dc Argument Dependent Lookup is done (for now). Also, update the status by Douglas Gregor · 15 years ago
  96. 930d8b5 Implement and test aggregate initialization in C++. Major changes: by Douglas Gregor · 15 years ago
  97. 21593ac Implement pointer to member handling in static_cast. by Sebastian Redl · 15 years ago
  98. 6697312 Complete semantic checking for typedef redeclarations in C++. The by Douglas Gregor · 15 years ago
  99. db64728 Add handling of member pointers to reinterpret_cast. by Sebastian Redl · 15 years ago
  100. f20269b Add support for member pointers to const_cast. by Sebastian Redl · 15 years ago