[all-commits] [llvm/llvm-project] 127322: [lldb] Silence GCC warnings about control reaching...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Apr 14 01:55:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 127322ddebde9c3a0b1cd5cdc81b36870606b4f6
https://github.com/llvm/llvm-project/commit/127322ddebde9c3a0b1cd5cdc81b36870606b4f6
Author: Martin Storsjö <martin at martin.st>
Date: 2021-04-14 (Wed, 14 Apr 2021)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
Log Message:
-----------
[lldb] Silence GCC warnings about control reaching the end of non-void functions. NFC.
Also remove a superfluous semicolon after the braces for a switch
statement (that wasn't warned about).
Differential Revision: https://reviews.llvm.org/D100447
More information about the All-commits
mailing list