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

RFC: improve inlined line numbers, take 2 #16335

Merged
merged 4 commits into from
May 19, 2016
Merged

RFC: improve inlined line numbers, take 2 #16335

merged 4 commits into from
May 19, 2016

Commits on May 18, 2016

  1. Improve inlined line numbers

    carnaval authored and JeffBezanson committed May 18, 2016
    Configuration menu
    Copy the full SHA
    a09fd8d View commit details
    Browse the repository at this point in the history
  2. keep track of filenames in IR with metadata push/pop

    - add location info to empty blocks; fixes #15280
    - remove file names from non-initial `line` nodes
    - emit `(meta push_loc filename)` and `(meta pop_loc)` around nested
      blocks from different files, to handle macros
    - fix line number of `catch` blocks
    JeffBezanson committed May 18, 2016
    Configuration menu
    Copy the full SHA
    1abcd5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c719da7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06d4b2a View commit details
    Browse the repository at this point in the history