================
@@ -1067,6 +1076,8 @@ template <> struct MappingTraits<FormatStyle> {
     IO.mapOptional("InsertNewlineAtEOF", Style.InsertNewlineAtEOF);
     IO.mapOptional("InsertTrailingCommas", Style.InsertTrailingCommas);
     IO.mapOptional("IntegerLiteralSeparator", Style.IntegerLiteralSeparator);
+    IO.mapOptional("KeywordedFunctionLikeMacros",
----------------
HazardyKnusperkeks wrote:

Ditto.

https://github.com/llvm/llvm-project/pull/131605
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to