mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
[194087] - change pattern to be "instantiated from" to cover cases like instantiated from 'bla bla'
This commit is contained in:
parent
7674e50550
commit
878d36c539
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ 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 here
|
||||
GCCErrorParser_sikp_instantiatedFromHere=instantiated from
|
||||
GCCErrorParser_Warnings=(.*?):([0-9]+):([0-9]+:)?(.*[([Ww]arning)([Ee]rror)]:)? (.*)
|
||||
GLDErrorParser_error_text=(.*)\\(\\.text\\+.*\\): (.*)
|
||||
GLDErrorParser_warning_general=ld(\\.exe)?: [Ww]arning:? (.*)
|
||||
|
|
Loading…
Add table
Reference in a new issue