https://github.com/mikerice1969 closed
https://github.com/llvm/llvm-project/pull/71596
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Mike Rice (mikerice1969)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/71596.diff
1 Files Affected:
- (modified) clang/include/clang/AST/StmtOpenMP.h (+1-1)
``diff
diff --git a/clang/include/clang/AST/Stmt
https://github.com/mikerice1969 created
https://github.com/llvm/llvm-project/pull/71596
None
>From 41f147c79a0a32fa541e7fb99cb2053b8f4b7ea2 Mon Sep 17 00:00:00 2001
From: Mike Rice
Date: Tue, 7 Nov 2023 14:51:55 -0800
Subject: [PATCH] [OpenMP] Add a missing 'const' (NFC)
---
clang/include/cl