summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* mention the explicit bool conversion from C++11 for pointer-to-bool checkLuboš Luňák2013-07-161-3/+4
* compiler plugin warning about unwanted silent pointer-to-bool conversionsLuboš Luňák2013-07-151-0/+163
* fix finding all parents for AST nodesLuboš Luňák2013-07-151-5/+17
* simplify bodynotinblock plugin using parentStmt()Luboš Luňák2013-06-202-47/+43
* simplify postfixincrementfix plugin using parentStmt()Luboš Luňák2013-06-202-67/+27
* make it easy to get a parent of an AST nodeLuboš Luňák2013-06-202-0/+74
* work around the C++11 __float128 problem with libstdc++ headers and clangLuboš Luňák2013-06-131-1/+1
* Ignore warnings in Clang headersStephan Bergmann2013-06-051-1/+1
* Adapt UPDATE_FILES=<module> to headers being moved to include/Stephan Bergmann2013-06-051-1/+12
* fix plugin build with clang < 3.3Luboš Luňák2013-06-021-6/+6
* make compiler plugin warnings follow WaELuboš Luňák2013-05-311-2/+0
* obey --enable-werror when building clang pluginLuboš Luňák2013-05-311-1/+5
* reoder stuff in makefileLuboš Luňák2013-05-311-2/+2
* update for PPCallbacks API changes in Clang3.3Luboš Luňák2013-05-312-2/+43
* 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
* silence compilerplugin buildPeter Foley2013-03-301-3/+5
* 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-284-5/+5
* A plugin to find suboptimal equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-191-0/+111
* Enable -std=c++11 for compilerplugins/clangStephan Bergmann2013-03-191-1/+1
* 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-093-25/+90
* fix check whether a file is in a directoryLuboš Luňák2013-02-091-4/+4
* treat all source files as not up to date only with FORCE_COMPILE_ALLLuboš Luňák2013-02-091-0/+2
* create an output dir that's already needed by $(shell ...)Luboš Luňák2013-02-071-1/+2
* make sure the default target for compilerplugins is buildingLuboš Luňák2013-02-071-1/+3
* tutorial examples for writing new Clang plugin actionsLuboš Luňák2013-02-029-1/+380
* a bit more reliable detection of removed/added sourcesLuboš Luňák2013-02-021-0/+4
* 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-026-32/+28
* automatically link all .cxx files in clang/ into the pluginLuboš Luňák2013-02-021-12/+18
* 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-024-156/+212