[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:03 PST 2024


================
@@ -393,20 +385,19 @@ class ExprEngine {
   ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
                                 bool assumption);
 
-  /// processRegionChanges - Called by ProgramStateManager whenever a change is made
+  /// processRegionChanges - Called by ProgramStateManager whenever a change is
+  /// made
----------------
pogo59 wrote:

I don't know how smart clang-format is about Doxygen comments. It's _very_ common to have the function name repeated at the beginning of the comment, which is somewhere between unnecessary (due to Doxygen changes) and producing bad-looking documentation.

https://github.com/llvm/llvm-project/pull/82599


More information about the cfe-commits mailing list