Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Expression::dump for use while debugging #2912

Merged
merged 2 commits into from
Jun 16, 2020

Commits on Jun 15, 2020

  1. Add Expression::dump for use while debugging

    I have found that similar dump functions have been extremely helpful
    while debugging LLVM. Rather than re-implement this locally whenever I
    need it, it would be better have this utility upstream.
    tlively committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    6387691 View commit details
    Browse the repository at this point in the history
  2. Update comment

    tlively committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    f9995b5 View commit details
    Browse the repository at this point in the history