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