[PATCH] D102730: [clang-format] Support custom If macros

Vitali Lovich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 20 14:50:53 PDT 2021


vlovich marked an inline comment as done.
vlovich added inline comments.


================
Comment at: clang/include/clang/Format/Format.h:2098
+  ///
+  /// For example: KJ_IF_MAYBE.
+  std::vector<std::string> IfMacros;
----------------
HazardyKnusperkeks wrote:
> vlovich wrote:
> > Should I put a hyperlink to https://github.com/capnproto/capnproto/blob/master/kjdoc/tour.md#maybes?
> Maybe. *scnr*
Well done. Took me a second.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102730/new/

https://reviews.llvm.org/D102730



More information about the cfe-commits mailing list