[lldb][NFC][modern-type-lookup] Remove while(false) behind if() {}
authorRaphael Isemann <teemperor@gmail.com>
Mon, 30 Sep 2019 13:08:08 +0000 (13:08 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 30 Sep 2019 13:08:08 +0000 (13:08 +0000)
commit9b034293fa5d2dfdaa4dd894b88ce859f9042954
tree2ed31f40f4174040979de2ac5c879dd2cf1c4bc4
parentbfec04562630266477080109a94c776f02b645c3
[lldb][NFC][modern-type-lookup] Remove while(false) behind if() {}

This was originally a 'do { ... } while (false);' like in the rest
of the function, but the do was refactored into an 'if' without
also removing the trailing 'while(false);'

llvm-svn: 373206
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp