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
/
copy-initialization.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve diagnostic for calling non-const method on const object. Fixes rdar:/...
Argyrios Kyrtzidis
2010-11-16
1
-2
/
+2
*
When performing initialization of a copy of a temporary object, use
Douglas Gregor
2010-11-12
1
-2
/
+2
*
'const std::type_info*' instead of 'std::type_info const*'
Chris Lattner
2010-09-05
1
-2
/
+2
*
Do not consider explicit constructors when performing a copy to a
Douglas Gregor
2010-04-18
1
-5
/
+8
*
Improve our handling of user-defined conversions as part of overload
Douglas Gregor
2010-04-17
1
-5
/
+3
*
Rework our handling of copy construction of temporaries, which was a
Douglas Gregor
2010-04-02
1
-0
/
+20
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-2
/
+2
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
1
-1
/
+1
*
Switch more of Sema::CheckInitializerTypes over to
Douglas Gregor
2009-12-19
1
-3
/
+3
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Provide a proper source location when building an implicit dereference. Fixes...
Douglas Gregor
2009-02-19
1
-1
/
+7
*
Correct the order in which we cope with end-of-class-definition
Douglas Gregor
2008-12-24
1
-1
/
+1
*
Implement a %plural modifier for complex plural forms in diagnostics. Use it ...
Sebastian Redl
2008-11-22
1
-1
/
+1
*
Implement C++ copy-initialization for declarations. There is now some
Douglas Gregor
2008-11-05
1
-0
/
+17