summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/lclstaticfix.hxx
blob: fdf9d34107e7bef9558797e602eeca3c06d93113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * This file is part of the LibreOffice project.
 *
 * Based on LLVM/Clang.
 *
 * This file is distributed under the University of Illinois Open Source
 * License. See LICENSE.TXT for details.
 *
 */

#ifndef LCLSTATICFIX_H
#define LCLSTATICFIX_H

#include "plugin.hxx"

namespace loplugin
{

class LclStaticFix
    : public RecursiveASTVisitor< LclStaticFix >
    , public RewritePlugin
    {
    public:
        explicit LclStaticFix( ASTContext& context, Rewriter& rewriter );
        void run();
        bool VisitFunctionDecl( FunctionDecl* declaration );
    };

} // namespace

#endif // POSTFIXINCREMENTFIX_H

le syntax.Michael Meeks 2013-07-22Remove obsolote border dialogZolnai Tamás 2013-07-18fdo#65457 - Provide visual clues in presenter view.Ciorba Edmond 2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile 2013-07-03fdo#35712 polynomial and moving average regression linesTomaž Vajngerl 2013-06-29remove some createFromAscii usageThomas Arnhold 2013-06-27Use larger (96*96) icons for templatesStefan Knorr 2013-06-18Small (hopefully non-controversial) changes to the existing brandingStefan Knorr 2013-06-17Template Manager: Use actual template icons if no thumbnail existsStefan Knorr 2013-06-15Enable Sifr themeIssa Alkurtass 2013-06-15Sifr - a flat icon setIssa Alkurtass 2013-06-13Resolves: #i121463# Enhanced handle visualization..Armin Le Grand 2013-06-11sidebar: Cleanup leftovers after the SidebarDialControlBmp removal.Jan Holesovsky 2013-06-10remove unused imagesAndras Timar 2013-06-04adjust para_numbullet icons for high-contrast themesCaolán McNamara 2013-06-04Related: #i122446# Removed unused iconsAndre Fischer 2013-06-03Remove Tango icon duplicates using symlinksRodolfo Ribeiro Gomes 2013-06-03re-base on ALv2 code. Includes:Michael Meeks 2013-05-27fdo#65039 UI: Oxygen theme has wrong icon for Power regressionAndras Timar 2013-05-27Add an icon for .uno:AutoPilotMenuAriel Constenla-Haile 2013-05-21Re-add PNG file that used to have a pathological (LF) filenameIsamu Mogi 2013-05-21Avoid pathological filename, breaking checkout on some systems.Isamu Mogi 2013-05-20remove exec bits from new pngsCaolán McNamara 2013-05-20Related: #i122144# Replace more Symphony icons with standard iconsAndre Fischer 2013-05-20Related: #i122144# Use standard icons for sidebar number formatsAndre Fischer 2013-05-20Related: #i122144#: Use AOO icons for flipping shapes.Andre Fischer 2013-05-20Resolves: #i121960# Extend the sidebar::ControllerItem to check Disabled stateAndre Fischer 2013-05-20Resolves: #i122026# adjust names of newly introduced UNO commandsOliver-Rainer Wittmann 2013-05-20Related: #i121791# Corrected names for LineDashes, cleaned up resourcesArmin Le Grand 2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann 2013-05-11fdo#34423 Add Rotate Left/Right to toolbar and menubar.Tomaž Vajngerl 2013-05-08Add open action to template manager toolbar.Rafael Dominguez 2013-04-24Rename image files to match with command nameZolnai Tamás 2013-04-13Adding the dialog for setting stepped lines.Eric Seynaeve