Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ecpcitest
proteas
llvm-project
Commits
49d38b1d
Commit
49d38b1d
authored
Jan 23, 2022
by
Simon Pilgrim
Browse files
Fix "not all control paths return a value" warning. NFC.
parent
d13847bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
lldb/source/Plugins/Language/CPlusPlus/GenericBitset.cpp
View file @
49d38b1d
...
...
@@ -72,6 +72,7 @@ ConstString GenericBitsetFrontEnd::GetDataContainerMemberName() {
case
StdLib
::
LibStdcpp
:
return
ConstString
(
"_M_w"
);
}
llvm_unreachable
(
"Unknown StdLib enum"
);
}
bool
GenericBitsetFrontEnd
::
Update
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment