curdeius accepted this revision.
curdeius added a comment.
This revision is now accepted and ready to land.

LGTM. Just a small typo in comment. Otherwise, great job!



================
Comment at: clang/lib/Format/TokenAnnotator.cpp:1369
+  static bool isDeductionGuide(FormatToken &Current) {
+    // Look for a deduction guide temaplte<T> A(...) -> A<...>;
+    if (Current.Previous && Current.Previous->is(tok::r_paren) &&
----------------
Typo: template.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69577



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to