au-ds.lnt
资源名称:pclint.rar [点击查看]
上传用户:filter2008
上传日期:2010-03-12
资源大小:2959k
文件大小:0k
源码类别:
编辑器/阅读器
开发平台:
C/C++
- // au-ds.lnt -- Author options - Dan Saks
- /*
- This options file can be used to explicitly activate those
- checks advocated by Dan Saks in his series of presentations on
- "C++ Gotchas".
- You can use this file directly when linting your programs as in:
- lin au-ds files
- */
- +fsc // consider string constants as const char *
- +e1933 // turn on "virtual call from member detection"