]> 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 03:09:10 +0000 (03:09 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 19 Dec 2013 03:09:10 +0000 (03:09 +0000)
commite5e1f3542355ee4fe00de867ddea7d15f872bb1d
tree6556c6b43eb7061cbbd70a8bcee98aa4fce417d3
parent73b8843fa2827a9b3c0dd1995272e72b3b97a146
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@197652 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenModule.cpp