[all-commits] [llvm/llvm-project] 9caee5: [clang-repl] Fix incorrect return code
Jun Zhang via All-commits
all-commits at lists.llvm.org
Sun Jul 31 04:14:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9caee577ef0f97242a233174be8a980bc4d5446e
https://github.com/llvm/llvm-project/commit/9caee577ef0f97242a233174be8a980bc4d5446e
Author: Jun Zhang <jun at junz.org>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
A clang/test/Interpreter/fail.cpp
M clang/tools/clang-repl/ClangRepl.cpp
Log Message:
-----------
[clang-repl] Fix incorrect return code
Without this patch, clang-repl incorrectly pass some tests when there's
error occured.
Signed-off-by: Jun Zhang <jun at junz.org>
Differential Revision: https://reviews.llvm.org/D130422
More information about the All-commits
mailing list