[Lldb-commits] [PATCH] D113604: [lldb][NFC] Format lldb/include/lldb/Symbol/Type.h
David Blaikie via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 29 17:06:53 PST 2021
dblaikie requested changes to this revision.
dblaikie added inline comments.
This revision now requires changes to proceed.
================
Comment at: lldb/include/lldb/Symbol/Type.h:204-206
+ static bool GetTypeScopeAndBasename(const llvm::StringRef name,
+ llvm::StringRef scope,
+ llvm::StringRef basename,
----------------
================
Comment at: lldb/source/Symbol/Type.cpp:665-667
+bool Type::GetTypeScopeAndBasename(const llvm::StringRef name,
+ llvm::StringRef scope,
+ llvm::StringRef basename,
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113604/new/
https://reviews.llvm.org/D113604
More information about the lldb-commits
mailing list