[clang] [DRAFT][analyzer][NFC] clang-format our folders (PR #82599)
Paul T Robinson via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 26 08:09:02 PST 2024
================
@@ -107,7 +107,8 @@ class CallDescription {
return CD1.matches(Call);
}
- /// \copydoc clang::ento::CallDescription::matchesAny(const CallEvent &, const CallDescription &)
+ /// \copydoc clang::ento::CallDescription::matchesAny(const CallEvent &, const
+ /// CallDescription &)
----------------
pogo59 wrote:
I think clang-format would have to be taught not to break lines starting with Doxygen directives.
https://github.com/llvm/llvm-project/pull/82599
More information about the cfe-commits
mailing list