diff options
author | Fangrui Song <i@maskray.me> | 2025-06-28 14:41:57 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2025-06-28 14:41:58 -0700 |
commit | e6b25288eb0a9374cb92b0a86ce364d0929d2752 (patch) | |
tree | 82f08e896a748f762a8e52f1bd30f410fa349a34 /clang/lib/Basic/SourceManager.cpp | |
parent | 5ffdd9480d80719dc0ff83417ae58a91c157fd79 (diff) | |
download | llvm-e6b25288eb0a9374cb92b0a86ce364d0929d2752.zip llvm-e6b25288eb0a9374cb92b0a86ce364d0929d2752.tar.gz llvm-e6b25288eb0a9374cb92b0a86ce364d0929d2752.tar.bz2 |
MCExpr: Migrate away from operator<<
Printing an expression is error-prone without a MCAsmInfo argument.
Remove the operator<< overload and replace callers with
MCAsmInfo::printExpr. Some callers are changed to MCExpr::print, with
the goal of eventually making it private.
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions