[LLVMbugs] [Bug 3265] You can' t know the number of arguments from the non_null attribute.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jul 15 15:43:26 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=3265
Ted Kremenek <kremenek at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
--- Comment #2 from Ted Kremenek <kremenek at apple.com> 2009-07-15 17:42:30 ---
Sorry for the delay in revisiting this bug. I realized after I looked at this
a little more closely that changing NonNullAttr is not necessary. From a
FunctionDecl one can iterate through its declarations to find one that has the
arguments in place. Modifying NonNullAttr would actually be a mistake, as it
shouldn't cache information about the FunctionDecl that can easily be garnered
from the FunctionDecl itself.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list