Commit 0ce801f
authored
[clang][OpenMP] Implement
What is considered "executable" in clang differs slightly from the
OpenMP's "executable" category. In addition to the executable category,
subsidiary directives, and OMPD_error are considered executable.
Implement a function that performs that check.isOpenMPExecutableDirective (#97089)1 parent 101a936 commit 0ce801f
File tree
4 files changed
+19
-4
lines changed- clang
- include/clang/Basic
- lib
- Basic
- Parse
- Sema
4 files changed
+19
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
371 | 379 | | |
372 | 380 | | |
373 | 381 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
705 | 712 | | |
706 | 713 | | |
707 | 714 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2397 | 2397 | | |
2398 | 2398 | | |
2399 | 2399 | | |
2400 | | - | |
2401 | | - | |
2402 | | - | |
2403 | | - | |
| 2400 | + | |
| 2401 | + | |
2404 | 2402 | | |
2405 | 2403 | | |
2406 | 2404 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6357 | 6357 | | |
6358 | 6358 | | |
6359 | 6359 | | |
| 6360 | + | |
| 6361 | + | |
6360 | 6362 | | |
6361 | 6363 | | |
6362 | 6364 | | |
| |||
0 commit comments