rewrite_to_chrome_style: skip nodes expanded from macros
Since the tool wasn't using the "spelling" location, replacements would be emitted using source locations into an unnamed input buffer. As a result, the emitted replacements would never apply since the file name would never match. However, it ends up still being included in the symbol dump for the rebase tool. Since these identifiers aren't being renamed, just skip processing anything inside a macro. BUG=581902 Review URL: https://codereview.chromium.org/1641703003 Cr-Commit-Position: refs/heads/master@{#372203}
Showing
Please register or sign in to comment