This is an archive of the discontinued LLVM Phabricator instance.

[C-index] Fix annotate-deep-statements test in Debug target
ClosedPublic

Authored by aganea on Nov 12 2019, 3:15 PM.

Details

Summary

As per title: previously, running the test clang/test/Index/annotate-deep-statements.cpp and SemaTemplate/stack-exhaustion.cpp used to fail because of stack overflow (Debug target on Windows compiled with clang-cl)

Diff Detail

Event Timeline

aganea created this revision.Nov 12 2019, 3:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 12 2019, 3:15 PM
aganea edited the summary of this revision. (Show Details)Nov 13 2019, 8:40 AM
rnk accepted this revision.Nov 19 2019, 2:50 PM

lgtm

I was wondering if Richard would add something since he created this stack size management code, but in the absence of that, this looks right to me.

This revision is now accepted and ready to land.Nov 19 2019, 2:50 PM

Thanks Reid!

This revision was automatically updated to reflect the committed changes.