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
/
vararg-non-pod.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
really use valist.
Chris Lattner
2010-05-16
1
-1
/
+2
*
fix rdar://7985267 - Don't emit an error about a non-pod argument
Chris Lattner
2010-05-16
1
-0
/
+9
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-8
/
+8
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
When certain diagnostics involving run-time behavior would be emitted
Douglas Gregor
2009-12-12
1
-0
/
+13
*
Suppress warnings and errors about certain uses of non-POD types (in
Douglas Gregor
2009-12-12
1
-0
/
+9
*
Give the "cannot pass object of non-POD type 'class C' through variadic const...
Chris Lattner
2009-12-11
1
-1
/
+1
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
Handle variadic constructors better. Share code between BuildCXXConstructExpr...
Anders Carlsson
2009-09-08
1
-1
/
+13
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Use a single function for doing vararg argument promotion. Also, make sure to...
Anders Carlsson
2009-01-16
1
-0
/
+7
*
Warn when someone tries to pass a variable with a non-POD type to a varargs f...
Anders Carlsson
2009-01-13
1
-0
/
+49