xazax.hun added a comment. In http://reviews.llvm.org/D12906#273088, @honggyu.kim wrote:
> In http://reviews.llvm.org/D12906#272257, @dkrupp wrote: > > > Hi Anna & Kim, > > > Hi Daniel, > > > we recognized these scalability issues you just described and that's why we > > created CodeChecker https://github.com/Ericsson/codechecker/ > > > tool. A HTML report viewer for Clang SA. > > > > > > Reports are stored in a postgresql db. Each source file is only stored once > > (unlike scanbuild), supports bug suppression and diff view between runs etc. > > > And it works pretty fast with many-million lines of code projects. > > > > > > If you have time, give it a try. we are happy to get feedback... > > > I have installed CodeChecker after fixing some problems due to the > environmental difference. (I use ubuntu 12.04) > > (checker_env) $ CodeChecker server --dbusername test_user --dbport 5432 -w > ~/checker_workspace -v 8080 > [WARNING] - WARNING! No suppress file was given, suppressed results will be > only stored in the database. > [INFO] - Checking for database > [INFO] - Waiting for client requests on [localhost:8080] > > > > It seems that it works fine with localhost but cannot connect it from remote > browsers. > > $ curl localhost:8080 > ... works fine ... > > $ curl <ip addr>:8080 > curl: (7) couldn't connect to host > > > Can I use CodeChecker Viewer as a web server and connect it from outside of > server? > If you give me some more guide, I will have a look at it more. > Thank you! Hi! By default it is disabled for security reasons. You can enable by passing a command line option to the code checker, something like --not-host-only. Regards, Gabor http://reviews.llvm.org/D12906 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits