]> granicus.if.org Git - clang/commit
clang-format: [js] Support ES6 module exports.
authorDaniel Jasper <djasper@google.com>
Thu, 19 Feb 2015 16:14:18 +0000 (16:14 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 19 Feb 2015 16:14:18 +0000 (16:14 +0000)
commit733dda1f535beb07ade990c8b296a062643a66ce
treed66f370b0a09dfae1cf99ec554f199ac6a4f47d5
parenta2638dc8d0d511e2735fb1faeb262509d93cb2f0
clang-format: [js] Support ES6 module exports.

Patch by Martin Probst, thank you!

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