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

Praveen G via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 11:54:36 PDT 2021


praveen marked an inline comment as done.
praveen added a comment.

In D98603#2629758 <https://reviews.llvm.org/D98603#2629758>, @clementval wrote:

>> 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.

Thanks for the clarification. Will push the patch.


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

https://reviews.llvm.org/D98603



More information about the llvm-commits mailing list