This is clint.info, produced by makeinfo version 4.8 from clint.texinfo. INFO-DIR-SECTION Programming & development tools START-INFO-DIR-ENTRY * Clint: (clint). A static source code checker for C++ END-INFO-DIR-ENTRY This file documents the `clint' command which Clint is a static source code checker for C++ Copyright (C) 2001 David Pashley Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation.  File: clint.info, Node: Top, Next: Instructions, Prev: (dir), Up: (dir) This file documents the `clint' command to Clint is a static source code checker for C++. * Menu: * Instructions:: How to read this manual. * Copying:: How you can copy and share `clint'. * Overview:: Preliminary information. * Sample:: Sample output from `clint'. * Invoking clint:: How to run `clint'. * Problems:: Reporting bugs. * Concept Index:: Index of concepts.  File: clint.info, Node: Instructions, Next: Copying, Prev: Top, Up: Top 1 How to Read This Manual ************************* To read this manual, begin at the beginning, reading from left to right and top to bottom, until you get to the end. Then stop. You may pause for a beer anywhere in the middle as well, if you wish. (Please note, however, that The King strongly advises against heavy use of prescription pharmaceuticals, based on his extensive personal and professional experience.)  File: clint.info, Node: Copying, Next: Overview, Prev: Instructions, Up: Top  File: clint.info, Node: Overview, Next: Sample, Prev: Copying, Up: Top 2 Overview ********** The GNU `clint' program produces a familiar, friendly greeting. It allows nonprogrammers to use a classic computer science tool which would otherwise be unavailable to them. Because it is protected by the GNU General Public License, users are free to share and change it. GNU `clint' was written by David Pashley.  File: clint.info, Node: Sample, Next: Invoking clint, Prev: Overview, Up: Top 3 Sample Output *************** Here are some realistic examples of running `clint'. This is the output of the command `clint': hello, world! This is the output of the command `clint --help': Clint is a static source code checker for C++ Usage: clint [options] -h, --help Print a summary of the options -V, --version Print the version number  File: clint.info, Node: Invoking clint, Next: Problems, Prev: Sample, Up: Top 4 Invoking `clint' ****************** The format for running the `clint' program is: clint OPTION ... `clint' supports the following options: `--output name' `-o' Write output to `name' instead of standard output. `--interactive' `-i' Prompt for confirmation. `--no-warn' Disable warnings. `--quiet' `--silent' `-q' Inhibit usual output. `--brief' Shorten output. `--verbose' `-V' Print more information. `--directory name' Use specified directory. `--cd name' Change to specified directory before proceeding. `--help' `-h' Print an informative help message describing the options and then exit. `--version' `-v' Print the version number of `clint' on the standard error output and then exit.  File: clint.info, Node: Problems, Next: Concept Index, Prev: Invoking clint, Up: Top 5 Reporting Bugs **************** If you find a bug in `clint', please send electronic mail to `david@davidpashley.com'. Include the version number, which you can find by running `clint --version'. Also include in your message the output that the program produced and the output you expected. If you have other questions, comments or suggestions about `clint', contact the author via electronic mail to `david@davidpashley.com'. The author will try to help you out, although he may not have time to fix your problems.  File: clint.info, Node: Concept Index, Prev: Problems, Up: Top Concept Index ************* [index] * Menu: * bugs: Problems. (line 6) * getting help: Invoking clint. (line 6) * greetings: Overview. (line 6) * help: Invoking clint. (line 6) * how to read: Instructions. (line 6) * invoking: Invoking clint. (line 6) * manual, how to read: Instructions. (line 6) * options: Invoking clint. (line 6) * overview: Overview. (line 6) * problems: Problems. (line 6) * reading: Instructions. (line 6) * sample: Sample. (line 6) * tail recursion: Concept Index. (line 6) * usage: Invoking clint. (line 6) * version: Invoking clint. (line 6)  Tag Table: Node: Top1013 Node: Instructions1588 Node: Copying2089 Node: Overview2173 Node: Sample2595 Node: Invoking clint3098 Node: Problems3960 Node: Concept Index4578  End Tag Table