This is an archive of the discontinued LLVM Phabricator instance.

[AST] Remove args from LocationCall
ClosedPublic

Authored by steveire on Apr 16 2021, 2:32 PM.

Details

Summary

This class initially had args to be generic to future needs. In
particular, I thought that source location introspection should show the
getBeginLoc of CallExpr args and the getArgLoc of
TemplateSpecializationLocInfo etc. However, that is probably best left
out of source location introspection because it involves node traversal.

If something like this is needed in the future, it can be added in the future.

Diff Detail

Event Timeline

steveire requested review of this revision.Apr 16 2021, 2:32 PM
steveire created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 16 2021, 2:32 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
steveire edited the summary of this revision. (Show Details)Apr 16 2021, 2:32 PM
njames93 accepted this revision.Apr 17 2021, 3:23 AM
This revision is now accepted and ready to land.Apr 17 2021, 3:23 AM
This revision was automatically updated to reflect the committed changes.