Go to file
Richard Smith 420fa12dfd Improve the "braces around scalar init" warning to determine whether to warn
based on whether "redundant" braces are ever reasonable as part of the
initialization of the entity, rather than whether the initialization is
"top-level". In passing, add a warning flag for it.

llvm-svn: 228896
2015-02-12 01:50:05 +00:00
clang Improve the "braces around scalar init" warning to determine whether to warn 2015-02-12 01:50:05 +00:00
clang-tools-extra Add clang-tidy check google-global-names-in-headers. 2015-02-11 21:21:05 +00:00
compiler-rt [Sanitizer] Change InitializeFlags() signatures. NFC. 2015-02-12 00:36:42 +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 Implement log10 2015-01-30 18:00:34 +00:00
libcxx Change some template parameter names from _C and _N to _Cont and _Sz. No functionality change. 2015-02-11 16:14:01 +00:00
libcxxabi unwind: tweak inclusion ordering to work around GCC 2015-02-11 05:20:53 +00:00
lld Remove unused parameter. 2015-02-11 23:22:34 +00:00
lldb Make a more complete fix for always supplying an execution context when getting byte sizes from types. 2015-02-12 00:34:25 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm [PowerPC] Mark jumps as expensive (using using CR bits) 2015-02-12 01:02:52 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly [FIX] Remove XFAIL again 2015-02-11 19:28:39 +00:00