summaryrefslogtreecommitdiff
path: root/compilerplugins/clang
AgeCommit message (Expand)AuthorFilesLines
2013-06-02fix plugin build with clang < 3.3Luboš Luňák1-6/+6
2013-05-31make compiler plugin warnings follow WaELuboš Luňák1-2/+0
2013-05-31update for PPCallbacks API changes in Clang3.3Luboš Luňák2-2/+43
2013-05-31mark all virtuals in the clang plugin as overrideLuboš Luňák15-21/+21
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2-0/+225
2013-05-06check for double modifications in compiler pluginsLuboš Luňák2-0/+17
2013-05-06compiler plugin for RTL_CONSTASCII_USTRINGPARAM removalLuboš Luňák1-0/+140
2013-05-06Revert "ignore already seen locations in compiler plugins"Luboš Luňák2-16/+6
2013-05-06ignore already seen locations in compiler pluginsLuboš Luňák2-6/+16
2013-05-06Fix handling range in removeText().Luboš Luňák2-2/+15
2013-05-02add constLuboš Luňák20-28/+28
2013-04-24Update location of log-areas.doxTor Lillqvist1-3/+3
2013-04-22base for unusedcode compiler pluginLuboš Luňák1-0/+75
2013-04-07removeforwardstringdecl clang plugin has been used, move itLuboš Luňák2-0/+0
2013-04-04compiler plugin to check incorrect #ifdef for config_XXX.h macrosLuboš Luňák1-0/+100
2013-04-04don't explicitly delete PPCallbacks-based compiler plugin actionsLuboš Luňák1-1/+6
2013-03-28adjust unused compiler plugins for ASTContext to CompilerInstance change tooLuboš Luňák8-16/+16
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák15-65/+67
2013-03-28-Wextra for compiler pluginsLuboš Luňák3-4/+4
2013-03-19A plugin to find suboptimal equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-0/+111
2013-02-22s/the the/the/Tor Lillqvist2-2/+2
2013-02-11Fixed compilation error of Clang plugins on Ubuntu/MintMarc-André Laverdière1-0/+2
2013-02-09make it possible to limit what files will be modified by a compiler pluginLuboš Luňák2-23/+81
2013-02-09fix check whether a file is in a directoryLuboš Luňák1-4/+4
2013-02-02tutorial examples for writing new Clang plugin actionsLuboš Luňák8-0/+378
2013-02-02remove not needed #includeLuboš Luňák9-18/+1
2013-02-02append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák6-20/+21
2013-02-02always use the report() helperLuboš Luňák5-29/+30
2013-02-02move clang plugin that's no longer neededLuboš Luňák3-0/+3
2013-02-02move documentation of plugins to the .cxx filesLuboš Luňák5-1/+24
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák16-52/+161
2013-02-02move plugin handling to separate source filesLuboš Luňák3-156/+211
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ňák3-4/+2
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ňák3-0/+115
2013-01-04support for removing a statement as a wholeLuboš Luňák2-10/+57
2013-01-04better handling of which files are processed by clang pluginsLuboš Luňák3-11/+62
2012-12-26fix buildLubos Lunak1-0/+1
2012-12-26better error handling when writing modified sourceLubos Lunak1-10/+17
2012-12-26config_clang.hLubos Lunak1-5/+3
2012-12-05Adapt to current Clang trunkStephan Bergmann1-0/+1
2012-12-05Adapt to Clang 3.2Stephan Bergmann7-1/+10
2012-11-20skip 'else' from a macro expansion tooLuboš Luňák2-9/+11
2012-10-26do not warn about missing area in SAL_DEBUGLuboš Luňák1-7/+23
2012-10-19only one warning per one SAL_INFO/SAL_WARNLubos Lunak2-0/+9
2012-10-15rewriter for postfix->prefix operator++Luboš Luňák3-0/+210
2012-10-15convenience functions for source rewritersLuboš Luňák4-10/+107
2012-10-15support for compiler rewritersLuboš Luňák10-16/+163