Commit Graph

7 Commits

Author SHA1 Message Date
Tobias Hunger
fdf2b6c8e0 Parse link failures in release mode correctly
* Fix the LdParser to handle link failures in release mode correctly
 * Add unit test for that case

Task-number: QTCREATORBUG-1865
2010-09-15 14:46:34 +02:00
Tobias Hunger
0204ef21f5 Parser debugging/testing improvements
* Set objectname on all parsers to be able to distinguish between
   them more easily when debugging
 * Add some unit tests about pass-through of data we need in the
   gcc parser to the parsers that enhd up in front of the gcc parser
   This is to address QTCREATORBUG-1917.
2010-09-15 14:46:33 +02:00
Tobias Hunger
7b7a974ee8 Fix output parser misinterpreting "At top level:" messages
* Fix the GCC output parser misinterpreting "At top level" messages
   as Errors instead of a simple message.
 * Add unit test to cover this

Task-number: QTCREATORBUG-2202
2010-08-30 11:23:30 +02:00
Tobias Hunger
503b35340c Fix wrong task type returned by gccparser
* Fix "instantiated from" with leading spaces being wrongly considered
   an error.
 * Add a unit test to cover this case
2010-07-15 12:53:37 +02:00
Tobias Hunger
61b3a7beb8 Do not consider "In constructor foo" lines as errors
... in the ldparser.
2010-04-16 12:42:32 +02:00
dt
a217b752ec Need to parse those in the ld parser 2010-04-12 15:15:12 +02:00
dt
db0bf8f30e Split GccParser into 2, one for ld parsing
To be reused in the intel linux icpc parser

Reviewed-By: hunger
2010-04-12 15:05:00 +02:00