llvmbot wrote:
@llvm/pr-subscribers-clang-modules
Changes
The issue #53952 is reported indicating clang is giving a crashing pch
file, when hasErrors is been passed incorrectly to WriteAST method.
To fix the issue, I have a added an assertion to make sure the given value of
ASTHasCompile
https://github.com/rajkumarananthu created
https://github.com/llvm/llvm-project/pull/68127
The issue #53952 is reported indicating clang is giving a crashing pch file,
when hasErrors is been passed incorrectly to WriteAST method.
To fix the issue, I have a added an assertion to make sure the g