From 1d5ba4e3206aeefa2138f3aa1d91925956b50d76 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Fri, 29 Jan 2010 23:22:18 +0200 Subject: [PATCH] Improved updateClassList(), but not yet took it into use. findClassFunction is now non-static. updateClassList usage is currently commented out as it doesn't handle class inside a function --- cppcheck.cbp | 2 +- lib/checkclass.cpp | 10 +++- lib/checkmemoryleak.cpp | 4 +- lib/tokenize.cpp | 124 ++++++++++++++++++++++++++++++++++++---- lib/tokenize.h | 12 +++- test/testtokenize.cpp | 8 +-- 6 files changed, 139 insertions(+), 21 deletions(-) diff --git a/cppcheck.cbp b/cppcheck.cbp index 8526213bb..917614137 100644 --- a/cppcheck.cbp +++ b/cppcheck.cbp @@ -11,7 +11,7 @@