SUSE / clang-extract

Other
7 stars 3 forks source link

Avoid using Deltas to insert text #37

Closed giulianobelinassi closed 3 weeks ago

giulianobelinassi commented 3 weeks ago

Deltas were designed to replace text, not inserting text. This may be a source of bugs, so we only register the change we did into the FileEntryMap and pass the change directly to clang's Rewriter.

marcosps commented 3 weeks ago

Fixes the missing '#' in the include line. Thanks!

:ship: it!