njames93 added inline comments.

================
Comment at: clang-tools-extra/clang-tidy/bugprone/EnumToIntCheck.cpp:31
+  diag(MatchedExpr->getBeginLoc(),
+       "Enum is implictly converted to an integral.")
+      << MatchedExpr->getSourceRange();
----------------
diagnostics in clang aren't formatted as full sentences.


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

https://reviews.llvm.org/D129570

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

Reply via email to