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