summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/staticmethods.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-26 12:50:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-26 14:34:29 +0100
commit01f3b95884ab652a61a621a0c9dc3e2e0b7c3e4b (patch)
tree29d0d6743a03ec87fbae7dc82fd0b13c7de79800 /compilerplugins/clang/staticmethods.cxx
parentRevert "compilerplugins: Build them in parallel." (diff)
downloadcore-01f3b95884ab652a61a621a0c9dc3e2e0b7c3e4b.tar.gz
core-01f3b95884ab652a61a621a0c9dc3e2e0b7c3e4b.zip
These version checks are about the Clang the plugins are built /against/
...not the (Clang) compiler they are being built /with/. (Also simplifies the checking #if code.) Change-Id: I416321be4ef4478785be40571f81500fd3b6feb8
Diffstat (limited to 'compilerplugins/clang/staticmethods.cxx')
-rw-r--r--compilerplugins/clang/staticmethods.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/staticmethods.cxx b/compilerplugins/clang/staticmethods.cxx
index bb8eac65af10..d4edb1a53758 100644
--- a/compilerplugins/clang/staticmethods.cxx
+++ b/compilerplugins/clang/staticmethods.cxx
@@ -38,7 +38,7 @@ private:
bool BaseCheckNotTestFixtureSubclass(
const CXXRecordDecl *BaseDefinition
-#if __clang_major__ == 3 && __clang_minor__ <= 7
+#if CLANG_VERSION < 30800
, void *
#endif
)