]> granicus.if.org Git - clang/commit
Updated the way the ownership attributes are semantically diagnosed. Added test...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 16 Sep 2013 18:11:41 +0000 (18:11 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 16 Sep 2013 18:11:41 +0000 (18:11 +0000)
commite1668a3a07a048eb5520410119b8b06787bfcc10
treee1f4cf3ebbb0e067ee42511d893f01cd7d94129b
parent2440fb1f91557912f8c43cb72201170254ae09f4
Updated the way the ownership attributes are semantically diagnosed.  Added test cases for the semantics checks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190802 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclAttr.cpp
test/Sema/attr-ownership.c [new file with mode: 0644]