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
/
type-convert-construct.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handling of initialization from parenthesized initializer list.
Richard Smith
2017-03-24
1
-1
/
+9
*
Lit C++11 Compatibility Patch #7
Charles Li
2016-04-13
1
-2
/
+17
*
[Sema] Reject value-initialization of function types
David Majnemer
2015-09-14
1
-0
/
+2
*
This patch makes the string/character literal tests run in C,
Douglas Gregor
2011-07-29
1
-6
/
+1
*
Add support for C++0x unicode string and character literals, from Craig Topper!
Douglas Gregor
2011-07-27
1
-1
/
+6
*
Use the new-initialization code for initializing scalars with a
Douglas Gregor
2010-09-08
1
-1
/
+1
*
Warn about the deprecated string literal -> char* conversion. Fixes PR6428.
Douglas Gregor
2010-02-28
1
-2
/
+2
*
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
*
Give string literals const element typesin C++, and cope with the deprecated ...
Douglas Gregor
2008-09-12
1
-0
/
+4
*
Add a null pointer test in the type-convert-construct.cpp tests.
Argyrios Kyrtzidis
2008-08-23
1
-0
/
+3
*
Add support for C++'s "type-specifier ( expression-list )" expression:
Argyrios Kyrtzidis
2008-08-22
1
-0
/
+10