[all-commits] [llvm/llvm-project] 263a89: [flang] Change capitalization for Adjustl/r
Diana via All-commits
all-commits at lists.llvm.org
Fri Jun 4 01:35:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 263a89c9b788b4c6bc174dc169dca2a3b729ea02
https://github.com/llvm/llvm-project/commit/263a89c9b788b4c6bc174dc169dca2a3b729ea02
Author: Diana Picus <diana.picus at linaro.org>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M flang/runtime/character.cpp
M flang/unittests/RuntimeGTest/CharacterTest.cpp
Log Message:
-----------
[flang] Change capitalization for Adjustl/r
Rename the definitions of the character runtime functions Adjustl and
Adjustr (used to be AdjustL and AdjustR respectively).
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).
Differential Revision: https://reviews.llvm.org/D103392
More information about the All-commits
mailing list