This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CppCoreGuidelines warnings


On 05/17/2016 02:10 PM, Christopher Di Bella wrote:
> 
>> I don't know the status of the static analysis tool the Microsoft were planning to release, which would do a lot of the checking.
> 
> As far as I'm aware, this is a Visual Studio tool, and thus closed
> source. I might be wrong!

Some of the C++ Core Guidelines checks are already implemented in clang-tidy:
http://reviews.llvm.org/diffusion/L/browse/clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/

-- 
Regards,
    Mikhail Maltsev


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]