[all-commits] [llvm/llvm-project] 0eea7d: [clang][OpenMP] Place some common code in functions
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Wed Jun 26 12:07:36 PDT 2024
Branch: refs/heads/users/spr/kparzysz/b04-clang-semaopenmp-deduplicate
Home: https://github.com/llvm/llvm-project
Commit: 0eea7de1769025333eaa90bd5022eebafe22996d
https://github.com/llvm/llvm-project/commit/0eea7de1769025333eaa90bd5022eebafe22996d
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-06-26 (Wed, 26 Jun 2024)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaOpenMP.cpp
Log Message:
-----------
[clang][OpenMP] Place some common code in functions
There are chunks of code repeated in a number of functions. This patch
moves some of that code into individual functions.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list