Go to file
Martin Probst 6918dcafe8 clang-format: [JS] handle default bindings in imports.
Summary:
Default imports appear outside of named bindings in curly braces:

  import A from 'a';
  import A, {symbol} from 'a';

Reviewers: djasper

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D23973

llvm-svn: 280486
2016-09-02 14:06:32 +00:00
clang clang-format: [JS] handle default bindings in imports. 2016-09-02 14:06:32 +00:00
clang-tools-extra Add clang-reorder-fields to clang-tools-extra 2016-09-02 02:56:07 +00:00
compiler-rt [asan] Move scariness_score_test.cc to a common subdirectory 2016-09-02 07:18:35 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc configure.py: Add polaris10 and polaris11 2016-08-30 18:00:41 +00:00
libcxx cstdio: limit gets to CRT versions below 14 2016-09-01 21:09:19 +00:00
libcxxabi [lit] Replace print with lit_config.note(). 2016-09-02 13:56:05 +00:00
libunwind consistently add \n to log and trace messages 2016-08-30 15:38:10 +00:00
lld [ELF] - Fix for: bug 30237 - lld does not implement -f option 2016-09-02 09:13:05 +00:00
lldb Reapply "Make Scalar::GetValue more consistent" 2016-09-02 10:58:52 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [DAGcombiner] Fix incorrect sinking of a truncate into the operand of a shift. 2016-09-02 11:29:09 +00:00
openmp Appease older gcc compilers for the many-microtask-args.c test 2016-08-30 19:28:58 +00:00
parallel-libs [StreamExecutor] Pass device memory by ref 2016-09-02 00:25:52 +00:00
polly Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00