Implemented a diagnostic to handle multiple, distinct ownership_return attributes...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 31 Jul 2014 20:44:26 +0000 (20:44 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 31 Jul 2014 20:44:26 +0000 (20:44 +0000)
commitef7aef8fe5d3c6150991629404a3090e61566f08
tree510e307bcde5714bc46778b99a89b7614caf0429
parent914efc72391b4c30d527b7ed0e5bbed0e5de0484
Implemented a diagnostic to handle multiple, distinct ownership_return attributes on the same declaration. This removes a FIXME from the code.

llvm-svn: 214436
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/Sema/attr-ownership.c