Go to file
Lubos Lunak edc138880d add type attribute warn_unused, for -Wunused-variable warnings (pr#14253)
The functionality is equivalent to the GCC attribute. Variables of tagged
types will be warned about as unused if they are not used in any way
except for possible (even non-trivial) ctors/dtors called. Useful for tagging
classes like std::string (which is not part of this commit).

llvm-svn: 186765
2013-07-20 15:05:36 +00:00
clang add type attribute warn_unused, for -Wunused-variable warnings (pr#14253) 2013-07-20 15:05:36 +00:00
clang-tools-extra Fixed some formatting issues with clang-format to get a baseline. 2013-07-19 14:19:31 +00:00
compiler-rt Fix another instance of -ccc-cxx vs. --driver-mode=g++ 2013-07-18 21:09:03 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Implement generic upsample() 2013-07-19 16:44:37 +00:00
libcxx Make std::get constexpr 2013-07-17 18:25:36 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [mach-o] factor out all cputype <-> arch conversions to one table driven location 2013-07-20 02:08:23 +00:00
lldb Reworked the test decorators to match the test results on the buildbots. 2013-07-19 20:22:43 +00:00
llvm SROA: Microoptimization: Remove dead entries first, then sort. 2013-07-20 08:38:34 +00:00
polly Ensure a correct order between memory accesses. 2013-07-16 15:20:29 +00:00