]> granicus.if.org Git - clang/commit
Warn about using the new force_align_arg_pointer attribute on a function
authorCharles Davis <cdavis@mines.edu>
Thu, 11 Feb 2010 23:57:08 +0000 (23:57 +0000)
committerCharles Davis <cdavis@mines.edu>
Thu, 11 Feb 2010 23:57:08 +0000 (23:57 +0000)
commitb84412f587bc9f2f90930cc1c63ba10cb833bd4e
tree44b00f90cc4e4b7311e1eb9289b42736727e897b
parentbab71685568085b635f077ee5720d22dffab84be
Warn about using the new force_align_arg_pointer attribute on a function
pointer. If you don't like the new warning, you can turn it off with
-Wno-force-align-arg-pointer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95939 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/TargetAttributesSema.cpp
test/Sema/x86-attr-force-align-arg-pointer.c