summaryrefslogtreecommitdiff
path: root/test/SemaCXX/vararg-non-pod.cpp
Commit message (Expand)AuthorAgeFilesLines
* Lit C++11 Compatibility Patch #7Charles Li2016-04-131-20/+92
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-1/+1
* Don't trap when passing non-POD arguments to variadic functions in MS-compati...Hans Wennborg2014-09-291-0/+3
* Extend -Wnon-pod-varargs to check calls made from member pointers.Richard Trieu2013-06-221-3/+3
* Extend -Wnon-pod-varargs to more cases, such as function pointers as returnRichard Trieu2013-06-221-0/+36
* Extend -Wnon-pod-varargs to check calls made from function pointers.Richard Trieu2013-06-201-1/+13
* Make sure we perform the variadic method check correctly for calls to a membe...Eli Friedman2012-10-111-0/+18
* [frontend] Don't allow a mapping to a warning override an error/fatal mapping.Chad Rosier2012-02-031-1/+1
* Make clang's AST model sizeof and typeof with potentially-evaluated operands ...Eli Friedman2012-01-211-0/+5
* Revert r148271; this requires more thought.Eli Friedman2012-01-171-2/+1
* Change the behavior of the lvalue-to-rvalue conversion for varargs in Potenti...Eli Friedman2012-01-171-1/+2
* Don't try to diagnose anything when we're passing incomplete typesDouglas Gregor2011-10-141-1/+0
* Properly diagnose using abstract and incomplete types in va_argDavid Majnemer2011-06-141-0/+18
* Fix our handling of the warning when one tries to pass aDouglas Gregor2011-05-211-3/+6
* really use valist.Chris Lattner2010-05-161-1/+2
* fix rdar://7985267 - Don't emit an error about a non-pod argumentChris Lattner2010-05-161-0/+9
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-8/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When certain diagnostics involving run-time behavior would be emittedDouglas Gregor2009-12-121-0/+13
* Suppress warnings and errors about certain uses of non-POD types (inDouglas Gregor2009-12-121-0/+9
* Give the "cannot pass object of non-POD type 'class C' through variadic const...Chris Lattner2009-12-111-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Handle variadic constructors better. Share code between BuildCXXConstructExpr...Anders Carlsson2009-09-081-1/+13
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Use a single function for doing vararg argument promotion. Also, make sure to...Anders Carlsson2009-01-161-0/+7
* Warn when someone tries to pass a variable with a non-POD type to a varargs f...Anders Carlsson2009-01-131-0/+49