Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in source...
authorEugene Zelenko <eugene.zelenko@gmail.com>
Mon, 22 Feb 2016 19:02:01 +0000 (19:02 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Mon, 22 Feb 2016 19:02:01 +0000 (19:02 +0000)
commit435c2c9def44bd4f14223e7835830e9eaaf0a789
tree052c394c799bac1c26f4d875776a0f08820767bc
parent8e3cbde27d471ed207275cc3106f59c8d3cfa284
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in source/Commands/CommandObjectPlatform.cpp; other minor fixes.

Add missing break for permissions-string case.

llvm-svn: 261555
lldb/source/Commands/CommandObjectPlatform.cpp