File tree Expand file tree Collapse file tree 2 files changed +167
-905
lines changed Expand file tree Collapse file tree 2 files changed +167
-905
lines changed Original file line number Diff line number Diff line change @@ -11180,16 +11180,12 @@ def err_omp_several_directives_in_region : Error<
11180
11180
def note_omp_previous_directive : Note<
11181
11181
"previous '%0' directive used here">;
11182
11182
def err_omp_sections_not_compound_stmt : Error<
11183
- "the statement for '#pragma omp sections' must be a compound statement">;
11184
- def err_omp_parallel_sections_not_compound_stmt : Error<
11185
- "the statement for '#pragma omp parallel sections' must be a compound statement">;
11183
+ "the statement for '#pragma omp %0' must be a compound statement">;
11186
11184
def err_omp_orphaned_section_directive : Error<
11187
11185
"%select{orphaned 'omp section' directives are prohibited, it|'omp section' directive}0"
11188
11186
" must be closely nested to a sections region%select{|, not a %1 region}0">;
11189
11187
def err_omp_sections_substmt_not_section : Error<
11190
- "statement in 'omp sections' directive must be enclosed into a section region">;
11191
- def err_omp_parallel_sections_substmt_not_section : Error<
11192
- "statement in 'omp parallel sections' directive must be enclosed into a section region">;
11188
+ "statement in 'omp %0' directive must be enclosed into a section region">;
11193
11189
def err_omp_parallel_reduction_in_task_firstprivate : Error<
11194
11190
"argument of a reduction clause of a %0 construct must not appear in a firstprivate clause on a task construct">;
11195
11191
def err_omp_atomic_read_not_expression_statement : Error<
You can’t perform that action at this time.
0 commit comments