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:
parent
8219647229
commit
41a83d3207
1 changed files with 4 additions and 0 deletions
|
@ -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: */
|
||||
|
|
Loading…
Reference in a new issue