summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang
Commit message (Expand)AuthorAgeFilesLines
* mark all virtuals in the clang plugin as overrideLuboš Luňák2013-05-3115-21/+21
* Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2013-05-222-0/+225
* check for double modifications in compiler pluginsLuboš Luňák2013-05-062-0/+17
* compiler plugin for RTL_CONSTASCII_USTRINGPARAM removalLuboš Luňák2013-05-061-0/+140
* Revert "ignore already seen locations in compiler plugins"Luboš Luňák2013-05-062-16/+6
* ignore already seen locations in compiler pluginsLuboš Luňák2013-05-062-6/+16
* Fix handling range in removeText().Luboš Luňák2013-05-062-2/+15
* add constLuboš Luňák2013-05-0220-28/+28
* Update location of log-areas.doxTor Lillqvist2013-04-241-3/+3
* base for unusedcode compiler pluginLuboš Luňák2013-04-221-0/+75
* removeforwardstringdecl clang plugin has been used, move itLuboš Luňák2013-04-072-0/+0
* compiler plugin to check incorrect #ifdef for config_XXX.h macrosLuboš Luňák2013-04-041-0/+100
* don't explicitly delete PPCallbacks-based compiler plugin actionsLuboš Luňák2013-04-041-1/+6
* adjust unused compiler plugins for ASTContext to CompilerInstance change tooLuboš Luňák2013-03-288-16/+16
* pass around CompilerInstance rather than ASTContextLuboš Luňák2013-03-2815-65/+67
* -Wextra for compiler pluginsLuboš Luňák2013-03-283-4/+4
* A plugin to find suboptimal equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-191-0/+111
* s/the the/the/Tor Lillqvist2013-02-222-2/+2
* Fixed compilation error of Clang plugins on Ubuntu/MintMarc-André Laverdière2013-02-111-0/+2
* make it possible to limit what files will be modified by a compiler pluginLuboš Luňák2013-02-092-23/+81
* fix check whether a file is in a directoryLuboš Luňák2013-02-091-4/+4
* tutorial examples for writing new Clang plugin actionsLuboš Luňák2013-02-028-0/+378
* remove not needed #includeLuboš Luňák2013-02-029-18/+1
* append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák2013-02-026-20/+21
* always use the report() helperLuboš Luňák2013-02-025-29/+30
* move clang plugin that's no longer neededLuboš Luňák2013-02-023-0/+3
* move documentation of plugins to the .cxx filesLuboš Luňák2013-02-025-1/+24
* avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák2013-02-0216-52/+161
* move plugin handling to separate source filesLuboš Luňák2013-02-023-156/+211
* 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-063-4/+2
* 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-043-0/+115
* support for removing a statement as a wholeLuboš Luňák2013-01-042-10/+57
* better handling of which files are processed by clang pluginsLuboš Luňák2013-01-043-11/+62
* fix buildLubos Lunak2012-12-261-0/+1
* better error handling when writing modified sourceLubos Lunak2012-12-261-10/+17
* config_clang.hLubos Lunak2012-12-261-5/+3
* Adapt to current Clang trunkStephan Bergmann2012-12-051-0/+1
* Adapt to Clang 3.2Stephan Bergmann2012-12-057-1/+10
* skip 'else' from a macro expansion tooLuboš Luňák2012-11-202-9/+11
* do not warn about missing area in SAL_DEBUGLuboš Luňák2012-10-261-7/+23
* only one warning per one SAL_INFO/SAL_WARNLubos Lunak2012-10-192-0/+9
* rewriter for postfix->prefix operator++Luboš Luňák2012-10-153-0/+210
* convenience functions for source rewritersLuboš Luňák2012-10-154-10/+107
* support for compiler rewritersLuboš Luňák2012-10-1510-16/+163
* some namespacing improvementsLuboš Luňák2012-10-156-8/+6
* remove debug outputLuboš Luňák2012-10-131-4/+4
* compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák2012-10-136-8/+164