summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-17 16:28:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-17 16:28:33 +0100
commitb45aef86fa5b7d5d9c8fa7bd7098a1ea74aae58e (patch)
treefb1b3625e88ee49aa7beb0b2eaff72c37a8feca1 /compilerplugins
parent097f8d6dbcb904926dbb04c6fbedda08cbf69c51 (diff)
Improve comment
Change-Id: I25931d59fc1b4feb1fd1eaa036a64a28a269f409
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/badstatics.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/compilerplugins/clang/badstatics.cxx b/compilerplugins/clang/badstatics.cxx
index a1336cceb2bb..fd8d2a041389 100644
--- a/compilerplugins/clang/badstatics.cxx
+++ b/compilerplugins/clang/badstatics.cxx
@@ -134,7 +134,8 @@ public:
|| name == "g_pHyphIter" // SwEditShell::HyphEnd()
|| name == "pFieldEditEngine" // ScGlobal::Clear()
|| name == "xDrawClipDocShellRef" // ScGlobal::Clear()
- || name == "instance" // ImplImageTree::get()
+ || name == "instance"
+ // ImplImageTree::get(), ImplImageTree::shutDown()
) // these variables appear unproblematic
{
return true;