]> granicus.if.org Git - clang/commit
Switched code from using hasAttr followed by getAttr to simply call getAttr directly...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 19 Dec 2013 13:36:16 +0000 (13:36 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 19 Dec 2013 13:36:16 +0000 (13:36 +0000)
commitc9d0dccab5bdfc6c9df852812f6af0744644f09b
treed33ec4e7a1b2903382366fdb244e46822e1ea781
parent886611f0a7f1472067f00ec6ea2766540065a2bb
Switched code from using hasAttr followed by getAttr to simply call getAttr directly and check the resulting value.

No functional changes intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197678 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp