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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
