[PATCH] D98603: [Flang] [OpenMP] Add function for mapping OpenMP Parser clause classes with the corresponding clause kind

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 11:40:57 PDT 2021


clementval added a comment.

> The clang-tidy seems to identify the case style as invalid for this function name **GenerateFlangClauseParserKindMap** 
> Any changes required regarding this ? All other functions in the file DirectiveEmitter.cpp follows the same naming convention.

Don't worry about this. All other TableGen backend follows this naming convention that's why we did it too.


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

https://reviews.llvm.org/D98603



More information about the llvm-commits mailing list