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

Reply via email to