[PATCH] Inline allocator call when c++-allocator-inlining is specified as true

Jordan Rose jordan_rose at apple.com
Thu Jan 30 10:46:42 PST 2014


  Uh, we should always be evaluating the call even if we can't inline it. In fact, if we //are// evaluating it, we can probably drop the part of VisitCXXNewExpr that calls invalidateRegions for the allocator, even when inlining is off.

http://llvm-reviews.chandlerc.com/D2646



More information about the cfe-commits mailing list