dberris marked an inline comment as done. dberris added a comment. Thanks @rnk!
================ Comment at: lib/CodeGen/CGBuiltin.cpp:2748 + if (const auto *XRayAttr = + this->CurFuncDecl->getAttr<XRayInstrumentAttr>()) { + if (XRayAttr->neverXRayInstrument()) ---------------- rnk wrote: > rnk wrote: > > Don't need `this->` > Do you think `this->` is necessary? Nope, just force of habit (and an aid to autocomplete) :D https://reviews.llvm.org/D30018 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits