================
Comment at: unittests/Format/FormatTest.cpp:2009
@@ +2008,3 @@
+ //verifyFormat("int (S::*func)(void *);");
+ verifyFormat("int(S::*func)(void *);");
+ verifyFormat("(a->*f)();");
----------------
Manuel Klimek wrote:
> I assume you mean the above is not what we want yet?
The commented line is what we want, the next one is what we have.
http://llvm-reviews.chandlerc.com/D556
COMMIT
http://llvm-reviews.chandlerc.com/rL177537
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits