diff options
author | Rahul Joshi <rjoshi@nvidia.com> | 2025-05-19 08:20:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-19 08:20:30 -0700 |
commit | 37ece04e096b76eef5f3cf7241ea3ff0d212a8ed (patch) | |
tree | f0ab3bd7d879e8480e8f44848aa57f1b2f97c9a4 /clang/lib/Serialization/ModuleCache.cpp | |
parent | f85d03c21518fa87239fa4e2d23267d0d5af9cf6 (diff) | |
download | llvm-37ece04e096b76eef5f3cf7241ea3ff0d212a8ed.zip llvm-37ece04e096b76eef5f3cf7241ea3ff0d212a8ed.tar.gz llvm-37ece04e096b76eef5f3cf7241ea3ff0d212a8ed.tar.bz2 |
[NFC][Clang] Adopt simplified `getTrailingObjects` in Expr.cpp/h (#140102)
Adopt non-templated and array-ref returning forms of
`getTrailingObjects` in Expr.cpp/.h.
Use ArrayRef forms to eliminate manual asserting for OOB index. Use
llvm::copy() instead of std::copy() in some instances.
Diffstat (limited to 'clang/lib/Serialization/ModuleCache.cpp')
0 files changed, 0 insertions, 0 deletions