Go to file
Zachary Turner 1411668b6a Remove use of octal literals.
Python 3 has a different syntax for octal literals than Python 2
and they are incompatible with each other.  Six doesn't provide
a transparent wrapper around this, so the most sane thing to do
is to not use octal literals.  If you need an octal literal,
use a decimal literal and if it's not obvious what the value is,
provide the value in octal as a comment.

llvm-svn: 251328
2015-10-26 18:48:14 +00:00
clang [analyzer] Added a missing test case for r251289. 2015-10-26 17:42:14 +00:00
clang-tools-extra Drop dead return after llvm_unreachable. NFC. 2015-10-26 09:57:00 +00:00
compiler-rt [compiler-rt] Enable ptrace sanitizer for arm 2015-10-26 18:15:14 +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 Mark LWG#2495 as complete. No code changes needed 2015-10-25 20:12:58 +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 COFF: De-parallelize ICF for now. 2015-10-26 16:20:00 +00:00
lldb Remove use of octal literals. 2015-10-26 18:48:14 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm Remove assert(false) in favor of asserting the if conditional it is contained within. 2015-10-26 18:41:13 +00:00
openmp Removed zeroing th.th_task_state for master thread at start of nested parallel. 2015-10-20 19:21:04 +00:00
polly tests: Add test cases for LLVM commit r251267 2015-10-25 22:56:42 +00:00