summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-26 01:12:33 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-26 01:27:56 +0300
commitb6a8b96b678eeda4f61ee8e20a19a47707537637 (patch)
treef504da586abd6620c1e9fae59bad9b543a72991a /README.md
parentef74c85974a85a5d342b8ffca82e0ff8ff266f2b (diff)
downloadparanucker-b6a8b96b678eeda4f61ee8e20a19a47707537637.tar.gz
paranucker-b6a8b96b678eeda4f61ee8e20a19a47707537637.tar.bz2
paranucker-b6a8b96b678eeda4f61ee8e20a19a47707537637.tar.xz
paranucker-b6a8b96b678eeda4f61ee8e20a19a47707537637.zip
Rename to Ast dumper to Paranoid null checker.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 647404b..14219a8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Ast Dumper - static code analyser for C/C++
+# Paranoid null checker (paranucker) - static code analyser for C/C++
This is [gcc](https://gcc.gnu.org) plugin for dump [AST](https://en.wikipedia.org/wiki/Abstract_syntax_tree) tree and search possible null pointers.
@@ -20,8 +20,8 @@ Version 1.0 Date: 2015-06-22
## Build
- Run build.sh
- - You will get astdumper.so for gcc binary
- and cppastdumper.so for g++ binary
+ - You will get paranucker.so for gcc binary
+ and cxxparanucker.so for g++ binary
## Usage examples
In directory [examples](examples) present two examples one for C++ and other for C.
@@ -31,10 +31,10 @@ In directory [examples](examples) present two examples one for C++ and other for
- [Hercules](http://herc.ws/)
## Advanced usage
-Ast Dumper support one plugin paramater named -fplugin-arg-astdumper-command or -fplugin-arg-cppastdumper-command depend what you using C or C++
+Paranoid null checker support one plugin paramater named -fplugin-arg-paranucker-command or -fplugin-arg-cxxparanucker-command depend what you using C or C++
Example:
- gcc-5 -fplugin=../astdumper.so -fplugin-arg-astdumper-command=detectnullpointers
+ gcc-5 -fplugin=../paranucker.so -fplugin-arg-paranucker-command=detectnullpointers
Known parameter values: