clang-format: [js] Support template strings.
authorDaniel Jasper <djasper@google.com>
Fri, 20 Feb 2015 13:47:38 +0000 (13:47 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 20 Feb 2015 13:47:38 +0000 (13:47 +0000)
commita0ef4f36c85565a703fcd533ab2958e238d62421
tree5c644ceeeced83c66b5674c831ee5434ef8dce0f
parentca1ba4b280998d54a9668473d8fb35c8fafed377
clang-format: [js] Support template strings.

Merge template strings (marked by backticks ``).
Do not format any contents of template strings.

Patch by Martin Probst. Thank you.

llvm-svn: 230011
clang/lib/Format/Format.cpp
clang/lib/Format/FormatToken.h
clang/unittests/Format/FormatTestJS.cpp