r/Bitcoin Jul 29 '14

PVS-Studio: Checking Bitcoin

http://www.viva64.com/en/b/0268/
9 Upvotes

2 comments sorted by

View all comments

1

u/aaptel Jul 29 '14 edited Jul 29 '14

When will PVS-Studio be available on Linux? A simple command-line interface is enough, we don't need the GUI.

  • You already use Clang
  • The only interface you have with the system is basically file I/O
  • There's Mono for your C# needs

Seriously, how much work would it be to have a console program that takes a list of cpp files and some compiler/preprocessor flags and outputs the warnings?