Go to file
Daniel Jasper 414c9c6fb0 clang-format: Fix another bug in wrapping around "*".
Before:
  void aaaaa(
      aaaaaaaaaaaa* aaaaaaaaaaaaaa) {} // even violation the column limit

After:
  void aaaaa(aaaaaaaaaaaa*
                 aaaaaaaaaaaaaa) {}

llvm-svn: 232717
2015-03-19 09:40:16 +00:00
clang clang-format: Fix another bug in wrapping around "*". 2015-03-19 09:40:16 +00:00
clang-tools-extra [clang-tidy] Move google-readability-function check to readability-named-parameter. 2015-03-16 22:31:16 +00:00
compiler-rt [sanitizer] change the sanitizer coverage format once again, this time adding a magic to the beginning of the file 2015-03-18 22:03:39 +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 math: Implement erfc 2015-03-18 21:52:07 +00:00
libcxx Add support for kfreebsd. Thanks to Jan Henke 2015-03-19 09:03:58 +00:00
libcxxabi Don't print debugging messages to stdout. 2015-03-19 09:17:21 +00:00
lld [ARM] Implement static (initial exec) TLS model 2015-03-19 06:47:44 +00:00
lldb Fix double (gdb) prompt when command doesn't exist 2015-03-19 09:17:06 +00:00
llgo llgoi: Fix type identity for imported binary packages. 2015-03-18 08:34:40 +00:00
llvm llvm-cov: Rename -color={always|never} to -use-color[=0] 2015-03-19 04:45:16 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Add some missing __isl_give/__isl_keep annotations 2015-03-19 07:43:35 +00:00