diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-12-15 14:20:38 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-12-19 22:08:38 +0100 |
commit | 9663341f9249c739219ffe6cccf3762aa8dd78f3 (patch) | |
tree | 2b22177d01916abca8314b0834185892a8f77030 /compilerplugins/clang/getimplementationname.cxx | |
parent | 00bc5a097313fbd003675267be961ad3a152ba42 (diff) |
Bump --enable-compiler-plugins to Clang 3.8.0
<https://lists.freedesktop.org/archives/libreoffice/2017-December/079107.html>
"Clang baseline bump"
Change-Id: I18fca8794ea34118fc6308458064d0c28cf5caf7
Reviewed-on: https://gerrit.libreoffice.org/46557
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'compilerplugins/clang/getimplementationname.cxx')
-rw-r--r-- | compilerplugins/clang/getimplementationname.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compilerplugins/clang/getimplementationname.cxx b/compilerplugins/clang/getimplementationname.cxx index 81c3473aa678..4c8f2d19ee73 100644 --- a/compilerplugins/clang/getimplementationname.cxx +++ b/compilerplugins/clang/getimplementationname.cxx @@ -13,7 +13,6 @@ // only compile this on clang 3.7 or higher, which is known to work // there were problems on clang 3.5 at least #include "config_clang.h" -#if CLANG_VERSION >= 30700 #include <cassert> #include <stdlib.h> #include <string> @@ -312,6 +311,5 @@ loplugin::Plugin::Registration<GetImplementationName> X( "getimplementationname", false); } #endif -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |