[PATCH] Support for pointers-to-members usage via .*

Alexander Kornienko alexfh at google.com
Thu Mar 21 03:53:40 PDT 2013



================
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



More information about the cfe-commits mailing list