RomanYankovsky / DelphiAST

Abstract syntax tree builder for Delphi
Mozilla Public License 2.0
273 stars 117 forks source link

Always assign a node's Filename property #201

Closed Wosi closed 7 years ago

Wosi commented 7 years ago

Sometimes the Filename property is not set when a node comes from an included file. This PR fixes that issue.

(I'm sorry the commit log looks so messy. I tried a thousand times to fix it without success.)