diff options
author | Kazu Hirata <kazu@google.com> | 2024-10-25 19:37:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-25 19:37:55 -0700 |
commit | ec2da0ca19c393053c7f11d5478ae21c27e54f5c (patch) | |
tree | edb24d0f2c0d86ae200e4dfaf8d7eae4719676e5 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 801f3a5400ca2fbcfdeb73fd744e8cce0cebc722 (diff) | |
download | llvm-ec2da0ca19c393053c7f11d5478ae21c27e54f5c.zip llvm-ec2da0ca19c393053c7f11d5478ae21c27e54f5c.tar.gz llvm-ec2da0ca19c393053c7f11d5478ae21c27e54f5c.tar.bz2 |
[ADT] Use data() and size() within StringRef (NFC) (#113657)
This patch uses data() and size() within StringRef instead of Data and
Length. This makes it easier to replace Data and Length with
std::string_view in the future, which in turn allows us to forward
most of StringRef functions to the counterparts in std::string_view.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions