summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/AST.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-09 18:17:12 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-09 20:48:33 +0100
commit62270c1c5b3503ec93e3e45b7508f022661bc7c8 (patch)
tree5e964d53666114c1211edd67f81da4bcd74841a6 /src/shared/cplusplus/AST.cpp
parentde3d24741d20076ea895a3926ee10ee7ce4f8bdf (diff)
downloadqt-creator-62270c1c5b3503ec93e3e45b7508f022661bc7c8.tar.gz
do not scope the per-file variable values
it is extremely unlikely that a function would change one of the interesting variables (all types of source file lists) but not re-export them subsequently. thus the scoping only complicates matters and burns cpu cycles. we ignore the tiny possibility that this could illegitimately reset a list while doing exact parsing - the subsequent cumulative parsing would most likely catch these files again anyway.
Diffstat (limited to 'src/shared/cplusplus/AST.cpp')
0 files changed, 0 insertions, 0 deletions