When checking for nonnull parameter attributes, also check the ParmVarDecl...
When checking for nonnull parameter attributes, also check the ParmVarDecl since the attribute may reside there, instead of just on the FunctionDecl. Fixes PR21668. llvm-svn: 224039
Loading
Please register or sign in to comment