]> granicus.if.org Git - clang/commit
Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind the...
authorJordy Rose <jediknil@belkadan.com>
Thu, 12 Aug 2010 08:54:03 +0000 (08:54 +0000)
committerJordy Rose <jediknil@belkadan.com>
Thu, 12 Aug 2010 08:54:03 +0000 (08:54 +0000)
commit2a479929f70d32f626778ef6e70ef46d3a37f74e
tree02514b9e7010e15d8fc89bd874cb8eecb5be8322
parent6d311229f0b894f6a8acda2d78f06a4198b487b7
Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind the way it's being used. Also fix isa<OwnershipAttr> support, break more-than-80-char lines, and other miscellaneous ownership attr cleanup.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110908 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
lib/AST/AttrImpl.cpp
lib/Checker/MallocChecker.cpp
lib/Sema/SemaDeclAttr.cpp