[cfe-commits] r158717 - in /cfe/trunk: include/clang/Basic/Attr.td include/clang/Basic/DiagnosticParseKinds.td include/clang/Basic/DiagnosticSemaKinds.td include/clang/Parse/Parser.h include/clang/Sema/AttributeList.h include/clang/Sema/Sema.h lib/Parse/ParseDecl.cpp lib/Sema/SemaDeclAttr.cpp lib/Sema/SemaTemplateInstantiateDecl.cpp test/CodeGen/ms-declspecs.c test/Parser/MicrosoftExtensions.c test/Sema/MicrosoftCompatibility.c test/Sema/MicrosoftExtensions.c

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Jun 19 14:56:22 PDT 2012


On Jun 19, 2012, at 6:49 AM, Aaron Ballman <aaron at aaronballman.com> wrote:

> Author: aaronballman
> Date: Tue Jun 19 08:49:26 2012
> New Revision: 158717
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=158717&view=rev
> Log:
> Improves parsing and semantic analysis for MS __declspec attributes.  This includes support for the align (which fixes PR12631).

Aaron, I had to revert this patch because it depends on r158700 which broke the gcc and libc++ test suites.

I don't think anything is wrong with this patch, I only reverted it to avoid complicated merge conflicts.

You can reapply immediately or wait for Sean to commit a fixed version of r158700.

/jakob




More information about the cfe-commits mailing list