This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Remove unused ExpressionParser::Parse
ClosedPublic

Authored by teemperor on Nov 1 2019, 6:27 AM.

Details

Summary

This function is only used internally by ClangExpressionParser. By putting it in the ExpressionParser class all languages
that implement ExpressionParser::Parse have to share the same signature (which forces us in downstream to add
swift-specific arguments to ExpressionParser::Parse which then propagate to ClangExpressionParser and so on).

Diff Detail

Event Timeline

teemperor created this revision.Nov 1 2019, 6:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2019, 6:27 AM
teemperor updated this revision to Diff 227438.Nov 1 2019, 6:31 AM
  • Uploaded full diff.
This revision was not accepted when it landed; it landed in state Needs Review.Nov 4 2019, 2:13 AM
This revision was automatically updated to reflect the committed changes.