This is an archive of the discontinued LLVM Phabricator instance.

[clang-diff] Split source ranges at points where nodes are inserted.
Needs ReviewPublic

Authored by johannes on Nov 5 2017, 11:55 AM.

Details

Reviewers
arphaman
Summary

This enables inserting into empty CompoundStmt nodes, for example.
Previously the insertion would occur only after the closing parenthesis.

Event Timeline

johannes created this revision.Nov 5 2017, 11:55 AM