HazardyKnusperkeks added inline comments.

================
Comment at: clang/lib/Format/NamespaceEndCommentsFixer.cpp:59
+      // Namespace alias
+      if (Tok->isOneOf(tok::equal, tok::semi))
+        return false;
----------------
Should only be equal, right?
Otherwise please add a test for semi.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115647

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

Reply via email to