Go to file
Zachary Turner e6ba053037 Python 3 - Don't use `os.path.walk`, it's removed in Py3.
It was deprecated even in 2.7, but not removed until 3.x.  os.walk
provides all of the same functionality and is the correct way to
do this now.

llvm-svn: 252127
2015-11-05 01:33:54 +00:00
clang [modules] Don't merge an anonymous enum definition into a named enum definition. 2015-11-05 01:30:19 +00:00
clang-tools-extra Improve modernize-make-unique matcher. 2015-11-04 10:27:51 +00:00
compiler-rt [Sanitizer] Use ReportMmapFailureAndDie() in all applicable mmap variants on Posix. 2015-11-05 01:16:48 +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 integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Make reverse() call iter_swap like the standard says, instead of calling swap directly. No real change. 2015-11-02 21:34:25 +00:00
libcxxabi Fix LIBCXXABI_HAS_NO_THREADS configuration. 2015-10-14 19:21:38 +00:00
libunwind Add FreeBSD _Unwind_Ptr typedef 2015-10-16 19:40:09 +00:00
lld Fix Clang-tidy modernize-use-override warnings, other minor fixes. 2015-11-04 02:11:57 +00:00
lldb Python 3 - Don't use `os.path.walk`, it's removed in Py3. 2015-11-05 01:33:54 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm [libFuzzer] print a bit fewer lines 2015-11-05 01:19:42 +00:00
openmp Remove incorrect debug assert. 2015-11-04 22:31:57 +00:00
polly [FIX] Simplify and correct preloading of base pointer origin 2015-11-03 19:15:33 +00:00