exv accepted this revision.
exv added a comment.
This revision is now accepted and ready to land.

I have a few concerns about this implementation:

- If the incorrect formatting is due to `lock` and `using` not being recognized 
correctly, shouldn't we instead fix how those keywords are parsed?
- In the examples of Microsoft style that I've seen, statement lambdas always 
place the brace on a new line from the arrow. If used as a function argument 
like this, does that rule no longer apply? I'm having difficulty finding an 
example of that specific usage in Microsoft's docs.


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

https://reviews.llvm.org/D104388

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

Reply via email to