summaryrefslogtreecommitdiffstats
path: root/test/SemaObjCXX/vararg-non-pod.mm
Commit message (Expand)AuthorAgeFilesLines
* [frontend] Don't allow a mapping to a warning override an error/fatal mapping.Chad Rosier2012-02-031-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-1/+1
* Give the "cannot pass object of non-POD type 'class C' through variadic const...Chris Lattner2009-12-111-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* id<Foo> is a POD type.Anders Carlsson2009-02-091-0/+11
* Use a single function for doing vararg argument promotion. Also, make sure to...Anders Carlsson2009-01-161-0/+3
* Warn when someone tries to pass a variable with a non-POD type to a varargs f...Anders Carlsson2009-01-131-0/+18