Go to file
Ted Kremenek cc893386bc [-Wunreachable-code] Prune out unreachable warnings where a 'break' is preceded by a call to a 'noreturn' function.
For example:

	unreachable();
    break;

This code is idiomatic and defensive.  The fact that 'break' is
unreachable here is not interesting.  This occurs frequently
in LLVM/Clang itself.

llvm-svn: 202328
2014-02-27 00:24:08 +00:00
clang [-Wunreachable-code] Prune out unreachable warnings where a 'break' is preceded by a call to a 'noreturn' function. 2014-02-27 00:24:08 +00:00
clang-tools-extra [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
compiler-rt Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGS 2014-02-26 21:54:39 +00:00
debuginfo-tests Relax testcase: Newer versions of LLDB don't necessarily print the "{" either. 2014-02-27 00:02:40 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Don't install CMakeLists.txt along with the headers. 2014-02-26 17:14:09 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [PECOFF] Add a test for /SAFESEH:NO for non-x86 machine type. 2014-02-27 00:05:43 +00:00
lldb A better long term fix for stopping the process when it is running by writing to the pipe that was used for cancel. 2014-02-26 22:47:33 +00:00
llvm Formatting. 2014-02-27 00:15:44 +00:00
openmp Restore string match behavior following changes in r202018 2014-02-25 22:04:37 +00:00
polly Update for llvm api change. 2014-02-25 19:17:57 +00:00