$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [tools/GSoC] static code analysis?
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2016-01-30 08:34:57
Le 28/01/2016 13:03, Oliver Kowalke a écrit :
> Hi,
> would it be possible to provide a boost-tool or maybe a boost-GSoc project
> that enables static code analysis for boost developers? clang-tidy (
> http://clang.llvm.org/extra/clang-tidy/) could be used for this purpose.
>
Sure. Some questions:
Are you suggesting to use clang-tidy as such and/or adding specific
boost checks?
If adding, which checks do you want to add?
Vicente