]> granicus.if.org Git - clang/commit
Allow the nonnull attribute to be inherited as a parameter in the redefinition of...
authorAaron Ballman <aaron@aaronballman.com>
Sun, 12 Mar 2017 22:30:07 +0000 (22:30 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sun, 12 Mar 2017 22:30:07 +0000 (22:30 +0000)
commit010c6d13be63af4b82db8cb0e4c157f9289d0110
tree7cb7b39e7d8aeb20ed126926836bf590c7fa277b
parenta30855a859be066602f6f9d889c1c6754d97012a
Allow the nonnull attribute to be inherited as a parameter in the redefinition of a function. Fixes PR30828.

Patch by Matt Bettinson.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297592 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
test/Sema/nonnull.c