cdt/cdt_6_0_x/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/errorparsers/messages.properties
author timkelly
Thu, 13 Aug 2009 17:09:55 -0500
changeset 68 d8439c154fc7
parent 37 c2bce6dd59e7
child 77 2d52d49686f6
permissions -rw-r--r--
regexp fix for GCC error parser.Bug 9559

###############################################################################
# Copyright (c) 2006, 2008 Siemens AG.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Norbert Ploett - Initial implementation
###############################################################################
GCCErrorParser_varPattern_undeclared='(.*)' undeclared
GCCErrorParser_varPattern_defdNotUsed='(.*)' defined but not used
GCCErrorParser_varPattern_conflictTypes=conflicting types for '(.*)'
GCCErrorParser_varPattern_parseError=parse error before '(.*)'
GCCErrorParser_skip_UndeclaredOnlyOnce=\\(Each undeclared identifier is reported only once
GCCErrorParser_skip_forEachFunction=for each function it appears in.\\)
GCCErrorParser_skip_note=: note:
GCCErrorParser_sikp_instantiatedFromHere=instantiated from 
GCCErrorParser_Warnings=(.*?):([0-9]+):([0-9]+:)? (.*[Ww]arning|WARNING|[Ee]rror):? (.*)
GLDErrorParser_error_text=(.*)\\(\\.text\\+.*\\): (.*)
GLDErrorParser_warning_general=ld(\\.exe)?: [Ww]arning:? (.*)
GLDErrorParser_error_general=ld(\\.exe)?: (.*)