summaryrefslogtreecommitdiff
path: root/test/files/run/macro-parse-position.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6489 parsing in macros should provide proper positionsDen Shabalin2013-09-121-0/+5
1. macro parsing doesn't use toolbox any more but calls parser directly 2. in order for this to work parser has to be refactored to limit usage of currentUnit and rewire it into parser's local unit method which might use currentUnit for some parsers but will user proper unit for UnitParser 3. similar change has to be done to make compilation unit's reporter overridable