- Oct 29, 2009
-
-
Douglas Gregor authored
llvm-svn: 85491
-
- Oct 18, 2009
-
-
Daniel Dunbar authored
are updated. llvm-svn: 84447
-
- Oct 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 84339
-
- Sep 09, 2009
-
-
Mike Stump authored
llvm-svn: 81346
-
- Aug 09, 2009
-
-
Ryan Flynn authored
llvm-svn: 78541
-
- Jun 26, 2009
-
-
Nate Begeman authored
llvm-svn: 74280
-
- Jun 08, 2009
-
-
Eli Friedman authored
at the moment because we ignore the result. llvm-svn: 73056
-
- May 20, 2009
-
-
Fariborz Jahanian authored
Still more to do. llvm-svn: 72173
-
- May 09, 2009
-
-
Ted Kremenek authored
'cf_returns_retained'. llvm-svn: 71311
-
- May 08, 2009
-
-
Ted Kremenek authored
llvm-svn: 71216
-
- May 07, 2009
-
-
Ted Kremenek authored
- Rename 'ns_returns_owned' -> 'ns_returns_retained'. - Rename 'cf_returns_owned' -> 'cf_returns_retained'. llvm-svn: 71182
-
- May 05, 2009
-
-
Ted Kremenek authored
llvm-svn: 70990
-
Ted Kremenek authored
llvm-svn: 70952
-
Ted Kremenek authored
ns_ownership_returns -> ns_returns_owned ns_ownership_retain -> ns_retains ns_ownership_release -> ns_releases cf_ownership_retain -> cf_retains cf_ownership_release -> cf_releases llvm-svn: 70949
-
Ted Kremenek authored
llvm-svn: 70941
-
Ted Kremenek authored
llvm-svn: 70940
-
- May 04, 2009
-
-
Ted Kremenek authored
llvm-svn: 70897
-
Ted Kremenek authored
'objc_ownership_cfretain' -> 'cf_ownership_retain' 'objc_ownership_cfrelease' -> 'cf_ownership_release' Motivation: Core Foundation objects can be used in isolation from Objective-C, and this forces users to reason about the separate semantics of CF objects. More Sema support pending. llvm-svn: 70884
-
- Apr 29, 2009
-
-
Ted Kremenek authored
to add 'CFMakeCollectable' semantics to a method. llvm-svn: 70336
-
- Apr 27, 2009
-
-
Ted Kremenek authored
'objc_ownership_cfrelease'. These are the 'release' equivalents of 'objc_ownership_retain' and 'objc_ownership_cfretain' respectively. llvm-svn: 70235
-
Ted Kremenek authored
as 'objc_ownership_cfretain' except that the method acts like a CFRetain instead of a [... retain] (important in GC modes). Checker support is wired up, but currently only for Objective-C message expressions (not function calls). llvm-svn: 70218
-
- Apr 25, 2009
-
-
Chris Lattner authored
support -pg, we never instrument :) llvm-svn: 70061
-
Ted Kremenek authored
users to specify that a method's argument is visibly retained (reference count incremented). llvm-svn: 70008
-
Ted Kremenek authored
to the checker yet, but essentially it allows a user to specify that an Objective-C method or C function increments the reference count of a passed object. llvm-svn: 70005
-
Ted Kremenek authored
up to the checker yet, but essentially it allows a user to specify that an Objective-C method or C function returns an owned an Objective-C object. llvm-svn: 70001
-
- Apr 20, 2009
-
-
Chris Lattner authored
PR4023 llvm-svn: 69618
-
- Apr 14, 2009
-
-
Chris Lattner authored
llvm-svn: 69044
-
- Apr 11, 2009
-
-
Chris Lattner authored
down to the ActionBase class. This eliminates dependencies of (e.g.) DeclSpec.h on Action.h, meaning that action.h can now include these headers and use their types directly in the actions interfaces. This is a refactoring to support a future change, no functionality change. llvm-svn: 68869
-
- Apr 10, 2009
-
-
rdar://problem/6777003Ted Kremenek authored
clients of the analyzer to designate custom assertion routines as "noreturn" functions from the analyzer's perspective but not the compiler's. llvm-svn: 68746
-
- Mar 27, 2009
-
-
Fariborz Jahanian authored
ir gen. No intended change in functionality. llvm-svn: 67857
-
- Mar 06, 2009
-
-
Daniel Dunbar authored
- Also, diagnose weak applied to types. llvm-svn: 66259
-
- Feb 19, 2009
-
-
Chris Lattner authored
zero expression arguments. This eliminates 2579 1-byte mallocs when parsing Cocoa.h. llvm-svn: 65022
-
- Feb 18, 2009
-
-
Chris Lattner authored
llvm-svn: 64849
-
- Feb 14, 2009
-
-
Chris Lattner authored
llvm-svn: 64547
-
Chris Lattner authored
We don't have "zero cost" exceptions for ObjC yet, so there is no codegen support required. llvm-svn: 64546
-
Chris Lattner authored
1) implement parser and sema support for reading and verifying attribute(warnunusedresult). 2) rename hasLocalSideEffect to isUnusedResultAWarning, inverting the sense of its result. 3) extend isUnusedResultAWarning to directly return the loc and range info that should be reported to the user. Make it substantially more precise in some cases than what was previously reported. 4) teach isUnusedResultAWarning about CallExpr to decls that are pure/const/warnunusedresult, fixing a fixme. 5) change warn_attribute_wrong_decl_type to not pass in english strings, instead, pass in integers and use %select. llvm-svn: 64543
-
Anders Carlsson authored
Don't ignore the const attribute - we even have CG support for that. Do ignore the malloc attribute however. llvm-svn: 64538
-
Chris Lattner authored
llvm-svn: 64536
-
- Feb 13, 2009
-
-
Daniel Dunbar authored
llvm-svn: 64478
-
Anders Carlsson authored
llvm-svn: 64446
-