Go to file
Aaron Ballman 2cd2a18a9f Default to using the Unicode version of Win32 APIs instead of the ANSI version. This helps to catch instances where a developer accidentally forgets to explicitly specify which version of the API to use and accidentally winds up failing to support non-ASCII characters properly.
llvm-svn: 273599
2016-06-23 19:02:09 +00:00
clang Add a test case for the regression in -Wfor-loop-analysis caused by r273548. 2016-06-23 18:11:19 +00:00
clang-tools-extra Fix build of ClangRenameTests 2016-06-21 20:30:40 +00:00
compiler-rt Use CreateFileA and add a FIXME to switch to the wide variant 2016-06-23 15:40:42 +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 configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Run list debug copy test in C++03. 2016-06-22 08:57:33 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld [ELF][MIPS] Support MIPS TLS relocations 2016-06-23 15:26:31 +00:00
lldb fix Xcode build for r273547 2016-06-23 16:54:39 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Default to using the Unicode version of Win32 APIs instead of the ANSI version. This helps to catch instances where a developer accidentally forgets to explicitly specify which version of the API to use and accidentally winds up failing to support non-ASCII characters properly. 2016-06-23 19:02:09 +00:00
openmp Remove redundant %libomp-compile step from test/lock/omp_lock.c 2016-06-23 16:18:59 +00:00
parallel-libs Create parallel-libs subproject in LLVM 2016-06-22 18:24:46 +00:00
polly Update isl to isl-0.17.1-84-g72ffe88 2016-06-23 18:59:30 +00:00