[PATCH] D44120: [CFG] [analyzer] Heavier CFGValueTypedCall elements.
Devin Coughlin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 5 17:05:06 PST 2018
dcoughlin accepted this revision.
dcoughlin added a comment.
This revision is now accepted and ready to land.
This looks good to me. I'm not super happy with the name "CFGValueTypedCall" since it doesn't make it obvious that is reflects "a function call that returns a C++ object by value."
Is "CFGCallReturningObjectByValue" too long?
Repository:
rC Clang
https://reviews.llvm.org/D44120
More information about the cfe-commits
mailing list