MyDeveloperDay added a comment.

Also how does this relate to the `AfterStruct` setting?

  bool AfterStruct Wrap struct definitions.
  
  true:
  struct foo
  {
    int x;
  };
  
  false:
  struct foo {
    int x;
  };


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

https://reviews.llvm.org/D91949

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

Reply via email to