[PATCH] D103392: [flang] Change capitalization for Adjustl/r

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 31 02:45:01 PDT 2021


rovka created this revision.
rovka added reviewers: klausler, jeanPerier.
rovka added a project: Flang.
Herald added a subscriber: jdoerfert.
rovka requested review of this revision.
Herald added a project: LLVM.

Rename the declarations of the character runtime functions Adjustl and
Adjustr to AdjustL and AdjustR respectively, to match the
implementation.

Also add unit tests (and move some of the helpers to the top of the
file, since they're now used in more than one place).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103392

Files:
  flang/runtime/character.h
  flang/unittests/RuntimeGTest/CharacterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103392.348755.patch
Type: text/x-patch
Size: 6089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210531/e59bbc5d/attachment.bin>


More information about the llvm-commits mailing list