]> 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 02:58:51 +0000 (02:58 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 19 Dec 2013 02:58:51 +0000 (02:58 +0000)
commit5d3df2ffb9062644936300027fa837d1e360d538
tree7236b7b81b2864b944972c792039ca6ee3d43d73
parent97915e5a0224e77892b8eed732c341fa940aa700
Switched code from using hasAttr followed by getAttr to simply call getAttr directly and check the resulting value. Also fixes some minor formatting issues surrounding the getAttr code.

No functional changes intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197649 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/Consumed.cpp