clang-format: Prevent exponential runtime in token annotator.
authorDaniel Jasper <djasper@google.com>
Wed, 6 May 2015 08:38:24 +0000 (08:38 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 6 May 2015 08:38:24 +0000 (08:38 +0000)
commit4d9ec17f1e7dd096c3b04222e169ddb00a7f353d
treea94bb18a99a4d6a75d13e3db9fea04b196822ea1
parent9d37c4102244d0198deb5fe1af49469714a56c20
clang-format: Prevent exponential runtime in token annotator.

llvm-svn: 236577
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp