[all-commits] [llvm/llvm-project] 7c708a: [flang][runtime] Trim FORMATs echoed to error mess...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Jul 6 18:59:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c708adb4a14ef9f181e8107235fb27c53214bc1
https://github.com/llvm/llvm-project/commit/7c708adb4a14ef9f181e8107235fb27c53214bc1
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M flang/runtime/format.h
Log Message:
-----------
[flang][runtime] Trim FORMATs echoed to error messages
Since dynamic FORMAT strings usually come from blank-padded fixed-length
CHARACTER variables, trim leading and trailing blanks from them when they
are echoed to error messages for better readability.
Differential Revision: https://reviews.llvm.org/D129024
More information about the All-commits
mailing list