index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
default2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Detect recursive default argument definition
Serge Pavlov
2016-06-14
1
-0
/
+4
*
Ensure typos in the default values of template parameters get diagnosed.
Kaelyn Takata
2014-12-02
1
-0
/
+6
*
Improve diagnostics for invalid use of non-static members / this:
Richard Smith
2012-04-05
1
-5
/
+5
*
Parse default arguments within member functions in source order, from
Douglas Gregor
2010-10-12
1
-0
/
+3
*
Whenever we complain about a failed initialization of a function or
Douglas Gregor
2010-04-22
1
-1
/
+2
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-2
/
+2
*
Add 'previous declaration is here' note for param redefinition
Chris Lattner
2010-02-22
1
-1
/
+2
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
1
-2
/
+2
*
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
Douglas Gregor
2009-12-22
1
-2
/
+2
*
Switch default-initialization of variables of class type (or array thereof) o...
Douglas Gregor
2009-12-20
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Cleanup and test C++ default arguments. Improvements include:
Douglas Gregor
2009-09-11
1
-16
/
+0
*
Fix the parsing of default arguments for inline member function
Eli Friedman
2009-07-22
1
-0
/
+6
*
It's an error to use a function declared in a class definition as a default a...
Anders Carlsson
2009-06-12
1
-2
/
+8
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fix redundant errors with missing default arguments in member declarations.
Sebastian Redl
2009-02-08
1
-3
/
+1
*
Make the test cases failing due to exact diagnostic matching XFAIL.
Sebastian Redl
2009-02-08
1
-0
/
+3
*
Correct the order in which we cope with end-of-class-definition
Douglas Gregor
2008-12-24
1
-0
/
+12
*
Delay parsing of default arguments of member functions until the class
Douglas Gregor
2008-12-16
1
-3
/
+34
*
Make name lookup when we're inside a declarator's scope, such as ClassName::f...
Douglas Gregor
2008-12-16
1
-0
/
+7
*
Added a test for default arguments added to out-of-line member
Douglas Gregor
2008-12-16
1
-0
/
+26
*
Diagnose use of 'this' in a C++ default argument. Thanks to Eli for correctin...
Douglas Gregor
2008-11-04
1
-0
/
+4
*
Check that this cannot be used in a default argument. Happily, it was already...
Douglas Gregor
2008-11-03
1
-0
/
+4
*
Move the rest of the Sema C++ tests into the SemaCXX test directory.
Argyrios Kyrtzidis
2008-08-22
1
-0
/
+38