aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
diff options
context:
space:
mode:
authorCorentin Jabot <corentinjabot@gmail.com>2022-06-28 23:48:48 +0200
committerCorentin Jabot <corentinjabot@gmail.com>2022-06-29 18:28:51 +0200
commita9a60f20e6cc80855864b8f559073bc31f34554b (patch)
treecd043693e7634a9500d5d112b1da20df6bd91a43 /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
parenta7d6c3effe93954ecad634eebbcc59fc6856c3d9 (diff)
downloadllvm-a9a60f20e6cc80855864b8f559073bc31f34554b.zip
llvm-a9a60f20e6cc80855864b8f559073bc31f34554b.tar.gz
llvm-a9a60f20e6cc80855864b8f559073bc31f34554b.tar.bz2
[Clang] Rename StringLiteral::isAscii() => isOrdinary() [NFC]
"Ascii" StringLiteral instances are actually narrow strings that are UTF-8 encoded and do not have an encoding prefix. (UTF8 StringLiteral are also UTF-8 encoded strings, but with the u8 prefix. To avoid possible confusion both with actuall ASCII strings, and with future works extending the set of literal encodings supported by clang, this rename StringLiteral::isAscii() to isOrdinary(), matching C++ standard terminology. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D128762
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
0 files changed, 0 insertions, 0 deletions