clang-format: [JS] Support regex literals containing quotes (' and ").
authorDaniel Jasper <djasper@google.com>
Wed, 24 Jun 2015 16:01:02 +0000 (16:01 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 24 Jun 2015 16:01:02 +0000 (16:01 +0000)
commit6b8d26c209cac64b3b830f6113e39a4d49cec759
tree6564f9e93cf1e27a47a113d49b2bf10ad4ee7d4c
parentff666dcbef34429f53a9fc39e5a05a52849f4b59
clang-format: [JS] Support regex literals containing quotes (' and ").

llvm-svn: 240548
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTestJS.cpp