[all-commits] [llvm/llvm-project] b66da7: [lldb] Don't assume name of libc++ inline namespac...
Dave Lee via All-commits
all-commits at lists.llvm.org
Fri Nov 11 11:59:55 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b66da73a05abe88bbe34bf7ffbe09f6e3d7f1fe0
https://github.com/llvm/llvm-project/commit/b66da73a05abe88bbe34bf7ffbe09f6e3d7f1fe0
Author: Dave Lee <davelee.com at gmail.com>
Date: 2022-11-11 (Fri, 11 Nov 2022)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
Log Message:
-----------
[lldb] Don't assume name of libc++ inline namespace in LibCxxUnorderedMap
Follow up to D117383, fixing the assumption that libc++ always uses `__1` as
its inline namespace name.
Reviewed By: rupprecht
Differential Revision: https://reviews.llvm.org/D133259
More information about the All-commits
mailing list