Thibault-Monnier wrote:
@Sirraide, I do not really know who I should ping to review. Could you please
help? Thanks!
https://github.com/llvm/llvm-project/pull/152875
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin
https://github.com/Thibault-Monnier updated
https://github.com/llvm/llvm-project/pull/152875
>From 2df0db4032883750a75d5615bed4c011561c1c2c Mon Sep 17 00:00:00 2001
From: Thibault-Monnier
Date: Sat, 9 Aug 2025 20:27:06 +0200
Subject: [PATCH] Inline `InputsOk` function in
`clang/lib/Driver/Comp
https://github.com/Thibault-Monnier edited
https://github.com/llvm/llvm-project/pull/152875
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Thibault-Monnier wrote:
Hey, this is my first PR on the llvm-project. I hope it respects the llvm
contribution guidelines. Feedback is welcome.
https://github.com/llvm/llvm-project/pull/152875
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
ht
https://github.com/Thibault-Monnier edited
https://github.com/llvm/llvm-project/pull/152875
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Thibault-Monnier edited
https://github.com/llvm/llvm-project/pull/152875
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Thibault-Monnier edited
https://github.com/llvm/llvm-project/pull/152875
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Thibault-Monnier edited
https://github.com/llvm/llvm-project/pull/152875
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Thibault-Monnier edited
https://github.com/llvm/llvm-project/pull/152875
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Thibault-Monnier created
https://github.com/llvm/llvm-project/pull/152875
This PR inlines the InputsOk function in clang Compilation.cpp driver, because
it was just a simple function call and was called only once. In addition,
inlining it allows removing the double negation.
10 matches
Mail list logo