Go to file
Pavel Labath 59838f7ea6 Reapply "Add Chrono.h - std::chrono support header"
This is a resubmission of r284590. The mingw build should be fixed now. The
problem was we were matching time_t with _localtime_64s, which was incorrect on
_USE_32BIT_TIME_T systems. Instead I use localtime_s, which should always
evaluate to the correct function.

llvm-svn: 284720
2016-10-20 12:05:50 +00:00
clang Work around MSVC rejects-valid. Apparenty (some versions of) MSVC will check 2016-10-20 07:53:17 +00:00
clang-tools-extra [Clang-tidy]: Fix modernize-avoid-bind erroneous scope resolution. 2016-10-20 11:32:47 +00:00
compiler-rt [asan] Update test for D25715 2016-10-18 23:30:07 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Attempt to workaround XPASS for aligned allocation tests 2016-10-20 03:31:07 +00:00
libcxxabi Fix typo in comment 2016-10-15 00:02:20 +00:00
libunwind [libunwind] Add missing <stdint.h> include. NFC. 2016-10-13 14:32:24 +00:00
lld Compact SectionPiece. 2016-10-20 10:55:58 +00:00
lldb Fix ARM/AArch64 Step-Over watchpoint issue remove provision for duplicate watchpoints 2016-10-20 09:07:26 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm Reapply "Add Chrono.h - std::chrono support header" 2016-10-20 12:05:50 +00:00
openmp Fix OpenMP 4.0 library build 2016-10-18 17:39:06 +00:00
parallel-libs [SE] Change CoreTests target name 2016-09-27 15:32:52 +00:00
polly [cmake] Avoid warnings in feature tests. NFC. 2016-10-20 11:16:19 +00:00