1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-21 16:05:25 +02:00

bug 321160: reformatted

This commit is contained in:
Andrew Gvozdev 2010-07-28 21:32:39 +00:00
parent c1ff5f35db
commit ba337c9707

View file

@ -6,70 +6,14 @@
class="org.eclipse.cdt.core.errorparsers.RegexErrorParser"
id="org.eclipse.cdt.errorparsers.xlc.XlcErrorParser"
name="%CDTXLCErrorParser.name">
<pattern
regex="%CDTXLCErrorParser.pattern.error"
severity="Error"
file-expr="$1"
line-expr="$2"
description-expr="$4"
eat-processed-line="true">
</pattern>
<pattern
regex="%CDTXLCErrorParser.pattern.warning"
severity="Warning"
file-expr="$1"
line-expr="$2"
description-expr="$4"
eat-processed-line="true">
</pattern>
<pattern
regex="%CDTXLCErrorParser.pattern.macro"
severity="Warning"
file-expr="$6"
line-expr="$5"
description-expr="%CDTXLCErrorParser.pattern.macro.replacement"
eat-processed-line="true">
</pattern>
<pattern
regex="%CDTXLCErrorParser.pattern.info"
severity="Info"
description-expr="$4"
file-expr="$1"
line-expr="$2"
eat-processed-line="true">
</pattern>
<pattern
regex="%CDTXLCErrorParser.pattern.ld.error"
severity="Error"
file-expr=""
line-expr=""
description-expr="$2"
eat-processed-line="true">
</pattern>
<pattern
regex="%CDTXLCErrorParser.pattern.ld.error2"
severity="Error"
file-expr=""
line-expr=""
description-expr="$2"
eat-processed-line="true">
</pattern>
<pattern
regex="%CDTXLCErrorParser.pattern.ld.warning"
severity="Warning"
file-expr=""
line-expr=""
description-expr="$2"
eat-processed-line="true">
</pattern>
<pattern
regex="%CDTXLCErrorParser.pattern.ld.info"
severity="Info"
file-expr=""
line-expr=""
description-expr="$2"
eat-processed-line="true">
</pattern>
<pattern regex="%CDTXLCErrorParser.pattern.error" severity="Error" file-expr="$1" line-expr="$2" description-expr="$4" eat-processed-line="true"/>
<pattern regex="%CDTXLCErrorParser.pattern.warning" severity="Warning" file-expr="$1" line-expr="$2" description-expr="$4" eat-processed-line="true"/>
<pattern regex="%CDTXLCErrorParser.pattern.macro" severity="Warning" file-expr="$6" line-expr="$5" description-expr="%CDTXLCErrorParser.pattern.macro.replacement" eat-processed-line="true"/>
<pattern regex="%CDTXLCErrorParser.pattern.info" severity="Info" file-expr="$1" line-expr="$2" description-expr="$4" eat-processed-line="true"/>
<pattern regex="%CDTXLCErrorParser.pattern.ld.error" severity="Error" file-expr="" line-expr="" description-expr="$2" eat-processed-line="true"/>
<pattern regex="%CDTXLCErrorParser.pattern.ld.error2" severity="Error" file-expr="" line-expr="" description-expr="$2" eat-processed-line="true"/>
<pattern regex="%CDTXLCErrorParser.pattern.ld.warning" severity="Warning" file-expr="" line-expr="" description-expr="$2" eat-processed-line="true"/>
<pattern regex="%CDTXLCErrorParser.pattern.ld.info" severity="Info" file-expr="" line-expr="" description-expr="$2" eat-processed-line="true"/>
</errorparser>
</extension>
</plugin>