[Lldb-commits] [PATCH] D129261: [lldb/test] Add Shell/Expr/TestStringLiteralExpr.test

2022-07-07 Thread Jesus Checa Hidalgo via Phabricator via lldb-commits
jchecahi updated this revision to Diff 442819. jchecahi added a comment. [lldb/test] Add Shell/Expr/TestStringLiteralExpr.test This test should exercise the usage of expressions containing string literals and ensure that lldb doesn't crash. Repository: rG LLVM Github Monorepo CHANGES

[Lldb-commits] [PATCH] D129261: [lldb/test] Add Shell/Expr/TestStringLiteralExpr.test

2022-07-07 Thread Jesus Checa Hidalgo via Phabricator via lldb-commits
jchecahi created this revision. Herald added a project: All. jchecahi requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. This test should exercise the usage of expressions containing string literals and ensure that lldb doesn't crash. Reposi