[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 li

Aaron Ballman aaron at aaronballman.com
Tue Jun 19 15:08:46 PDT 2012


On Tue, Jun 19, 2012 at 4:56 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>
> 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.

Okay, just checking to make sure.  Assuming everything builds and
passes tests again, I'll reapply.  But if it turns out there are
breaks from my patch, please let me know.

Thanks!

~Aaron




More information about the cfe-commits mailing list