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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits