Should this be merged to 3.8?

On Thu, Jan 14, 2016 at 8:36 PM, Alexey Bataev via cfe-commits
<cfe-commits@lists.llvm.org> wrote:
> Author: abataev
> Date: Thu Jan 14 22:36:32 2016
> New Revision: 257868
>
> URL: http://llvm.org/viewvc/llvm-project?rev=257868&view=rev
> Log:
> PR26111: segmentation fault with __attribute__((mode(QI))) on function 
> declaration, by Denis Zobnin
> Allow "mode" attribute to be applied to VarDecl, not ValueDecl (which 
> includes FunctionDecl and EnumConstantDecl), emit an error if this attribute 
> is used with function declarations and enum constants.
> Differential Revision: http://reviews.llvm.org/D16112
>
> Modified:
>     cfe/trunk/include/clang/AST/Decl.h
>     cfe/trunk/include/clang/Basic/Attr.td
>     cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
>     cfe/trunk/lib/Sema/SemaDeclAttr.cpp
>     cfe/trunk/test/Sema/attr-mode.c
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to