1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
7 * This file is distributed under the University of Illinois Open Source
8 * License. See LICENSE.TXT for details.
12 #ifndef LCLSTATICFIX_H
13 #define LCLSTATICFIX_H
21 : public RecursiveASTVisitor
< LclStaticFix
>
22 , public RewritePlugin
25 explicit LclStaticFix( CompilerInstance
& compiler
, Rewriter
& rewriter
);
26 virtual void run() override
;
27 bool VisitFunctionDecl( const FunctionDecl
* declaration
);
32 #endif // POSTFIXINCREMENTFIX_H
34 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */