http://llvm.org/bugs/show_bug.cgi?id=3265


Ted Kremenek <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from Ted Kremenek <[email protected]>  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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to