[PATCH] D159546: [OpenMP 5.2] Initial parsing and semantic analysis support for 'step' modifier on 'linear' clause

Jessica Clarke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 12:04:28 PDT 2023


jrtc27 added inline comments.


================
Comment at: clang/include/clang/Basic/DiagnosticParseKinds.td:1352
+def err_omp_multiple_step_or_linear_modifier : Error<
+  "multiple %select{'step size'|'linear modifier'}0 found in linear clause">; 
 def warn_pragma_expected_colon_r_paren : Warning<
----------------
jrtc27 wrote:
> This trailing whitespace broke CI's formatting check
(I've gone and fixed it in 0ab694754e3722f7edbd8b3ad23ac0b312515d3b)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159546/new/

https://reviews.llvm.org/D159546



More information about the cfe-commits mailing list