[all-commits] [llvm/llvm-project] ec7062: [Flang][Sema] Move directive sets to a shared loca...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Mon Aug 7 03:19:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec70627dd17703a2a12ce0f28bd3794aa77d2058
https://github.com/llvm/llvm-project/commit/ec70627dd17703a2a12ce0f28bd3794aa77d2058
Author: Sergio Afonso <safonsof at amd.com>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M clang/docs/tools/clang-formatted-files.txt
A flang/include/flang/Semantics/openmp-directive-sets.h
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
M flang/lib/Semantics/resolve-directives.cpp
Log Message:
-----------
[Flang][Sema] Move directive sets to a shared location
This patch moves directive sets defined internally in Semantics to a header
accessible by other stages of the compiler to enable reuse. Some sets are
renamed/rearranged and others are lifted from local definitions to provide
a single source of truth.
Differential Revision: https://reviews.llvm.org/D157090
More information about the All-commits
mailing list