Alejandro =?utf-8?q?Álvarez_Ayllón?Message-ID:
In-Reply-To:
https://github.com/steakhal closed
https://github.com/llvm/llvm-project/pull/81855
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-
https://github.com/balazske approved this pull request.
I did not find problems now. The failed checks looks to be different problem.
https://github.com/llvm/llvm-project/pull/81855
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.
alejandro-alvarez-sonarsource wrote:
Thanks! I have added a new test file where the values are those of
[FreeRTOS](https://www.freertos.org/Documentation/api-ref/POSIX/fcntl_8h.html)
https://github.com/llvm/llvm-project/pull/81855
___
cfe-commits mail
https://github.com/alejandro-alvarez-sonarsource updated
https://github.com/llvm/llvm-project/pull/81855
From 702ab6679c3b030c42e8d18acd10f438b4880eeb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alejandro=20=C3=81lvarez=20Ayll=C3=B3n?=
Date: Thu, 15 Feb 2024 13:22:40 +0100
Subject: [PATCH 1/2] [a
https://github.com/balazske commented:
Code change looks good, but I could not verify the new test. Probably it is not
tested if it works with a non-usual O_CREAT value (that is parsed by the
checker).
https://github.com/llvm/llvm-project/pull/81855
https://github.com/alejandro-alvarez-sonarsource updated
https://github.com/llvm/llvm-project/pull/81855
From 702ab6679c3b030c42e8d18acd10f438b4880eeb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alejandro=20=C3=81lvarez=20Ayll=C3=B3n?=
Date: Thu, 15 Feb 2024 13:22:40 +0100
Subject: [PATCH] [analy
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Alejandro Álvarez Ayllón (alejandro-alvarez-sonarsource)
Changes
Now calling `open` with the `O_CREAT` flag and no mode parameter will raise an
issue in any system that defines `O_CREAT`.
The value for this flag is obtained after the full
https://github.com/alejandro-alvarez-sonarsource created
https://github.com/llvm/llvm-project/pull/81855
Now calling `open` with the `O_CREAT` flag and no mode parameter will raise an
issue in any system that defines `O_CREAT`.
The value for this flag is obtained after the full source code has