[clang-repl] Fix the process return code if diagnostics occurred. (#89879)
commitfd5f06eb6d8d8b05846c8d7bd2431079ef707b37
authorVassil Vassilev <v.g.vassilev@gmail.com>
Thu, 25 Apr 2024 05:46:04 +0000 (25 08:46 +0300)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 05:46:04 +0000 (25 08:46 +0300)
treea8595b8e632729ba1f26cb94b95f12a803183403
parent7a77b763af3b6ac3218b9cf574d7d65f3196a4ec
[clang-repl] Fix the process return code if diagnostics occurred. (#89879)

Should fix the failure seen in the pre-merge infrastructure of #89804.
clang/test/Interpreter/fail.cpp
clang/tools/clang-repl/ClangRepl.cpp