[PATCH] D120631: [clang-format][docs] Fix incorrect 'clang-format 12' option markers
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 12 13:47:37 PST 2022
HazardyKnusperkeks added a comment.
Your patches are not directly applicable.
You have
--- clang/include/clang/Format/Format.h
+++ clang/include/clang/Format/Format.h
instead of
--- a/clang/include/clang/Format/Format.h
+++ b/clang/include/clang/Format/Format.h
which results in
$ git apply diff.patch
error: docs/ClangFormatStyleOptions.rst: No such file or directory
error: include/clang/Format/Format.h: No such file or directory
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120631/new/
https://reviews.llvm.org/D120631
More information about the cfe-commits
mailing list