This is an archive of the discontinued LLVM Phabricator instance.

[AST] Add a const version of CallExpr::children() (NFC)
AbandonedPublic

Authored by vsk on Sep 28 2016, 2:42 PM.

Details

Reviewers
bkramer
rsmith
Summary

This makes it possible to visit the children of a CallExpr from a ConstStmtVisitor.

Diff Detail

Event Timeline

vsk updated this revision to Diff 72903.Sep 28 2016, 2:42 PM
vsk retitled this revision from to [AST] Add a const version of CallExpr::children() (NFC).
vsk updated this object.
vsk added reviewers: bkramer, rsmith.
vsk added a subscriber: cfe-commits.
vsk abandoned this revision.Oct 5 2016, 1:54 PM

I no longer need this functionality.