]> andersk Git - splint.git/blobdiff - test/help.expect
Updated build to use automake files created by Tim Van Holder.
[splint.git] / test / help.expect
index 7c3ff91f3a61004ba81f6ca7d65bea68de3be734..05c1426a225759779837c6dc3a8258b654b0861e 100644 (file)
@@ -240,6 +240,8 @@ Finished LCLint checking --- no code processed
    indentspaces                
    infloops                    
    infloopsuncon               
+   initallelements             
+   initsize                    
    internalglobs               
    internalglobsnoglobs        
    internalnamecaseinsensitive 
@@ -435,6 +437,9 @@ Finished LCLint checking --- no code processed
    strictops                   
    strictusereleased           
    stringliterallen            
+   stringliteralnoroom         
+   stringliteralsmaller        
+   stringliteraltoolong        
    structimponly               
    supcounts                   
    superuser                   
@@ -988,6 +993,12 @@ syntax --- syntax error in parsing
 trytorecover --- try to recover from parse error
 type --- type mismatch
 fullinitblock --- initializer sets all fields
+initallelements --- initializer defines all array elements
+initsize --- initializer defines extra array elements
+stringliteraltoolong --- string literal too long for character array
+stringliteralnoroom --- string literal leaves no room for null terminator
+stringliteralsmaller --- string literal is smaller than the char array it is
+assigned to
 enummembers --- enum members must be int values
 maintype --- type of main does not match expected type
 formattype --- type-mismatch in parameter corresponding to format code in a
This page took 0.068364 seconds and 4 git commands to generate.