[clang] 2049fe5 - [WoA][MSVC] Use default linker setting in MSVC-compatible driver [take 2]

2021-03-19 Thread Maxim Kuvyrkov via cfe-commits
Author: Maxim Kuvyrkov Date: 2021-03-19T13:38:03Z New Revision: 2049fe58903b68f66872a18e608f40e5233b55fb URL: https://github.com/llvm/llvm-project/commit/2049fe58903b68f66872a18e608f40e5233b55fb DIFF: https://github.com/llvm/llvm-project/commit/2049fe58903b68f66872a18e608f40e5233b55fb.diff LOG

[clang] 62948c4 - Revert "[NFC] Minor cleanup to use default setting of getLastArg()"

2021-03-18 Thread Maxim Kuvyrkov via cfe-commits
Author: Maxim Kuvyrkov Date: 2021-03-18T08:07:02Z New Revision: 62948c4532d59b59f63409eae5d7f9e4990e5626 URL: https://github.com/llvm/llvm-project/commit/62948c4532d59b59f63409eae5d7f9e4990e5626 DIFF: https://github.com/llvm/llvm-project/commit/62948c4532d59b59f63409eae5d7f9e4990e5626.diff LOG

[clang] 6802fdf - [NFC] Minor cleanup to use default setting of getLastArg()

2021-03-18 Thread Maxim Kuvyrkov via cfe-commits
Author: Maxim Kuvyrkov Date: 2021-03-18T07:47:31Z New Revision: 6802fdf8871f69d52b06d0a2b7f62f3af8292690 URL: https://github.com/llvm/llvm-project/commit/6802fdf8871f69d52b06d0a2b7f62f3af8292690 DIFF: https://github.com/llvm/llvm-project/commit/6802fdf8871f69d52b06d0a2b7f62f3af8292690.diff LOG

[clang] ace56d4 - [WoA][MSVC] Use default linker setting in MSVC-compatible driver

2021-03-18 Thread Maxim Kuvyrkov via cfe-commits
Author: Maxim Kuvyrkov Date: 2021-03-18T07:42:55Z New Revision: ace56d41aca8cac7cead9c2c97278aa50fc945b1 URL: https://github.com/llvm/llvm-project/commit/ace56d41aca8cac7cead9c2c97278aa50fc945b1 DIFF: https://github.com/llvm/llvm-project/commit/ace56d41aca8cac7cead9c2c97278aa50fc945b1.diff LOG

Re: [clang] 7b86188 - [Diagnostic] add a warning which warns about misleading indentation

2019-11-26 Thread Maxim Kuvyrkov via cfe-commits
Hi Tyker, This patch generates lots of warnings on building Linux kernel, which seem to be false positives. E.g., === static inline bool atomic_inc_unless_negative(atomic_t *v) { int c = atomic_read(v); do { if (unlikely(c < 0)) return fal

Re: r332286 - PR37450: Fix bug that disabled some type checks for variables with deduced types.

2018-05-15 Thread Maxim Kuvyrkov via cfe-commits
Hi Richard, The for-range-examples.cpp test fails on 32-bit arm buildbots, e.g.: http://lab.llvm.org:8011/builders/clang-cmake-armv7-full/builds/840 . Would you please investigate? You didn't get a notification because your commit was around the same time as a fix for an unrelated testcase is

Re: [libcxxabi] r331150 - Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build system

2018-05-03 Thread Maxim Kuvyrkov via cfe-commits
Yes, it did. Thanks! -- Maxim Kuvyrkov www.linaro.org > On May 3, 2018, at 3:48 PM, Nico Weber wrote: > > r331450 should hopefully fix this. > > On Tue, May 1, 2018 at 8:55 AM, Nico Weber wrote: > tzik, can you take a look what's up on those bots? > > On Tue, May 1, 2018, 5:48 AM Maxim Ku

Re: [libcxxabi] r331150 - Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build system

2018-05-01 Thread Maxim Kuvyrkov via cfe-commits
Hi Nico, This broke armv7 and aarch64 bots: - http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-armv7-linux/builds/87 - http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-aarch64-linux/builds/1304 Would you please investigate? -- Maxim Kuvyrkov www.linaro.org > On Apr 3

Re: r321386 - [OPENMP] Captured arguments of the capturable clauses by value.

2017-12-24 Thread Maxim Kuvyrkov via cfe-commits
> On Dec 23, 2017, at 12:01 AM, Alexey Bataev via cfe-commits > wrote: > > Author: abataev > Date: Fri Dec 22 13:01:52 2017 > New Revision: 321386 > > URL: http://llvm.org/viewvc/llvm-project?rev=321386&view=rev > Log: > [OPENMP] Captured arguments of the capturable clauses by value. > > If th

Re: r316653 - [Tooling] A new framework for executing clang frontend actions.

2017-10-26 Thread Maxim Kuvyrkov via cfe-commits
Hi Eric, This seems to have broken clang-cmake-thumbv7-a15 buildbot [*]. Would you please investigate? Or did you fix this while I was writing this email in 316661 :-) ? Thank you, [*] http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15/builds/12511 -- Maxim Kuvyrkov www.linaro.org

Re: [libcxx] r315994 - [libc++] Fix PR34898 - vector iterator constructors and assign method perform push_back instead of emplace_back.

2017-10-17 Thread Maxim Kuvyrkov via cfe-commits
Hi Eric, This seems to have broken ARM and AArch64 buildbots: http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-arm-linux/builds/850 http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-arm-linux-noexceptions/builds/931 http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwi