[PATCH] D125224: [CodeComplete] prototype of contextual postfix completions

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 9 06:26:36 PDT 2022


ilya-biryukov added inline comments.


================
Comment at: clang/include/clang/Sema/CodeCompleteConsumer.h:784
+  /// When Kind == RK_Pattern, an optional short name for the pattern.
+  /// Often he pattern combines with a fixit to rewrite surrounding code.
+  ///
----------------
NIT: s/he/the


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125224



More information about the cfe-commits mailing list