Edoardo Prezioso
0f1f3c0f5f
Tokenizer::removeRedundantCondition: refactoring due to various reasons.
...
1) Remove the dead code with 'eraseDeadCode', not with 'eraseTokens' because of the possible presence of labels.
2) It's impossible that in tokenizer there is pattern like 'if (true|false) {code;} else if (cond) {code_cond;}' because the function 'Tokenizer::elseif' adds '{' between 'else' and 'if', hence a code path is redundant, so it's removed from code.
2012-01-26 22:32:11 +01:00
..
2012-01-01 21:17:16 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-08 15:32:22 +01:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-26 16:50:59 +01:00
2012-01-01 01:05:37 +02:00
2012-01-21 10:08:09 +01:00
2012-01-01 01:05:37 +02:00
2012-01-26 16:50:59 +01:00
2012-01-21 19:11:06 +01:00
2012-01-21 19:55:32 +01:00
2012-01-01 01:05:37 +02:00
2012-01-06 15:15:52 +01:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-12 22:28:12 +01:00
2012-01-26 16:50:59 +01:00
2012-01-25 15:16:22 +01:00
2012-01-01 01:05:37 +02:00
2012-01-12 22:28:12 +01:00
2012-01-24 22:43:44 -08:00
2012-01-24 22:43:44 -08:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-15 12:31:49 +01:00
2012-01-01 01:05:37 +02:00
2012-01-26 16:50:59 +01:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-23 08:02:59 +01:00
2012-01-01 01:05:37 +02:00
2012-01-09 18:30:36 +02:00
2012-01-01 01:05:37 +02:00
2012-01-08 22:19:44 +02:00
2012-01-08 22:19:44 +02:00
2012-01-26 16:50:59 +01:00
2012-01-26 16:50:59 +01:00
2012-01-01 22:55:05 +02:00
2012-01-08 22:19:44 +02:00
2012-01-08 22:19:44 +02:00
2012-01-08 10:34:31 +01:00
2012-01-06 21:56:28 +02:00
2011-10-19 15:14:39 +02:00
2012-01-24 07:43:26 +01:00
2012-01-06 08:42:07 +01:00
2012-01-21 19:55:32 +01:00
2012-01-02 07:42:39 +01:00
2012-01-02 13:36:17 +01:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-26 17:04:25 +01:00
2012-01-26 17:04:25 +01:00
2012-01-21 19:55:32 +01:00
2012-01-09 21:33:11 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-22 00:03:33 +01:00
2012-01-01 01:05:37 +02:00
2012-01-26 22:32:11 +01:00
2012-01-26 17:25:52 +01:00