From ffbc86f5ac2a835d841d53938824242e0a69fdd4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 15 Apr 2014 12:35:53 +0200 Subject: add "include/comphelper" to list of includes to ignore since it only contains a single sal_Bool site now, and we want to leave that alone since it's a copy of similar stuff in cppuhelper. Change-Id: I3cf4cf5f67e95d5b6f70371181f77c5451fcbf50 --- compilerplugins/clang/store/salbool.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/store/salbool.cxx b/compilerplugins/clang/store/salbool.cxx index 2c2ba7e874fd..85790bd37482 100644 --- a/compilerplugins/clang/store/salbool.cxx +++ b/compilerplugins/clang/store/salbool.cxx @@ -509,6 +509,7 @@ bool SalBool::isInUnoIncludeFile(SourceLocation spellingLocation) const { || name == SRCDIR "/cppuhelper/source/compat.cxx" || name == SRCDIR "/sal/osl/all/compat.cxx") : (name.startswith(SRCDIR "/include/com/") + || name.startswith(SRCDIR "/include/comphelper/") || name.startswith(SRCDIR "/include/cppu/") || name.startswith(SRCDIR "/include/cppuhelper/") || name.startswith(SRCDIR "/include/osl/") -- cgit v1.2.3