Did anyone got Gimpel's PC-Lint 9.00j to parse the include files of Visual Studio 2012 without spewing out hundreds of bogus errors?
A subset of settings I am using (the full ones give the exact same results):
-u
+linebuf
-i"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include"
-i"C:\Program Files (x86)\lint"
co-msc110.lnt
Gives me 325 errors when I try to lint the following one-liner:
#include <vector>
Please advise.