Further fix to pointer to member formatting.
With style where the *s go with the type: Before: typedef bool* (Class:: *Member)() const; After: typedef bool* (Class::*Member)() const; llvm-svn: 181439
Loading
Please register or sign in to comment