[clang] [polly] [clang-format] Add AllowShortType option for AlwaysBreakAfterReturnType. (PR #78011)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 28 12:12:17 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:
----------------
HazardyKnusperkeks wrote:

Unrelated.

https://github.com/llvm/llvm-project/pull/78011


More information about the cfe-commits mailing list