[all-commits] [llvm/llvm-project] 8f2d2a: For PR45333: Move AnalyzeImplicitConversions to us...
Richard Smith via All-commits
all-commits at lists.llvm.org
Mon Apr 6 16:49:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8f2d2a7cb46572d51a7dddcf151fb202e4abeb4d
https://github.com/llvm/llvm-project/commit/8f2d2a7cb46572d51a7dddcf151fb202e4abeb4d
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-04-06 (Mon, 06 Apr 2020)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
Log Message:
-----------
For PR45333: Move AnalyzeImplicitConversions to using data recursion
instead of recursing on the stack.
This doesn't actually resolve PR45333, because we now hit stack overflow
somewhere else, but it does get us further. I've not found any way of
testing this that doesn't still crash elsewhere.
More information about the All-commits
mailing list