https://github.com/bricknerb closed
https://github.com/llvm/llvm-project/pull/113437
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Boaz Brickner
Date: 2024-10-30T08:59:49+01:00
New Revision: 9c8dab018dee3143c28a7d7f5fdb32385da36101
URL:
https://github.com/llvm/llvm-project/commit/9c8dab018dee3143c28a7d7f5fdb32385da36101
DIFF:
https://github.com/llvm/llvm-project/commit/9c8dab018dee3143c28a7d7f5fdb32385da36101.diff
Author: serge-sans-paille
Date: 2024-10-30T07:32:05Z
New Revision: dc56a86b96d77a93f761995d50f7b2f112856311
URL:
https://github.com/llvm/llvm-project/commit/dc56a86b96d77a93f761995d50f7b2f112856311
DIFF:
https://github.com/llvm/llvm-project/commit/dc56a86b96d77a93f761995d50f7b2f112856311.diff
serge-sans-paille wrote:
thanks for the discussions and the review :bow:
https://github.com/llvm/llvm-project/pull/114095
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/steakhal commented:
Oh yes, I already reviewed this one.
I had only a few comments, otherwise it's good to me.
I'll get upstream folks involved on this one.
https://github.com/llvm/llvm-project/pull/113908
___
cfe-commits mailing lis
@@ -2524,8 +2625,33 @@ void CStringChecker::evalStdCopyCommon(CheckerContext &C,
C.addTransition(State);
}
-void CStringChecker::evalMemset(CheckerContext &C,
-const CallEvent &Call) const {
+namespace {
+CharUnits getSizeOfUnit(CharKind CK, C
https://github.com/steakhal edited
https://github.com/llvm/llvm-project/pull/113908
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -2524,8 +2625,33 @@ void CStringChecker::evalStdCopyCommon(CheckerContext &C,
C.addTransition(State);
}
-void CStringChecker::evalMemset(CheckerContext &C,
-const CallEvent &Call) const {
+namespace {
+CharUnits getSizeOfUnit(CharKind CK, C
@@ -2524,8 +2625,33 @@ void CStringChecker::evalStdCopyCommon(CheckerContext &C,
C.addTransition(State);
}
-void CStringChecker::evalMemset(CheckerContext &C,
-const CallEvent &Call) const {
+namespace {
+CharUnits getSizeOfUnit(CharKind CK, C
steakhal wrote:
One more note: Anyone reviewing this, don't be afraid of the size of the PR.
Basically 3/4 is just tests.
https://github.com/llvm/llvm-project/pull/113908
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/c
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder
`openmp-offload-libc-amdgpu-runtime` running on `omp-vega20-1` while building
`clang` at step 10 "Add check check-offload".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/73/builds/7747
Here is the r
https://github.com/owenca closed
https://github.com/llvm/llvm-project/pull/114078
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
steakhal wrote:
@Endilll Could you please help me reaching out to the right set of reviewers?
https://github.com/llvm/llvm-project/pull/109574
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c
travkin79 wrote:
I thought about the _Constant_ tag. In Java for example, there is no `const`
keyword, instead the `final` keyword is used for variables to declare them as
read-only. The keyword `final` means something else for methods (they cannot be
overridden).
The keywords and their mean
501 - 514 of 514 matches
Mail list logo