[PATCH] Fix bool expression special case.

Daniel Jasper djasper at google.com
Thu Mar 27 03:24:48 PDT 2014



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



More information about the cfe-commits mailing list