aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2015-05-01 17:59:15 +0000
committerDiego Novillo <dnovillo@google.com>2015-05-01 17:59:15 +0000
commita7b5c5b5841eaed39e0ca918a75877da6f0404b6 (patch)
treeacbc5d26826ebb058eeb5c80497100792354e284 /clang/lib/Frontend/CompilerInvocation.cpp
parenta3abd6da8be1659b5c4b697a1fa87f0ec36d56a7 (diff)
downloadllvm-a7b5c5b5841eaed39e0ca918a75877da6f0404b6.zip
llvm-a7b5c5b5841eaed39e0ca918a75877da6f0404b6.tar.gz
llvm-a7b5c5b5841eaed39e0ca918a75877da6f0404b6.tar.bz2
Fix infinite recursion in ScaledNumber::toInt.
Patch from dexonsmith. The call to toInt() was calling compareTo() which in some cases would call back to toInt(), creating an infinite loop. Fixed by simplifying the logic in compareTo() to avoid the co-recursion. llvm-svn: 236326
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions