Szelethus marked 2 inline comments as done.
Szelethus added a comment.

Thanks! :)



================
Comment at: lib/FrontendTool/ExecuteCompilerInvocation.cpp:255
+    ento::printAnalyzerConfigList(llvm::outs());
+    return true;
+  }
----------------
george.karpenkov wrote:
> Hm, should we return here?
> If there are errors, which are only printed in the next part, should they 
> still be printed?
I'd prefer to return as every other option. I think the user, if 
`-analyzer-config-help` was supplied, is only interested in a config option 
list.


https://reviews.llvm.org/D53296



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to