curdeius added inline comments.

================
Comment at: clang/lib/Format/TokenAnnotator.cpp:4244
             Keywords.kw_readonly, Keywords.kw_override, Keywords.kw_abstract,
-            Keywords.kw_get, Keywords.kw_set, Keywords.kw_async,
-            Keywords.kw_await))
+            Keywords.kw_get, Keywords.kw_init, Keywords.kw_set,
+            Keywords.kw_async, Keywords.kw_await))
----------------
Oops, unrelated change, will revert.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121132

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

Reply via email to