index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
www
/
cxx_status.html
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
We now support decltype (as far as I know :)
Anders Carlsson
2009-06-24
1
-0
/
+8
*
Nested classes are now complete.
Anders Carlsson
2009-06-24
1
-4
/
+4
*
class.nested.type is done.
Anders Carlsson
2009-06-24
1
-3
/
+3
*
Note that we've implemented the right angle brackets extension in C++0x
Douglas Gregor
2009-06-15
1
-1
/
+8
*
Update LLVM.
Douglas Gregor
2009-06-14
1
-4
/
+4
*
It looks like we've finished off matching of class template partial specializ...
Douglas Gregor
2009-06-12
1
-1
/
+1
*
Finish implementing checking of class template partial specializations
Douglas Gregor
2009-06-12
1
-1
/
+1
*
Diagnose C++ [temp.class.spec]p9b3, where a class template partial
Douglas Gregor
2009-06-12
1
-3
/
+3
*
Update the C++ status to reflect improvements in template argument deduction ...
Douglas Gregor
2009-06-12
1
-10
/
+10
*
Semantic analysis for explicit instantiation of class templates. We
Douglas Gregor
2009-05-13
1
-1
/
+1
*
Implement parsing for explicit instantiations of class templates, e.g.,
Douglas Gregor
2009-05-12
1
-3
/
+3
*
Align the N/A in the C++ status table, from Anders Johnsen
Douglas Gregor
2009-05-12
1
-2
/
+2
*
Fill in more C++ status. We're now using the check mark to mean,
Douglas Gregor
2009-05-12
1
-378
/
+697
*
Update minor points in C++ status table.
Sebastian Redl
2009-05-10
1
-4
/
+4
*
Implement C++0x nullptr.
Sebastian Redl
2009-05-10
1
-8
/
+16
*
Big update to the C++ status table to reflect "recent"
Douglas Gregor
2009-05-07
1
-59
/
+237
*
Have the parser communicate the exception specification to the action.
Sebastian Redl
2009-04-29
1
-1
/
+1
*
Track down return statements in the handlers of a function-try-block of const...
Sebastian Redl
2009-04-27
1
-1
/
+1
*
Improve validation of C++ exception handling: diagnose throwing incomplete ty...
Sebastian Redl
2009-04-27
1
-7
/
+7
*
Fill in the C++ status table for exceptions
Sebastian Redl
2009-04-27
1
-10
/
+80
*
Conditional operator C++ checking complete. What issues remain are in more ge...
Sebastian Redl
2009-04-19
1
-2
/
+2
*
Add deleted functions and rvalue references to C++ status.
Sebastian Redl
2009-04-12
1
-1
/
+18
*
We fully support namespace aliases now.
Anders Carlsson
2009-03-31
1
-4
/
+4
*
class.abstract is complete. Anything that doesn't work is a bug.
Anders Carlsson
2009-03-24
1
-1
/
+8
*
Link from the C++ status page to the open projects page
Douglas Gregor
2009-03-20
1
-1
/
+1
*
We support static_assert.
Anders Carlsson
2009-03-16
1
-0
/
+8
*
Note some advances in our C++ support
Douglas Gregor
2009-03-12
1
-19
/
+26
*
fix (hopefully) some validation errors
Gabor Greif
2009-02-25
1
-3
/
+3
*
Add svn:eol-style=native to some files
Cedric Venet
2009-02-14
1
-1706
/
+1706
*
Make const-initialized const integral variables I-C-Es in C++.
Sebastian Redl
2009-02-07
1
-2
/
+2
*
Fill in C++ status table for section 7 (declarations).
Sebastian Redl
2009-02-07
1
-18
/
+137
*
Implement dereferencing of pointers-to-member.
Sebastian Redl
2009-02-07
1
-4
/
+4
*
Implement taking address of member functions, including overloaded ones.
Sebastian Redl
2009-02-04
1
-3
/
+3
*
Argument Dependent Lookup is done (for now). Also, update the status
Douglas Gregor
2009-02-04
1
-5
/
+19
*
Implement and test aggregate initialization in C++. Major changes:
Douglas Gregor
2009-01-30
1
-1
/
+8
*
Implement pointer to member handling in static_cast.
Sebastian Redl
2009-01-28
1
-2
/
+2
*
Complete semantic checking for typedef redeclarations in C++. The
Douglas Gregor
2009-01-28
1
-2
/
+9
*
Add handling of member pointers to reinterpret_cast.
Sebastian Redl
2009-01-27
1
-3
/
+3
*
Add support for member pointers to const_cast.
Sebastian Redl
2009-01-26
1
-5
/
+5
*
Update C++ status table with new member pointer conversion capabilities.
Sebastian Redl
2009-01-26
1
-7
/
+7
*
Introduce support for C++0x explicit conversion operators (N2437)
Douglas Gregor
2009-01-14
1
-0
/
+11
*
Add the proper restrictions on the left-hand argument of a built-in
Douglas Gregor
2009-01-13
1
-3
/
+3
*
Update C++ status and add a few more tests of overloading for member function...
Douglas Gregor
2009-01-12
1
-7
/
+7
*
Finished semantic analysis of anonymous unions in C++.
Douglas Gregor
2009-01-07
1
-4
/
+4
*
Parser support for C++ using directives, from Piotr Rak
Douglas Gregor
2008-12-30
1
-1
/
+8
*
Fill in C++ status table for statements.
Sebastian Redl
2008-12-28
1
-18
/
+144
*
Implement checks for bool in increment and decrement.
Sebastian Redl
2008-12-20
1
-4
/
+4
*
Added a test for default arguments added to out-of-line member
Douglas Gregor
2008-12-16
1
-2
/
+2
*
Fill in C++ status table for expressions.
Sebastian Redl
2008-12-09
1
-70
/
+251
*
Fill in some parts of cxx_status.html
Sebastian Redl
2008-12-08
1
-40
/
+129
[prev]
[next]