Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7247c88d1e41514a41085f83ebf03dd5220e054a
/
test
/
SemaCXX
/
default2.cpp
a85cf39
Improve diagnostics for invalid use of non-static members / this:
by Richard Smith
· 13 years ago
d54eb44
Parse default arguments within member functions in source order, from
by Douglas Gregor
· 14 years ago
a41a8c5
Whenever we complain about a failed initialization of a function or
by Douglas Gregor
· 15 years ago
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
d84aac1
Add 'previous declaration is here' note for param redefinition errors, e.g.:
by Chris Lattner
· 15 years ago
b1622a1
Improve the diagnostics used to report implicitly-generated class members
by John McCall
· 15 years ago
90f9382
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
by Douglas Gregor
· 15 years ago
745880f
Switch default-initialization of variables of class type (or array thereof) over to InitializationSequence. I could swear that this fixes a PR somewhere, but I couldn't figure out which one
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
6cc1518
Cleanup and test C++ default arguments. Improvements include:
by Douglas Gregor
· 15 years ago
d33133c
Fix the parsing of default arguments for inline member function definitions.
by Eli Friedman
· 15 years ago
5e300d1
It's an error to use a function declared in a class definition as a default argument before the function has been declared.
by Anders Carlsson
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
00d5074
Fix redundant errors with missing default arguments in member declarations.
by Sebastian Redl
· 16 years ago
ddf7e99
Make the test cases failing due to exact diagnostic matching XFAIL.
by Sebastian Redl
· 16 years ago
61366e9
Correct the order in which we cope with end-of-class-definition
by Douglas Gregor
· 16 years ago
72b505b
Delay parsing of default arguments of member functions until the class
by Douglas Gregor
· 16 years ago
0a59acb
Make name lookup when we're inside a declarator's scope, such as ClassName::func, work with the new unqualified name lookup code. Test it with default arguments in out-of-line member definitions
by Douglas Gregor
· 16 years ago
69497c3
Added a test for default arguments added to out-of-line member
by Douglas Gregor
· 16 years ago
3996f23
Diagnose use of 'this' in a C++ default argument. Thanks to Eli for correcting my bogus assertion about it already being handled
by Douglas Gregor
· 16 years ago
30c5436
Check that this cannot be used in a default argument. Happily, it was already implemented
by Douglas Gregor
· 16 years ago
4bd8217
Move the rest of the Sema C++ tests into the SemaCXX test directory.
by Argyrios Kyrtzidis
· 16 years ago
[Renamed from test/Sema/default2.cpp]
6d6eb57
Diagnose attempts to use C++ default arguments outside of a function declaration
by Douglas Gregor
· 17 years ago
9e97955
Default argument cleanups and minor improvements, patch by Doug Gregor!
by Chris Lattner
· 17 years ago
8123a95
Several improvements from Doug Gregor related to default
by Chris Lattner
· 17 years ago
0442108
Add support for C++ default arguments, and rework Parse-Sema
by Chris Lattner
· 17 years ago