[PATCH] D20632: clang-format: [JS] Support shebang lines on the very first line.

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Wed May 25 12:55:28 PDT 2016


djasper added a comment.

That's the same for #include directives (with <>). Just turn the tokens into TT_ImplicitStringLiteral, same as is done for #includes. I am not saying it's better, but I don't think we should have to different approaches..


http://reviews.llvm.org/D20632





More information about the cfe-commits mailing list