[PATCH] Support for pointers-to-members usage via .*
Manuel Klimek
klimek at google.com
Wed Mar 20 20:32:43 PDT 2013
================
Comment at: unittests/Format/FormatTest.cpp:2009
@@ +2008,3 @@
+ //verifyFormat("int (S::*func)(void *);");
+ verifyFormat("int(S::*func)(void *);");
+ verifyFormat("(a->*f)();");
----------------
I assume you mean the above is not what we want yet?
http://llvm-reviews.chandlerc.com/D556
COMMIT
http://llvm-reviews.chandlerc.com/rL177537
More information about the cfe-commits
mailing list