Go to file
Jim Ingham 777e6d01ea Change the "Debug" build to use the current MacOSX SDK. Fix the swig builder to have an explicit
short-circuit of the Python SWIG building, rather than relying on the SDKROOT being set.

llvm-svn: 157363
2012-05-24 01:16:09 +00:00
clang Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conceptually, this is part of -Wunused-value, but I added a separate flag -Wunused-volatile-lvalue so it doesn't get turned off by accident with -Wno-unused-value. I also made a few minor improvements to existing unused value warnings in the process. <rdar://problem/11516811>. 2012-05-24 00:47:05 +00:00
compiler-rt Move AsanShadowRangeIsAvailable() from mac to posix. 2012-05-23 15:21:50 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Add documentation regarding -fno-rtti. 2012-05-20 13:03:53 +00:00
libcxxabi Fix bug in cxa_demangle involving template substitution. 2012-05-02 15:38:11 +00:00
lld Remove some compilation warnings. 2012-05-22 14:45:44 +00:00
lldb Change the "Debug" build to use the current MacOSX SDK. Fix the swig builder to have an explicit 2012-05-24 01:16:09 +00:00
llvm Tidy up naming for consistency and other cleanup. No functional change intended. 2012-05-23 23:45:10 +00:00
polly ScheduleOptimizer: Simplify some code 2012-05-22 10:47:31 +00:00