index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CXX
/
dcl.decl
/
dcl.init
/
dcl.init.ref
/
p5-var.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Improved diagnostic for qualifiers in reference binding
Anastasia Stulova
2019-06-21
1
-6
/
+6
*
[Lit Test] Updated 34 Lit tests to be C++11 compatible.
Charles Li
2015-11-17
1
-0
/
+5
*
Fix typo from r237482. "to reference of type" --> "to reference to type"
Richard Trieu
2015-05-16
1
-5
/
+5
*
When emitting a dropped qualifier error, show which qualifiers are dropped.
Richard Trieu
2015-05-16
1
-7
/
+7
*
Reverse the order of types in the reference dropping qualifiers error.
Richard Trieu
2015-05-15
1
-5
/
+5
*
In Sema's TryRefInitWithConversionFunction, suppress user conversions for the...
Argyrios Kyrtzidis
2010-10-05
1
-1
/
+1
*
'const std::type_info*' instead of 'std::type_info const*'
Chris Lattner
2010-09-05
1
-8
/
+8
*
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-09-05
1
-1
/
+1
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-14
/
+14
*
Fix reference-binding when we have a reference to const volatile type;
Douglas Gregor
2010-01-29
1
-0
/
+6
*
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-13
1
-1
/
+1
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
1
-2
/
+2
*
Switch the initialization required by return statements over to the
Douglas Gregor
2009-12-18
1
-2
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Reimplement reference initialization (C++ [dcl.init.ref]) using the
Douglas Gregor
2009-12-09
1
-0
/
+129
*
Remove empty test cases
Douglas Gregor
2009-12-07
1
-0
/
+0
*
PointerUnion == PointerUnion does not do what I thought it did. Also, fix a t...
Douglas Gregor
2009-12-06
1
-0
/
+0