[Lldb-commits] [PATCH] D147801: [lldb] Add unittests for a few FileSpec methods
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 7 11:51:22 PDT 2023
mib added inline comments.
================
Comment at: lldb/include/lldb/Utility/FileSpec.h:330
/// filename has no extension, ConstString(nullptr) is returned. The dot
- /// ('.') character is not returned as part of the extension
+ /// ('.') character is the first character in the returned string.
///
----------------
This sounds like a pretty intrusive change ... was the comment wrong or did change the implementation on another commit ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147801/new/
https://reviews.llvm.org/D147801
More information about the lldb-commits
mailing list