<div dir="ltr">In clang/lib/Tooling/CompilationDatabase.cpp:241, this really looks weird:<div><br></div><div>   // Remove -no-integrated-as; it's not used for syntax checking,<br></div><div><div>   // and it confuses targets which don't support this option.</div>
<div>   std::remove_if(Args.begin(), Args.end(),</div><div>                 MatchesAny(std::string("-no-integrated-as")));</div><div><br></div></div><div><div>The attached patch adds the extra erase step necessary to really remove the elements --- as the comment states. But it bothers me to see that the current code seems to work as it is, hinting that those lines may no longer be necessary.</div>
<div><br></div><div>Any opinion there ?</div><div><br></div><div>Cheers,</div><div>--</div><div>Arnaud</div><div><br></div><div></div></div></div>