aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectCommands.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-05-02 18:54:36 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-05-02 18:54:36 +0000
commit38a328276cf5822d5b32c1bab064f24946142295 (patch)
tree39a9091f04c39a655eb85e454f3b0b3c6501df40 /lldb/source/Commands/CommandObjectCommands.cpp
parentf91c5ab3418be94dc13a116af85a0797c5302f99 (diff)
downloadllvm-38a328276cf5822d5b32c1bab064f24946142295.zip
llvm-38a328276cf5822d5b32c1bab064f24946142295.tar.gz
llvm-38a328276cf5822d5b32c1bab064f24946142295.tar.bz2
Don't abuse reinterpret cast to do something the API of PointerUnion
provides proper support for. This was caught by -Wundefined-reinterpret-cast, and I think a reasonable case for it to warn on. Also use is<...> instead of dyn_cast<...> when the result isn't needed. This whole thing should probably switch to using UsuallyTinyPtrVector. llvm-svn: 130707
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions