]> granicus.if.org Git - clang/commit
When parsing ignored attribute arguments, presuming the first argument is an unresolv...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 4 Dec 2013 15:32:26 +0000 (15:32 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 4 Dec 2013 15:32:26 +0000 (15:32 +0000)
commit85664cbe27668ae3f38b7c72d7ec038573351194
treed31939ece96c5cbd491d5cf80d8dfe38f3818ea2
parent2817ac2c755a9e74fa350c011ed99cfaf3dc2b04
When parsing ignored attribute arguments, presuming the first argument is an unresolved identifier the same way that we do for unknown arguments. This resolves PR18075, where we regressed the handling of OpenBSD's bounded attribute.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196387 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
test/Sema/attr-bounded.c [new file with mode: 0644]