Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
e96bc52119479e4fd4e2e2fb49fc2b1d6c2b5488
/
test
/
SemaObjC
/
method-bad-param.m
ddcfbc9
For varargs, diagnose passing ObjC objects by value like other non-POD types.
by Jordan Rose
· 12 years ago
b2f6820
Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared.
by Patrick Beard
· 13 years ago
2fe9b7f
Modify how the -verify flag works. Currently, the verification string and
by Richard Trieu
· 13 years ago
8a285ae
Emit a -Wnull-dereference warning for "*null" not just "*null = something". Addresses rdar://9269271.
by Argyrios Kyrtzidis
· 14 years ago
23c0104
Diagnose use of incomplete type on method argument type of
by Fariborz Jahanian
· 14 years ago
e9f5581
Improve on diagnostics when an objc class is used as
by Fariborz Jahanian
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
1147c5e
Change tests to use clang -cc1...
by Fariborz Jahanian
· 15 years ago
16b1037
This patch does the following.
by Fariborz Jahanian
· 15 years ago
9ab605a
Changed abi mode for these test which are dereferencing an interface pointer.
by Fariborz Jahanian
· 15 years ago
312531a
implement rdar://6780761, making sema reject some code that otherwise
by Chris Lattner
· 16 years ago
bb74982
diagnose attempts to return objc interfaces by-value from C functions.
by Chris Lattner
· 16 years ago
2dd979f
Improve the 'cannot pass objc interface by value' diagnostic:
by Chris Lattner
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
ccef371
Fix <rdar://problem/6500554> missing objc error message.
by Steve Naroff
· 16 years ago
9bae5e7
Diagnose when method parameter is an object.
by Fariborz Jahanian
· 16 years ago