Go to file
Richard Smith c406cb7364 Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
expressions which have undefined behavior due to multiple unsequenced
modifications or an unsequenced modification and use of a variable.

llvm-svn: 172690
2013-01-17 01:17:56 +00:00
clang Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on 2013-01-17 01:17:56 +00:00
clang-tools-extra Fix a -Wdocumentation warning (empty paragraph passed to '\brief' command) 2013-01-16 22:10:09 +00:00
compiler-rt asan: fix ARM build 2013-01-16 14:35:13 +00:00
debuginfo-tests Add a test for static member debug information. 2013-01-16 01:22:09 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Make a few tests optimization-proof. These tests were failing under -O3 because the optimizer was eliminating the call to new. 2013-01-16 17:56:06 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [ELF] Use operator new(std::size_t, BumpPtrAllocator). 2013-01-16 23:34:45 +00:00
lldb Adding a custom summary for libc++ std::vector<bool> 2013-01-16 23:17:30 +00:00
llvm Move MachineTraceMetrics.h into include/llvm/CodeGen. 2013-01-17 01:06:04 +00:00
polly clang-format goodness 2013-01-14 22:40:23 +00:00