================
Comment at: unittests/Format/FormatTest.cpp:4533
@@ -4532,1 +4532,3 @@
+ verifyFormat("template <bool a, bool b> "
+ "typename t::if<x && y>::type f() {};");
}
----------------
Can you add tests for const/volatile after a "*", e.g.
vector<int * const>
http://llvm-reviews.chandlerc.com/D3187