Go to file
Alexander Kornienko 2042f833fd [clang-tidy] google-explicit-constructor: ignore macros
llvm-svn: 290756
2016-12-30 15:15:14 +00:00
clang Allow lexer to handle string_view literals. Patch from Anton Bikineev. 2016-12-30 04:51:10 +00:00
clang-tools-extra [clang-tidy] google-explicit-constructor: ignore macros 2016-12-30 15:15:14 +00:00
compiler-rt Decrease kLargeMalloc block size in ASAN unit tests. 2016-12-28 21:57:51 +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 Fix build since r286752. 2016-11-14 16:06:33 +00:00
libcxx Recommit r290750: Fix PR19460 - std::ios is convertible to int. 2016-12-30 14:05:52 +00:00
libcxxabi add cxa_demangle_fuzzer 2016-12-28 03:28:29 +00:00
libunwind EHABI: mark some functions as exported 2016-11-17 23:53:35 +00:00
lld [ELF] - Fix mistype in comment. NFC. 2016-12-25 06:49:17 +00:00
lldb Fix the variable view in the "gui" curses mode so that variables whose children change will update correctly. Previously the variable view would update the children once and not change. If you were stepping through code where the dynamic type of a variable would change the value and its children, or a synthetic type (like say for a std::vector<int>), the variable view wouldn't update. Now it caches the children and uses the process stop ID to tell when the children need to be updated. 2016-12-28 21:22:37 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [NewGVN] Remove unneeded newline from assertion message. 2016-12-30 15:01:17 +00:00
openmp Fix for the __kmpc_global_num_threads function to return the value of the __kmp_all_nth global var. 2016-12-21 21:20:20 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Update to isl-0.18-28-gccb9f33 2016-12-28 19:35:49 +00:00