[cfe-commits] [PATCH] Fix pretty-printing of decl group stmts

2012-10-18 Thread Richard Membarth
Attached is a patch that fixes pretty-printing of decl stmt groups. The example below shows that the current type pretty-printer does not print the variable name if Policy.SuppressSpecifiers is set. ~ cat test.cc int main(int argc, const char **argv) { int x=0, y=5; for (int i=x, j=y;

Re: [cfe-commits] [PATCH] Fix pretty-printing of decl group stmts

2012-10-18 Thread Eli Friedman
On Thu, Oct 18, 2012 at 5:06 AM, Richard Membarth richard.memba...@informatik.uni-erlangen.de wrote: Attached is a patch that fixes pretty-printing of decl stmt groups. The example below shows that the current type pretty-printer does not print the variable name if Policy.SuppressSpecifiers is