<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div>hi, list</div><div><br></div><div>I use gcc to compile clang. gcc gives us this warning. </div><div><br></div><div><br></div><div>/home/xliu/MyDevel/llvm-repo/llvm/tools/clang/lib/AST/ASTImporter.cpp:622:7: warning: statement is indented as if it were guarded by... [-Wmisleading-indentation]</div><div>       if (Function1->getExtInfo() != Function2->getExtInfo())</div><div>       ^~</div><div>/home/xliu/MyDevel/llvm-repo/llvm/tools/clang/lib/AST/ASTImporter.cpp:619:5: note: ...this ‘if’ clause, but it is not</div><div>     if (!IsStructurallyEquivalent(Context, Function1->getReturnType(),</div><div>     ^~</div><div>I go there and take a look. It's clearly just a minor indent problem. We better remove this warning. </div><div><br></div><div><br></div><div>thanks,</div><div>--lx</div></div>
</div><br></div>