klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.

lg



================
Comment at: clang/lib/Format/TokenAnnotator.cpp:3177-3178
       return false;
     // Don't split tagged template literal so there is a break between the tag
     // identifier and template string.
     if (Left.is(tok::identifier) && Right.is(TT_TemplateString)) {
----------------
MyDeveloperDay wrote:
> klimek wrote:
> > I don't understand this yet, which test broke? The TT_TemplateString looks 
> > like it's a JS thing?
> I'm not sure what you mean here?
I don't see the change any more - perhaps the diff was broken? Sorry :(


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59309/new/

https://reviews.llvm.org/D59309



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to