You're going to want to rebase your patch against 199378; it adds functionality that supersedes some of the attribute stuff you are doing by hand in your patch. Sorry for the churn!
~Aaron On Thu, Jan 16, 2014 at 6:52 AM, David Majnemer <[email protected]> wrote: > - Address further review comments. > > Hi rnk, rsmith, > > http://llvm-reviews.chandlerc.com/D2548 > > CHANGE SINCE LAST DIFF > http://llvm-reviews.chandlerc.com/D2548?vs=6475&id=6490#toc > > BRANCH > PR18479 > > ARCANIST PROJECT > clang > > Files: > include/clang/AST/DeclCXX.h > include/clang/AST/Type.h > include/clang/Basic/Attr.td > lib/AST/MicrosoftCXXABI.cpp > lib/AST/Type.cpp > lib/CodeGen/MicrosoftCXXABI.cpp > lib/Sema/SemaCast.cpp > lib/Sema/SemaType.cpp > test/SemaCXX/microsoft-abi-ptm.cpp > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
