summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/plugin.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugins: extract some common functionalityNoel Grandin2016-10-181-0/+1
* clang plugins: do "dotdot" normalisationNoel Grandin2016-09-271-0/+2
* loplugin: move parentFunctionDecl() into common codeNoel Grandin2016-06-281-0/+1
* cppcheck: silence warnings in compilerpluginsJochen Nitschke2016-04-271-1/+1
* That #if for Clang < 3.2 is probably good to go by nowStephan Bergmann2016-02-261-4/+0
* compilerplugins: move isUnoIncludeFile to base classNoel Grandin2014-06-241-0/+5
* Remove visual noise from compilerpluginsAlexander Wilms2014-02-271-2/+0
* Handle ImplicitCastExpr w/ invalid loc from Objective C codeStephan Bergmann2014-02-211-1/+3
* Don't attempt to actually do double code removalsStephan Bergmann2014-02-201-3/+1
* const improvementStephan Bergmann2014-02-141-1/+1
* Prepare dual-mode compiler plugin featureStephan Bergmann2014-01-271-21/+24
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-221-0/+3
* helper for getting location after current tokenLuboš Luňák2013-08-211-0/+2
* update/rework the Rewriter wrapper functionsLuboš Luňák2013-08-211-20/+43
* error: cannot use dynamic_cast with -fno-rttiStephan Bergmann2013-08-061-2/+3
* make it easy to get a parent of an AST nodeLuboš Luňák2013-06-201-0/+9
* check for double modifications in compiler pluginsLuboš Luňák2013-05-061-0/+2
* Revert "ignore already seen locations in compiler plugins"Luboš Luňák2013-05-061-1/+0
* ignore already seen locations in compiler pluginsLuboš Luňák2013-05-061-0/+1
* Fix handling range in removeText().Luboš Luňák2013-05-061-1/+1
* pass around CompilerInstance rather than ASTContextLuboš Luňák2013-03-281-12/+13
* Fixed compilation error of Clang plugins on Ubuntu/MintMarc-André Laverdière2013-02-111-0/+2
* remove not needed #includeLuboš Luňák2013-02-021-0/+1
* always use the report() helperLuboš Luňák2013-02-021-1/+3
* avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák2013-02-021-0/+71
* do not set our clang timestamp to the timestamp of the clang binaryLuboš Luňák2013-01-061-0/+2
* support for removing a statement as a wholeLuboš Luňák2013-01-041-3/+25
* Adapt to Clang 3.2Stephan Bergmann2012-12-051-0/+5
* convenience functions for source rewritersLuboš Luňák2012-10-151-0/+18
* support for compiler rewritersLuboš Luňák2012-10-151-0/+59