[PATCH] clang: ignore -maccumulate_outgoing_args option

2016-06-15 Thread Austin English via cfe-commits
Hi, This fixes https://llvm.org/bugs/show_bug.cgi?id=28145 Please let me know if something needs to changed for inclusion. -- -Austin GPG: 14FB D7EA A041 937B From fd4aa56c027d8ccc38ffb7484b19194804982cbe Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 15 Jun 2016 18:40:51 -0500 Subje

[PATCH 1/1] tools/clang-format: fix git-clang-format shebang

2016-06-26 Thread Austin English via cfe-commits
git-clang-format requires python2.7, but the current shebang uses whatever is the system default, making it fail on python3 systems. This was originally reported here: https://bugs.gentoo.org/show_bug.cgi?id=562688 -- -Austin GPG: 14FB D7EA A041 937B From 67b271552f228bb6f92518ff13c6f89639d0a920