index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
vararg-non-pod.cpp
Age
Commit message (
Expand
)
Author
2012-10-11
Make sure we perform the variadic method check correctly for calls to a membe...
Eli Friedman
2012-02-03
[frontend] Don't allow a mapping to a warning override an error/fatal mapping.
Chad Rosier
2012-01-21
Make clang's AST model sizeof and typeof with potentially-evaluated operands ...
Eli Friedman
2012-01-17
Revert r148271; this requires more thought.
Eli Friedman
2012-01-17
Change the behavior of the lvalue-to-rvalue conversion for varargs in Potenti...
Eli Friedman
2011-10-14
Don't try to diagnose anything when we're passing incomplete types
Douglas Gregor
2011-06-14
Properly diagnose using abstract and incomplete types in va_arg
David Majnemer
2011-05-21
Fix our handling of the warning when one tries to pass a
Douglas Gregor
2010-05-16
really use valist.
Chris Lattner
2010-05-16
fix rdar://7985267 - Don't emit an error about a non-pod argument
Chris Lattner
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-12
When certain diagnostics involving run-time behavior would be emitted
Douglas Gregor
2009-12-12
Suppress warnings and errors about certain uses of non-POD types (in
Douglas Gregor
2009-12-11
Give the "cannot pass object of non-POD type 'class C' through variadic const...
Chris Lattner
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-08
Handle variadic constructors better. Share code between BuildCXXConstructExpr...
Anders Carlsson
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-01-16
Use a single function for doing vararg argument promotion. Also, make sure to...
Anders Carlsson
2009-01-13
Warn when someone tries to pass a variable with a non-POD type to a varargs f...
Anders Carlsson