]> granicus.if.org Git - clang/commit
Warn when attribute 'optnone' conflicts with attributes on a
authorPaul Robinson <paul_robinson@playstation.sony.com>
Mon, 15 Dec 2014 18:57:28 +0000 (18:57 +0000)
committerPaul Robinson <paul_robinson@playstation.sony.com>
Mon, 15 Dec 2014 18:57:28 +0000 (18:57 +0000)
commiteefcef89c739e1831406f5e2115c5235aae42470
tree8b492f4ddf81e5bd9fb8c3bf89832caca0775e84
parent1a820646d22f96ebd592950169b7db170c4b2861
Warn when attribute 'optnone' conflicts with attributes on a
different declaration of the same function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224256 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/AttrDocs.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/CodeGen/CodeGenModule.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
test/SemaCXX/attr-optnone.cpp