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
/
SemaObjC
/
method-bad-param.m
Age
Commit message (
Expand
)
Author
2012-07-19
For varargs, diagnose passing ObjC objects by value like other non-POD types.
Jordan Rose
2012-04-06
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-04-26
Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...
Argyrios Kyrtzidis
2010-09-17
Diagnose use of incomplete type on method argument type of
Fariborz Jahanian
2010-04-07
Improve on diagnostics when an objc class is used as
Fariborz Jahanian
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Change tests to use clang -cc1...
Fariborz Jahanian
2009-09-03
This patch does the following.
Fariborz Jahanian
2009-09-02
Changed abi mode for these test which are dereferencing
Fariborz Jahanian
2009-04-12
implement rdar://6780761, making sema reject some code that otherwise
Chris Lattner
2009-04-11
diagnose attempts to return objc interfaces by-value from C functions.
Chris Lattner
2009-04-11
Improve the 'cannot pass objc interface by value' diagnostic:
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-20
Fix <rdar://problem/6500554> missing objc error message.
Steve Naroff
2009-01-17
Diagnose when method parameter is an object.
Fariborz Jahanian