]> granicus.if.org Git - clang/commit
Add a warning for unsupported elements of the target attribute.
authorEric Christopher <echristo@gmail.com>
Fri, 12 Jun 2015 01:36:05 +0000 (01:36 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 12 Jun 2015 01:36:05 +0000 (01:36 +0000)
commitb8e7e4d0ca6fffcaf2af30c3fec21e4ee66f4bfe
tree9d59a802bc93f06611502ad1813912477fe43c88
parent158341402be687642a28e88536c59aa1ef58ac74
Add a warning for unsupported elements of the target attribute.

Since we're ignoring the tune= and fpmath= attributes go ahead
and add a warning alerting people to the fact that we're going
to ignore that part of it during code generation and tie it to
the attribute warning set.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239583 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/SemaDeclAttr.cpp
test/Sema/attr-target.c