[clang] [Frontend][PCH]-Add support for ignoring PCH options (-ignore-pch). (PR #142409)
Matheus Izvekov via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 2 10:15:00 PDT 2025
mizvekov wrote:
> Thanks @mizvekov for your quick code review. I got a `Test Doc build` failure https://github.com/llvm/llvm-project/actions/runs/15397135588. Following the build steps, I managed to reproduce the error, but I am not sure how to fix it. Is there any command to format *.rst file? or any suggestion? Thanks
https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
The error says unexpected indentation. Just a guess, but maybe you got tabs and spaces mixed up.
https://github.com/llvm/llvm-project/pull/142409
More information about the cfe-commits
mailing list