index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaObjC
/
method-bad-param.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix errored return value in CheckFunctionReturnType and add a fixit hint
Erich Keane
2017-05-10
1
-0
/
+6
*
[Sema] Call CheckParmForFunctionDef on ObjC method parameters
Reid Kleckner
2013-06-24
1
-0
/
+10
*
Unify return type checking for functions and ObjC methods. Move all the
Eli Friedman
2013-06-14
1
-0
/
+4
*
For varargs, diagnose passing ObjC objects by value like other non-POD types.
Jordan Rose
2012-07-19
1
-1
/
+1
*
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2012-04-06
1
-1
/
+1
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-6
/
+6
*
Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...
Argyrios Kyrtzidis
2011-04-26
1
-1
/
+1
*
Diagnose use of incomplete type on method argument type of
Fariborz Jahanian
2010-09-17
1
-0
/
+14
*
Improve on diagnostics when an objc class is used as
Fariborz Jahanian
2010-04-07
1
-6
/
+6
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Change tests to use clang -cc1...
Fariborz Jahanian
2009-12-14
1
-1
/
+1
*
This patch does the following.
Fariborz Jahanian
2009-09-03
1
-1
/
+1
*
Changed abi mode for these test which are dereferencing
Fariborz Jahanian
2009-09-02
1
-1
/
+1
*
implement rdar://6780761, making sema reject some code that otherwise
Chris Lattner
2009-04-12
1
-0
/
+6
*
diagnose attempts to return objc interfaces by-value from C functions.
Chris Lattner
2009-04-11
1
-0
/
+1
*
Improve the 'cannot pass objc interface by value' diagnostic:
Chris Lattner
2009-04-11
1
-4
/
+5
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fix <rdar://problem/6500554> missing objc error message.
Steve Naroff
2009-02-20
1
-2
/
+6
*
Diagnose when method parameter is an object.
Fariborz Jahanian
2009-01-17
1
-0
/
+18