[PATCH] D139919: use std::optional in ClangTidyCheck
Yuao Ma via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 13 02:17:34 PST 2022
addr2line marked an inline comment as done.
addr2line added a comment.
Oops, the check on Debian failed. I'm looking into it...
================
Comment at: clang-tools-extra/clang-tidy/ClangTidyCheck.h:457
-
} // namespace tidy
} // namespace clang
----------------
MaskRay wrote:
> drop whitespace change
>
> use line-based clang-format to prevent updating unrelated lines.
Thanks for pointing out. Fixed already.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139919/new/
https://reviews.llvm.org/D139919
More information about the cfe-commits
mailing list