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
/
constructor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR38286: Don't crash when attempting to define a constructor for an
Richard Smith
2018-08-08
1
-0
/
+11
*
When we see something that looks like a constructor with a return type, only ...
Richard Smith
2015-07-06
1
-2
/
+1
*
Sema: Don't allow CVR qualifiers before structors
David Majnemer
2014-07-08
1
-0
/
+2
*
Diagnose C++ [class.mem]p13-14, where a class member has the same name
Douglas Gregor
2010-10-15
1
-1
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Introduce a new class, UnqualifiedId, that provides a parsed
Douglas Gregor
2009-11-03
1
-1
/
+1
*
Top-level semicolons are allowed in C++0x. Fixes PR4755.
Douglas Gregor
2009-08-24
1
-0
/
+1
*
Parsing fix for out-of-line constructors, from Piotr Rak
Douglas Gregor
2009-07-06
1
-0
/
+25
*
Rework the way we handle constructor decls to be less hacky and fix PR3948 co...
Anders Carlsson
2009-04-30
1
-0
/
+13
*
Just because a declaration has the same name as its containing class doesn't ...
Anders Carlsson
2009-04-29
1
-0
/
+5
*
Improve recovery when a constructor fails to type-check. Test case from Anders
Douglas Gregor
2009-03-27
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Correct the order in which we cope with end-of-class-definition
Douglas Gregor
2008-12-24
1
-1
/
+4
*
Merge pr-3188.cpp into constructor.cpp.
Sebastian Redl
2008-12-23
1
-0
/
+10
*
Place constructors and destructors into the DeclContext of the class,
Douglas Gregor
2008-12-15
1
-0
/
+6
*
Enable out-of-line definitions of C++ constructors and destructors
Douglas Gregor
2008-12-12
1
-0
/
+3
*
Make all the 'redefinition' diagnostics more consistent, and make the
Chris Lattner
2008-11-23
1
-1
/
+1
*
Semantic checking of constructor declarations and classification of default/c...
Douglas Gregor
2008-10-31
1
-1
/
+7
*
Add support for parsing and representing C++ constructor declarations.
Douglas Gregor
2008-10-31
1
-0
/
+14