djasper accepted this revision. djasper added inline comments. This revision is now accepted and ready to land.
================ Comment at: unittests/Format/FormatTestJS.cpp:1791 +TEST_F(FormatTestJS, Exponentiation) { + verifyFormat("squared = x ** 2;"); +} ---------------- Also make this handle **= ? https://reviews.llvm.org/D32864 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits