make a simple compiler plugin usable in sharedvisitor

Change-Id: I9af231277facc661784e44f6ad3eb1a340c76f97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87663
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
This commit is contained in:
Luboš Luňák 2020-01-28 22:20:11 +01:00
parent 8219647229
commit 41a83d3207

View file

@ -7,6 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef LO_CLANG_SHARED_PLUGINS
#include "check.hxx"
#include "plugin.hxx"
@ -45,4 +47,6 @@ private:
static loplugin::Plugin::Registration<StdFunction> X("stdfunction");
}
#endif // LO_CLANG_SHARED_PLUGINS
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */