[PATCH] D102906: [clang-tidy] Remark was added to clang tooling Diagnostic

Dmitry Polukhin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 21 03:23:13 PDT 2021


DmitryPolukhin added inline comments.


================
Comment at: clang/include/clang/Tooling/Core/Diagnostic.h:72
+    Error = DiagnosticsEngine::Error,
+    Remark = DiagnosticsEngine::Remark
   };
----------------
nit, I would move remark first to have list by increasing severity. It looks like this enum values is not used outside of the sources so I hope it is safe.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102906



More information about the cfe-commits mailing list