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
/
default-constructor-initializers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement some tests for defaulted constructors. To do this I had to
Alexis Hunt
2011-05-17
1
-0
/
+7
*
Relax the construction of a definition for implicit, trivial default
Chandler Carruth
2010-08-23
1
-1
/
+7
*
Change the 'declared at' diagnostic to say 'declared here'.
Anders Carlsson
2010-04-23
1
-3
/
+3
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-3
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Add additional note to mark the cause of synthesized constructors. Mark
Eli Friedman
2009-11-09
1
-3
/
+3
*
Unify the codepaths used to verify base and member initializers for explicitly
Eli Friedman
2009-11-09
1
-8
/
+8
*
Fix up error reporting when object cannot be constructed
Fariborz Jahanian
2009-10-08
1
-3
/
+3
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-3
/
+3
*
Pass the DeclName to the diagnostic builder so that member names will be quot...
Anders Carlsson
2009-07-09
1
-3
/
+3
*
Fixed text of a diagnostics.
Fariborz Jahanian
2009-06-22
1
-2
/
+2
*
Made improvements in c++'s object model patch on Doug's review.
Fariborz Jahanian
2009-06-20
1
-0
/
+56