[PATCH] D48100: Append new attributes to the end of an AttributeList.
Michael Kruse via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 13 14:24:10 PDT 2018
Meinersbur marked 4 inline comments as done.
Meinersbur added inline comments.
================
Comment at: lib/AST/ItaniumMangle.cpp:710-711
Out << "Ua9enable_ifI";
// FIXME: specific_attr_iterator iterates in reverse order. Fix that and use
// it here.
+ for (AttrVec::const_iterator I = FD->getAttrs().begin(),
----------------
Will remove this FIXME in the next update.
Repository:
rC Clang
https://reviews.llvm.org/D48100
More information about the cfe-commits
mailing list