]> granicus.if.org Git - clang/commit
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)
commitd830233bd6443bdd8f19ac36d60b6eda25ea9846
tree14f67f342589d75d7de7b59890096e7d32e31be6
parent9eb2516a4de9c215d07a4ec42ca7d63f2ee0f2e2
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230011 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
lib/Format/FormatToken.h
unittests/Format/FormatTestJS.cpp