<div dir="ltr">Just one looks actually broken / incorrect:<div><div><a href="http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/modularize/Modularize.cpp?rev=198703&r1=198702&r2=198703&view=diff">http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/modularize/Modularize.cpp?rev=198703&r1=198702&r2=198703&view=diff</a></div>

</div><div><br></div><div>It looks like the API header search in sort_includes.py is broken/incorrect in this case. It assumes the first include in any 'cpp' file is correct even if it does not match name or section at all. The script should probably search for a matching name in the last chunk of the path (Although one header with multiple implementing independently named cpp files would break it then)</div>

</div>