]> granicus.if.org Git - clang/commit
Refactor all the
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 13 May 2012 03:25:18 +0000 (03:25 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 13 May 2012 03:25:18 +0000 (03:25 +0000)
commit599f1b7100745efacb7ded6c176cb7feade114a5
treefb547a4d9cff8db46fa19d534b09fc782860c591
parent420efd83934ee78f04d73880e2ed1b7fdef3328c
Refactor all the

  if (Inherited)
    Attr->setInherited(true);

To a central location.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156728 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/TargetAttributesSema.cpp