qt5base-lts/qmake/library
Oswald Buddenhagen bec885380a don't write pointless TokAnd at start of control scopes
a colon after else/for is non-AND-ing, i.e., it's no logical operator,
but "punctuation". therefore, putting an operator into the token stream
is bogus. it didn't hurt execution, so it went unnoticed, but it still
wasted some bytes and cpu cycles.

Change-Id: If5578074257feed299bda1630bf0dfe72eb395ae
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2015-02-25 13:54:53 +00:00
..
ioutils.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
ioutils.h Update copyright headers 2015-02-11 06:49:51 +00:00
proitems.cpp move some functions into ProStringList for saner OO design 2015-02-12 19:00:36 +00:00
proitems.h move some functions into ProStringList for saner OO design 2015-02-12 19:00:36 +00:00
qmake_global.h Update copyright headers 2015-02-11 06:49:51 +00:00
qmakebuiltins.cpp move some functions into ProStringList for saner OO design 2015-02-12 19:00:36 +00:00
qmakeevaluator_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qmakeevaluator.cpp Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
qmakeevaluator.h move some functions into ProStringList for saner OO design 2015-02-12 19:00:36 +00:00
qmakeglobals.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qmakeglobals.h Update copyright headers 2015-02-11 06:49:51 +00:00
qmakeparser.cpp don't write pointless TokAnd at start of control scopes 2015-02-25 13:54:53 +00:00
qmakeparser.h factor out putOperator() 2015-02-25 13:54:51 +00:00
qmakevfs.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qmakevfs.h Update copyright headers 2015-02-11 06:49:51 +00:00