lhchavez marked 3 inline comments as done. lhchavez added inline comments.
================ Comment at: lib/Format/UnwrappedLineParser.cpp:870 + } + // 'default' can appear in a Java 8 declaration. Parse it as such. + break; ---------------- djasper wrote: > Is there a test case that hits this codepath? IIUC, it would need to have a > "default" of a declaration that's not at the start of the line. Added two more test cases. https://reviews.llvm.org/D27377 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits