Go to file
Daniel Jasper c531daefd9 Split -Wunused-variable warning.
With r190382, -Wunused-variable warns about unused const variables when
appropriate. For codebases that use -Werror, this poses a problem as
existing unused const variables need to be cleaned up first. To make the
transistion easier, this patch splits -Wunused-variable by pulling out
an additional -Wunused-const-variable (by default activated along with
-Wunused-variable).

llvm-svn: 190508
2013-09-11 10:37:35 +00:00
clang Split -Wunused-variable warning. 2013-09-11 10:37:35 +00:00
clang-tools-extra Fix YAML tests again. 2013-09-11 04:51:09 +00:00
compiler-rt [Sanitizer] build sanitizer_common library with -Wglobal-constructors 2013-09-11 09:57:15 +00:00
debuginfo-tests Auto-detect the architecture of the executable instead of using the arch of 2013-09-07 20:04:29 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Adding bad_array_length to libc++ 2013-09-11 01:38:42 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld Allow darwin driver to use -help when no input files are specified. 2013-09-10 23:57:41 +00:00
lldb <rdar://problem/14071463> 2013-09-10 21:04:54 +00:00
llvm [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics) 2013-09-11 10:28:16 +00:00
polly Fix build after SCEV change 2013-09-10 20:22:17 +00:00