aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-10-25 19:37:55 -0700
committerGitHub <noreply@github.com>2024-10-25 19:37:55 -0700
commitec2da0ca19c393053c7f11d5478ae21c27e54f5c (patch)
treeedb24d0f2c0d86ae200e4dfaf8d7eae4719676e5 /clang/lib/CodeGen/CodeGenFunction.cpp
parent801f3a5400ca2fbcfdeb73fd744e8cce0cebc722 (diff)
downloadllvm-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