rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: lib/CodeGen/CGBuiltin.cpp:2748
+ if (const auto *XRayAttr =
+ this->CurFuncDecl->getAttr<XRayInstrumentAttr>()) {
+ if (XRayAttr->neverXRayInstrument())
----------------
rnk wrote:
> Don't need `this->`
Do you think `this->` is necessary?
https://reviews.llvm.org/D30018
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits