clang-1/test/SemaObjCXX
Chris Lattner 7e1848ddba Give the "cannot pass object of non-POD type 'class C' through variadic constructor; call will abort at runtime" warning a -W flag (non-pod-varargs) and default it being an error by default. There is no good reason to allow users to get bitten by this sort of thing by default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91094 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-11 01:52:50 +00:00
..
blocks.mm Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. 2009-06-03 02:06:50 +00:00
category-lookup.mm Patch to fix a crash trying to access a category name in 2009-12-11 00:26:36 +00:00
composite-objc-pointertype.mm Patch to allow matching 0 with an objective-c pointer type 2009-12-08 20:04:24 +00:00
conditional-expr.mm No need to add -x objecitve-c++ 2009-12-10 20:57:43 +00:00
cstyle-cast.mm More detailed analysis of typecast to an objective-c pointer 2009-12-08 23:09:15 +00:00
linkage-spec.mm Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
objc-decls-inside-namespace.mm Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
overload.mm Switch XFAIL format to match LLVM. 2009-11-03 07:25:45 +00:00
protocol-lookup.mm Prep for new warning. 2009-07-22 00:43:08 +00:00
references.mm Switch XFAIL format to match LLVM. 2009-11-03 07:25:45 +00:00
reserved-keyword-selectors.mm Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
vararg-non-pod.mm Give the "cannot pass object of non-POD type 'class C' through variadic constructor; call will abort at runtime" warning a -W flag (non-pod-varargs) and default it being an error by default. There is no good reason to allow users to get bitten by this sort of thing by default. 2009-12-11 01:52:50 +00:00
void_to_obj.mm Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00