summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-11-11 08:05:23 +0000
committerTed Kremenek <kremenek@apple.com>2010-11-11 08:05:23 +0000
commitc7a5bae597b5756696cd552d98fc7f30e8dae528 (patch)
treefe787b86a71167452a529dd30dc900a68d543431 /clang/lib/Driver/Tools.cpp
parent92209a45b9efe654e6bffe72271fdf38b5387a08 (diff)
downloadbcm5719-llvm-c7a5bae597b5756696cd552d98fc7f30e8dae528.tar.gz
bcm5719-llvm-c7a5bae597b5756696cd552d98fc7f30e8dae528.zip
Annotate tokens in a separate thread to avoid blowing out stack space. While the CursorVisitor
is gradually becoming more data recursive, AnnotateTokensVisitor does its own recursive call within the visitor that can still blow out the stack. This can potentially be reworked to avoid this, but for now just do token annotation on a separate thread. llvm-svn: 118783
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud