This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Add test for running static initializers in expressions.
AbandonedPublic

Authored by teemperor on Oct 18 2019, 5:33 PM.

Details

Reviewers
None
Summary

While reading ClangExpressionParser source code I saw a bunch of code that
specifically handles running all the static initializers in expressions. The coverage
bot tells me that we never actually test this code anywhere, so let's add some
testing to that feature.

Diff Detail

Event Timeline

teemperor created this revision.Oct 18 2019, 5:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 18 2019, 5:33 PM

Just dumping this here because I don't want to anger the build bots before going into the weekend.

teemperor abandoned this revision.Oct 23 2019, 8:20 AM

Landed in r375422