[polly] [clang] [clang-format] Add AllowShortType option for AlwaysBreakAfterReturnType. (PR #78011)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 29 02:50:20 PST 2024
================
@@ -474,7 +474,7 @@ class State:
opts = sorted(opts, key=lambda x: x.name)
options_text = "\n\n".join(map(str, opts))
-with open(DOC_FILE) as f:
+with open(DOC_FILE, encoding="utf-8") as f:
----------------
rmarker wrote:
Moved change to its own PR. #79805
https://github.com/llvm/llvm-project/pull/78011
More information about the cfe-commits
mailing list