summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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-30silence compilerplugin buildPeter Foley1-3/+5
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ňák4-5/+5
2013-03-19A plugin to find suboptimal equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-0/+111
2013-03-19Enable -std=c++11 for compilerplugins/clangStephan Bergmann1-1/+1
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ňák3-25/+90
2013-02-09fix check whether a file is in a directoryLuboš Luňák1-4/+4
2013-02-09treat all source files as not up to date only with FORCE_COMPILE_ALLLuboš Luňák1-0/+2
2013-02-07create an output dir that's already needed by $(shell ...)Luboš Luňák1-1/+2
2013-02-07make sure the default target for compilerplugins is buildingLuboš Luňák1-1/+3
2013-02-02tutorial examples for writing new Clang plugin actionsLuboš Luňák9-1/+380
2013-02-02a bit more reliable detection of removed/added sourcesLuboš Luňák1-0/+4
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ňák6-32/+28
2013-02-02automatically link all .cxx files in clang/ into the pluginLuboš Luňák1-12/+18
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ňák4-156/+212
2013-02-01one more config/ -> config_host/ fix after the renameLuboš Luňák1-1/+1
2013-01-31rewriters no longer create .new files, they modify sources directlyLuboš Luňák1-1/+1
2013-01-11point to our wiki page on clang rather than clang homepageLuboš Luňák1-1/+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ňák4-5/+3
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ňák4-0/+116
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 Lunak2-6/+4
2012-12-11adjust clang plugins for srcdir != builddirLuboš Luňák1-2/+2
2012-12-07CLANGPLUGIN_CPPFLAGS did not actually workStephan Bergmann1-6/+2