[all-commits] [llvm/llvm-project] c34936: [lldb] s/dyn_cast/isa
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue May 26 00:26:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c34936dae734085c4bc01703da0f5b7456e1bf51
https://github.com/llvm/llvm-project/commit/c34936dae734085c4bc01703da0f5b7456e1bf51
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-05-26 (Tue, 26 May 2020)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Log Message:
-----------
[lldb] s/dyn_cast/isa
The cast result is unused and produces a warning with gcc.
More information about the All-commits
mailing list