Commit 419a559
committed
[OpenMP][NFCI] Move OpenMP clause information to
This is a cleanup and normalization patch that also enables reuse with
Flang later on. A follow up will clean up and move the directive ->
clauses mapping.
Reviewed By: fghanim
Differential Revision: https://reviews.llvm.org/D77112lib/Frontend/OpenMP
1 parent b43b59f commit 419a559
File tree
29 files changed
+621
-544
lines changed- clang
- include/clang
- AST
- Basic
- lib
- ASTMatchers
- Dynamic
- AST
- Analysis
- Basic
- CodeGen
- Parse
- Sema
- Serialization
- StaticAnalyzer
- Checkers
- Core
- tools/libclang
- unittests/ASTMatchers
- llvm
- include/llvm/Frontend/OpenMP
- lib/Frontend/OpenMP
29 files changed
+621
-544
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
| 151 | + | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
| 207 | + | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
0 commit comments