Go to file
Benjamin Kramer 8817cca5ce Provide basic type safety for array_pod_sort comparators.
This makes using array_pod_sort significantly safer. The implementation relies
on function pointer casting but that should be safe as we're dealing with void*
here.

llvm-svn: 191175
2013-09-22 14:09:50 +00:00
clang array_pod_sort loses some type safety, better use the right types. 2013-09-22 12:53:24 +00:00
clang-tools-extra Added list of checks made. 2013-09-20 16:47:33 +00:00
compiler-rt tsan: remove unneeded ___chkstk_ms function from Go runtime 2013-09-22 02:49:56 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Peter Collingbourne: Fix warnings when compiling with -DNDEBUG. 2013-09-21 21:26:37 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [lld][WinLink] Fix typo 2013-09-20 09:13:53 +00:00
lldb Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12) 2013-09-20 22:35:22 +00:00
llvm Provide basic type safety for array_pod_sort comparators. 2013-09-22 14:09:50 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00