This is an archive of the discontinued LLVM Phabricator instance.

Add range accessors for captures of a LambdaExpr.
ClosedPublic

Authored by jdennett on May 27 2014, 10:59 AM.

Details

Summary

This adds LambdaExpr::captures(), LambdaExpr::explicit_captures()
and LambdaExpr::implicit_captures() as simple wrappers over the underlying
*_begin()/*_end() functions.

Diff Detail

Repository
rL LLVM

Event Timeline

jdennett updated this revision to Diff 9842.May 27 2014, 10:59 AM
jdennett retitled this revision from to Add range accessors for captures of a LambdaExpr..
jdennett updated this object.
jdennett edited the test plan for this revision. (Show Details)
jdennett closed this revision.May 27 2014, 12:20 PM
jdennett updated this revision to Diff 9843.

Closed by commit rL209679 (authored by @jdennett).