MyDeveloperDay added inline comments.

================
Comment at: clang/unittests/Format/FormatTest.cpp:3447
+               style);
+}
+
----------------
can you add a test

```
#ifdef X
   void foo() {
       ...
   }
#endif
```

its unclear if PPIndentWidth affects code in #ifdef or just # preprocessor 
instructions


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103286/new/

https://reviews.llvm.org/D103286

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to