]> andersk Git - splint.git/blobdiff - test/help.expect
Fixed preds.expect for name change.
[splint.git] / test / help.expect
index 05c1426a225759779837c6dc3a8258b654b0861e..7725d6d2bf1147ce1c11740527078a6e123731ce 100644 (file)
@@ -1,8 +1,8 @@
 
 Source files are .c, .h and .lcl files.  If there is no suffix,
-   LCLint will look for <file>.c and <file>.lcl.
+   Splint will look for <file>.c and <file>.lcl.
 
-Use lclint -help <topic or flag name> for more information
+Use splint -help <topic or flag name> for more information
 
 Topics:
 
@@ -22,17 +22,12 @@ Topics:
    version (information on compilation, maintainer)
 
 
-Cannot find standard library: ansi.lcd
-     Check LARCH_PATH environment variable.
-Continuing without LCL init file: lclinit.lci
-Continuing without LSL init file: lslinit.lsi
-Unable to find CTrait.syms or CTrait.lsl.  Check LARCH_PATH environment
-variable.
+Finished checking --- no code processed
 
 Source files are .c, .h and .lcl files.  If there is no suffix,
-   LCLint will look for <file>.c and <file>.lcl.
+   Splint will look for <file>.c and <file>.lcl.
 
-Use lclint -help <topic or flag name> for more information
+Use splint -help <topic or flag name> for more information
 
 Topics:
 
@@ -52,16 +47,16 @@ Topics:
    version (information on compilation, maintainer)
 
 
+
 Command Line: Unrecognized option: asdf
   A flag is not recognized or used in an incorrect way (-badflag will suppress
   message)
 
-
-Finished LCLint checking --- no code processed
+Finished checking --- no code processed
 
 Warning: setting +boolint redundant with current value
 
-Finished LCLint checking --- no code processed
+Finished checking --- no code processed
 
    D<initializer>              
    I<directory>                
@@ -260,6 +255,7 @@ Finished LCLint checking --- no code processed
    lclexpect                   
    lclimportdir                
    lcs                         
+   legacy                      
    lh                          
    libmacros                   
    likelybool                  
@@ -412,6 +408,7 @@ Finished LCLint checking --- no code processed
    skipansiheaders             
    skipposixheaders            
    skipsysheaders              
+   slashslashcomment           
    slovak                      
    slovakconsts                
    slovakfcns                  
@@ -476,6 +473,7 @@ Finished LCLint checking --- no code processed
    unrecog                     
    unrecogcomments             
    unrecogflagcomments         
+   unrecognizeddirective       
    unsignedcompare             
    unusedspecial               
    usedef                      
@@ -489,6 +487,7 @@ Finished LCLint checking --- no code processed
    warnmissingglobs            
    warnmissingglobsnoglobs     
    warnposixheaders            
+   warnrc                      
    warnunixlib                 
    warnuse                     
    whichlib                    
@@ -545,6 +544,7 @@ unrecogcomments --- stylized comment is unrecognized
 unrecogflagcomments --- stylized flag comment uses an unrecognized flag
 continuecomment --- line continuation marker (\) in comment before */ on same
 line
+slashslashcomment --- C++ style // comment
 nestcomment --- comment begins inside comment
 tmpcomments --- interpret t comments (ignore errors in lines marked with
 /*@t<n>@*/
@@ -703,18 +703,18 @@ singleinclude --- optimize header inclusion to eliminate redundant includes
 neverinclude --- optimize header inclusion to not include any header files
 skipsysheaders --- do not include header files in system directories (set by
 -sysdirs)
-warnflags --- warn when command line sets flag to default value in mode
+warnflags --- warn when command line sets flag in abnormal way
+warnrc --- warn when there are problems with reading the initialization files
 warnunixlib --- warn when the unix library is used
 badflag --- warn about bad command line flags
-forcehints --- provide hints for all errors reported
+forcehints --- provide a hint for every warnings
 help --- -help <flags> will describe flags
-hints --- provide hints on using lclint (hint only reported for first related
-error)
+hints --- provide a hint the first time a particular warning appears
 retval --- return value ignored (sets retvalint, retvalbool and retvalother)
 retvalother --- return value of type other than bool or int ignored
 retvalbool --- return value of manifest type bool ignored
 retvalint --- return value of type int ignored
-f --- load options file (default ~/.lclintrc not loaded)
+f --- read an options file (default ~/.splintrc not loaded)
 i --- set LCL initilization file
 nof --- do not read options file
 needspec --- information in specifications is not also included in syntactic
@@ -985,6 +985,7 @@ pointer
 predboolptr --- type of condition test (if, while or for) is a pointer
 D<initializer> --- passed to pre-processor
 U<initializer> --- passed to pre-processor
+unrecognizeddirective --- unrecognized pre-processor directive
 globstate --- returns with global in inconsistent state (null or undefined)
 supcounts --- The number of errors detected does not match number in
 /*@i<n>@*/.
@@ -1082,4 +1083,5 @@ unixstandard --- function is not required in Standard UNIX Specification
 superuser --- function is restricted to superusers
 implementationoptional --- declarator is implementation optional (ISO99 does
 not require an implementation to provide it)
+legacy --- legacy declaration in Unix Standard
 
This page took 0.070393 seconds and 4 git commands to generate.