Go to file
Michael Kruse f41f274bf8 [DeLICM] Avoid compiler warning. NFC.
gcc 5.4 warns about using a C-style case to case away a const.
Use case a const_cast instead.

llvm-svn: 302715
2017-05-10 19:58:52 +00:00
clang [Sema] Objective-C++ support for type trait __is_base_of 2017-05-10 17:18:56 +00:00
clang-tools-extra [clang-tidy][CMake] Make clang-tidy usable as distribution component 2017-05-10 16:20:54 +00:00
compiler-rt Revert "Add dyld to sanitizer procmaps on darwin" 2017-05-10 16:33:46 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Clean up LIT failure output by not showing the entire environment 2017-05-10 19:55:42 +00:00
libcxxabi Fix use of now removed %exec test substitution 2017-05-10 17:52:53 +00:00
libunwind [CMake][libunwind] Fix the -target and -gcc-toolchain flag handling 2017-04-16 06:08:44 +00:00
lld Use a DenseMap in LinkerScript::getCmd. 2017-05-10 19:13:38 +00:00
lldb Import sys in repo.py. 2017-05-09 20:37:01 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm [NewGVN] Introduce a definesNoMemory() helper and use it. 2017-05-10 19:57:43 +00:00
openmp [OpenMP] Changes in the plugin interface 2017-05-10 14:12:36 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [DeLICM] Avoid compiler warning. NFC. 2017-05-10 19:58:52 +00:00