[clang] [DRAFT][analyzer][NFC] clang-format our folders (PR #82599)

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 22 01:59:26 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
----------------
steakhal wrote:

```suggestion
  /// It's called by ProgramStateManager whenever a change is made.
```

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


More information about the cfe-commits mailing list