Go to file
Jordan Rose bc53ed1ee6 Format strings: check against an enum's underlying type.
This allows us to be more careful when dealing with enums whose fixed
underlying type requires special handling in a format string, like
NSInteger.

A refinement of r163266 from a year and a half ago, which added the
special handling for NSInteger and friends in the first place.

<rdar://problem/16616623>

llvm-svn: 209966
2014-05-31 04:12:14 +00:00
clang Format strings: check against an enum's underlying type. 2014-05-31 04:12:14 +00:00
clang-tools-extra Use error_code() instead of error_code::succes() 2014-05-31 02:00:59 +00:00
compiler-rt [TSan] Add a test case for r209939 2014-05-31 00:12:20 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add more log related float constants 2014-05-29 21:30:28 +00:00
libcxx Add a _LIBCPP_CONSTEXPR that was missed in r170026. 2014-05-30 12:09:47 +00:00
libcxxabi Add EH test case checking that handlers in noexcept functions can still unwind 2014-05-31 00:25:59 +00:00
lld There is no std::errc:success, remove the llvm one. 2014-05-31 03:20:37 +00:00
lldb Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they are not thread safe. 2014-05-30 21:06:57 +00:00
llvm really fix the windows build. 2014-05-31 03:40:00 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly Added option for n-dimensional rectangular tiling 2014-05-28 17:21:02 +00:00