]> granicus.if.org Git - clang/commit
clang-format: [js] Support ES6 module imports.
authorDaniel Jasper <djasper@google.com>
Thu, 19 Feb 2015 16:07:32 +0000 (16:07 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 19 Feb 2015 16:07:32 +0000 (16:07 +0000)
commita2638dc8d0d511e2735fb1faeb262509d93cb2f0
tree27b47ccfb9dd4f25ec4cb62097283cf3394e6e8b
parenta95f0038abb00781f1a69f75ed4b14716b223267
clang-format: [js] Support ES6 module imports.

Patch by Martin Probst.

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