index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
default2.cpp
Age
Commit message (
Expand
)
Author
2012-04-05
Improve diagnostics for invalid use of non-static members / this:
Richard Smith
2010-10-12
Parse default arguments within member functions in source order, from
Douglas Gregor
2010-04-22
Whenever we complain about a failed initialization of a function or
Douglas Gregor
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-02-22
Add 'previous declaration is here' note for param redefinition
Chris Lattner
2010-01-06
Improve the diagnostics used to report implicitly-generated class members
John McCall
2009-12-22
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
Douglas Gregor
2009-12-20
Switch default-initialization of variables of class type (or array thereof) o...
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-09-11
Cleanup and test C++ default arguments. Improvements include:
Douglas Gregor
2009-07-22
Fix the parsing of default arguments for inline member function
Eli Friedman
2009-06-12
It's an error to use a function declared in a class definition as a default a...
Anders Carlsson
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-08
Fix redundant errors with missing default arguments in member declarations.
Sebastian Redl
2009-02-08
Make the test cases failing due to exact diagnostic matching XFAIL.
Sebastian Redl
2008-12-24
Correct the order in which we cope with end-of-class-definition
Douglas Gregor
2008-12-16
Delay parsing of default arguments of member functions until the class
Douglas Gregor
2008-12-16
Make name lookup when we're inside a declarator's scope, such as ClassName::f...
Douglas Gregor
2008-12-16
Added a test for default arguments added to out-of-line member
Douglas Gregor
2008-11-04
Diagnose use of 'this' in a C++ default argument. Thanks to Eli for correctin...
Douglas Gregor
2008-11-03
Check that this cannot be used in a default argument. Happily, it was already...
Douglas Gregor
2008-08-22
Move the rest of the Sema C++ tests into the SemaCXX test directory.
Argyrios Kyrtzidis