aboutsummaryrefslogtreecommitdiff
path: root/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
commitab97961fb4424d0822076eb0fd4f8faee9992763 (patch)
treef709a25b233880e7a21720579e5863319c0c8147 /lib/Driver/Tools.cpp
parentc0e1d923231d42fb0ac86e56a29ffc5c754657ca (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
0 files changed, 0 insertions, 0 deletions