Go to file
Daniel Jasper b7fda11572 clang-format: [JS] Support for (.. of ..) loops.
Before:
  for (var i of[2, 3]) {}

After:
  for (var i of [2, 3]) {}

llvm-svn: 260518
2016-02-11 13:24:15 +00:00
clang clang-format: [JS] Support for (.. of ..) loops. 2016-02-11 13:24:15 +00:00
clang-tools-extra [clang-tidy] Fix an assert failure in 'readability-braces-around-statements' check. 2016-02-11 09:57:55 +00:00
compiler-rt Un-XFAIL a passing test on Windows 2016-02-11 02:02:56 +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: Remove llvm 3.6 defines 2016-02-09 22:17:48 +00:00
libcxx separate nested >> 2016-02-11 12:51:19 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Introduce NetBSD support 2016-02-06 18:19:29 +00:00
lld [ELF] - Remove R_X86_64_GOTTPOFF from static relocation processing 2016-02-11 11:14:46 +00:00
lldb Handle floating-point type homogeneous aggregate return values in ABISysV_arm 2016-02-11 11:41:22 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Fix MSVC 2013 build after rL260504 2016-02-11 11:27:51 +00:00
openmp Proxy task fix: task_state stack push condition on fork 2016-02-09 22:32:41 +00:00
polly Separate invariant equivalence classes by type 2016-02-07 17:30:13 +00:00