资源简介

附带详细的安装教程,可升级至最新版本,并附带官方资料。

资源截图

代码片段和文件信息


#if 0
// This file is intended to be passed to Microsoft‘s C/C++ compiler in a
// “preprocess-only“ mode.
#endif

// This output is generated with one of the following two commands:
//
//    cl /EP /C [X] macros-msc.c >macros-msc.c.lnt
//
//    cl /TP /EP /C [X] macros-msc.c >macros-msc.cpp.lnt
//
// ... where [X] is the list of options passed to the compiler to build
// your project and “macros-msc.c.lnt“ and “macros-msc.cpp.lnt“ are
// suggested names. (The option /TP causes the compiler to treat the input
// as C++ source code which can affect the set of predefined macros.)
//
// The output is a sequence of macro definition options that should be
// passed to Lint.  This will configure Lint‘s preprocessor to have the
// same set implicitly-defined macro definitions that the Microsoft
// compiler assumes for a given build configuration.
//
// If you want to lint with different build configurations you may want
// to use a naming convention to identify the build configuration to which
// the output corresponds (e.g. “win32_debug-implicit.lnt“).  Note that
// the filename should end in “.lnt“ so that Lint sees it as a file
// containing command arguments.
//
// We recommend the use of “/EP /C“ instead of “/E“ because it suppresses
// #line directives and includes documentation for each active macro so
// the output is ready to use as a well-formed Lint options file.
//
// For convenience descriptions of macros have been copied from
// Microsoft‘s online documentation for Visual Studio 2010.
// This file seems to be appropriate for all versions of Visual Studio
//
//
// Note: Some macros whose expansions depend on conditions at the point of use
// (like __FUNCSIG__ __COUNTER__ etc.) are deliberately omitted.


#ifdef __DATE__
    -d__DATE__{__DATE__}

    // The compilation date of the current source file. The date is a string
    // literal of the form Mmm dd yyyy. The month name Mmm is the same as for
    // dates generated by the library function asctime declared in TIME.H.
#endif

#ifdef __STDC__
    -d__STDC__{__STDC__}

    // Indicates full conformance with the ANSI C standard. Defined as the
    // integer constant 1 only if the /Za compiler option is given and you are
    // not compiling C++ code; otherwise is undefined.
#endif


#ifdef __TIME__
    -d__TIME__{__TIME__}

    // The most recent compilation time of the current source file. The time
    // is a string literal of the form hh:mm:ss.
#endif


#ifdef __TIMESTAMP__
    -d__TIMESTAMP__{__TIMESTAMP__}

    // The date and time of the last modification of the current source file
    // expressed as a string literal in the form Ddd Mmm Date hh:mm:ss yyyy
    // where Ddd is the abbreviated day of the week and Date is an integer
    // from 1 to 31.
#endif

#ifdef _ATL_VER
    -d_ATL_VER{_ATL_VER}
    //
    // Defines the ATL version.
    //
#endif

#ifdef __AVX__
    -d__AVX__{__AVX__}

  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        306  2016-12-29 00:16  pc_lint\0_INSTALL.txt

     文件     578392  2016-12-28 08:36  pc_lint\1_PC-Lint安装配置与集成到VS2010.pdf

     文件    1614630  2016-12-28 16:45  pc_lint\how to patch.pdf

     文件       9262  2016-12-28 19:59  pc_lint\lnt_file_from_official_website\AU-thor options files\au-64.lnt

     文件       3815  2016-12-28 19:57  pc_lint\lnt_file_from_official_website\AU-thor options files\au-barr10.lnt

     文件       1217  2016-12-28 19:58  pc_lint\lnt_file_from_official_website\AU-thor options files\au-ds.lnt

     文件       1381  2016-12-28 19:59  pc_lint\lnt_file_from_official_website\AU-thor options files\au-ilp64.lnt

     文件       1855  2016-12-28 19:59  pc_lint\lnt_file_from_official_website\AU-thor options files\au-llp64.lnt

     文件       1742  2016-12-28 19:59  pc_lint\lnt_file_from_official_website\AU-thor options files\au-lp64.lnt

     文件      52113  2016-12-28 19:58  pc_lint\lnt_file_from_official_website\AU-thor options files\au-misra-cpp-alt.lnt

     文件      54816  2016-12-28 19:58  pc_lint\lnt_file_from_official_website\AU-thor options files\au-misra-cpp.lnt

     文件       1099  2016-12-28 19:58  pc_lint\lnt_file_from_official_website\AU-thor options files\au-misra.lnt

     文件      34315  2016-12-28 19:58  pc_lint\lnt_file_from_official_website\AU-thor options files\au-misra1.lnt

     文件      61238  2016-12-28 19:58  pc_lint\lnt_file_from_official_website\AU-thor options files\au-misra2.lnt

     文件      79705  2016-12-28 19:58  pc_lint\lnt_file_from_official_website\AU-thor options files\au-misra3.lnt

     文件      16647  2016-12-28 19:59  pc_lint\lnt_file_from_official_website\AU-thor options files\au-netrino.lnt

     文件       7412  2016-12-28 19:58  pc_lint\lnt_file_from_official_website\AU-thor options files\au-sm12.lnt

     文件      13283  2016-12-28 19:58  pc_lint\lnt_file_from_official_website\AU-thor options files\au-sm123.lnt

     文件       9260  2016-12-28 19:58  pc_lint\lnt_file_from_official_website\AU-thor options files\au-sm3.lnt

     文件       3364  2016-12-28 19:42  pc_lint\lnt_file_from_official_website\Compiler options files\co-arch.lnt

     文件       3759  2016-12-28 19:42  pc_lint\lnt_file_from_official_website\Compiler options files\co-ARMCC-5.lnt

     文件       2321  2016-12-28 19:43  pc_lint\lnt_file_from_official_website\Compiler options files\co-aztec.lnt

     文件       5943  2016-12-28 19:43  pc_lint\lnt_file_from_official_website\Compiler options files\co-bc.lnt

     文件       8194  2016-12-28 19:43  pc_lint\lnt_file_from_official_website\Compiler options files\co-bc4.lnt

     文件       4448  2016-12-28 19:43  pc_lint\lnt_file_from_official_website\Compiler options files\co-bc4wi.lnt

     文件       1198  2016-12-28 19:44  pc_lint\lnt_file_from_official_website\Compiler options files\co-bc5.h

     文件      10812  2016-12-28 19:44  pc_lint\lnt_file_from_official_website\Compiler options files\co-bc5.lnt

     文件       8204  2016-12-28 19:44  pc_lint\lnt_file_from_official_website\Compiler options files\co-bcos2.lnt

     文件       4226  2016-12-28 19:44  pc_lint\lnt_file_from_official_website\Compiler options files\co-bcwin.lnt

     文件       1711  2016-12-28 19:44  pc_lint\lnt_file_from_official_website\Compiler options files\co-bs166.lnt

............此处省略618个文件信息

评论

共有 条评论