Clone of official tools
Diff: toolchains/iar.py
- Revision:
- 24:25bff2709c20
- Parent:
- 22:9e85236d8716
- Child:
- 29:1210849dba19
diff -r fbae331171fa -r 25bff2709c20 toolchains/iar.py --- a/toolchains/iar.py Sat Jul 16 22:51:17 2016 +0100 +++ b/toolchains/iar.py Mon Aug 01 09:10:17 2016 +0100 @@ -123,6 +123,7 @@ 'toolchain_name': self.name } elif msg is not None: + # Determine the warning/error column by calculating the ^ position match = IAR.INDEX_PATTERN.match(line) if match is not None: msg['col'] = len(match.group('col'))