MyDeveloperDay added inline comments.

================
Comment at: .arclint:15-16
   }
-}
+}
\ No newline at end of file

----------------
curdeius wrote:
> Please don't change unrelated files.
I don't know about others but I personally don't use arcanist...

I stage my files, make a patch and upload manually

```
git add <files being modified>  (or `git ls files -m | xargs git add` )
git clang-format 
git diff --cached -U4 > patch_to_submitt.diff

```
I use the Create Diff/Update Diff functionality via the web interface (I feel 
that gives me more control)

{F21699407, size=full}

{F21699405, size=full}

Just my 2c


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117416

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

Reply via email to