[51/208] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTImporter.cpp.o
llvm/tools/clang/lib/AST/ASTImporter.cpp: In member function ‘clang::ExpectedDecl clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*)’:
llvm/tools/clang/lib/AST/ASTImporter.cpp:3100:15: warning: unused variable ‘MD’ [-Wunused-variable]
if (auto *MD = dyn_cast<CXXMethodDecl>(FoundByLookup)) {
^
Following warning is fixed:
(Additional code format change is made.)