summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/plugin.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-24compilerplugins: move isUnoIncludeFile to base classNoel Grandin1-0/+23
2014-02-27Remove visual noise from compilerpluginsAlexander Wilms1-2/+0
2014-02-21ParentBuilder needs support for ObjCMethodDeclStephan Bergmann1-0/+15
2014-02-20Don't attempt to actually do double code removalsStephan Bergmann1-9/+17
2014-02-14const improvementStephan Bergmann1-1/+1
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann1-36/+31
2014-01-10compilerplugins: ignore WORKDIR codeStephan Bergmann1-3/+3
2013-10-31solver doesn't solve anything...Michael Stahl1-2/+1
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara1-0/+3
2013-08-21warn when rewriter should modify something involving a macroLuboš Luňák1-0/+6
2013-08-21helper for getting location after current tokenLuboš Luňák1-1/+6
2013-08-21update/rework the Rewriter wrapper functionsLuboš Luňák1-31/+33
2013-08-06error: cannot use dynamic_cast with -fno-rttiStephan Bergmann1-2/+2
2013-07-15fix finding all parents for AST nodesLuboš Luňák1-5/+17
2013-06-20make it easy to get a parent of an AST nodeLuboš Luňák1-0/+65
2013-05-31make compiler plugin warnings follow WaELuboš Luňák1-2/+0
2013-05-06check for double modifications in compiler pluginsLuboš Luňák1-0/+15
2013-05-06Revert "ignore already seen locations in compiler plugins"Luboš Luňák1-15/+6
2013-05-06ignore already seen locations in compiler pluginsLuboš Luňák1-6/+15
2013-05-06Fix handling range in removeText().Luboš Luňák1-1/+14
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák1-11/+11
2013-02-02remove not needed #includeLuboš Luňák1-1/+0
2013-02-02append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák1-3/+4
2013-02-02always use the report() helperLuboš Luňák1-3/+7
2013-02-02move documentation of plugins to the .cxx filesLuboš Luňák1-0/+3
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák1-0/+6
2013-02-02move plugin handling to separate source filesLuboš Luňák1-156/+1
2013-01-11fix detection whether to ignore a source file or notLuboš Luňák1-3/+2
2013-01-06do not set our clang timestamp to the timestamp of the clang binaryLuboš Luňák1-2/+0
2013-01-05I hate arbitrary integer typesLuboš Luňák1-1/+1
2013-01-04handle case of SRCDIR == BUILDDIRLuboš Luňák1-1/+1
2013-01-04rewriter plugin for removing forward rtl string declarationsLuboš Luňák1-0/+5
2013-01-04support for removing a statement as a wholeLuboš Luňák1-7/+32
2013-01-04better handling of which files are processed by clang pluginsLuboš Luňák1-6/+60
2012-12-26fix buildLubos Lunak1-0/+1
2012-12-26better error handling when writing modified sourceLubos Lunak1-10/+17
2012-12-05Adapt to Clang 3.2Stephan Bergmann1-1/+0
2012-10-15rewriter for postfix->prefix operator++Luboš Luňák1-0/+5
2012-10-15convenience functions for source rewritersLuboš Luňák1-0/+86
2012-10-15support for compiler rewritersLuboš Luňák1-0/+144