diff --git a/README.md b/README.md index ec2d441f..20b6ba44 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -README.md -Loops Rule\! +Welcome to the test-repo-cpp! + +www.softacheck.com + +Static Analysis C/C++ Doxygen + +Testing diff --git a/clang.c b/clang.c index 1fff9317..94bccf83 100644 --- a/clang.c +++ b/clang.c @@ -1,6 +1,8 @@ void f1(struct fred_t *p) { + + // dereference p and then check if it's NULL int x = p->x; if (p)