summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2013-11-02remove SOLARENV variableMichael Stahl1-1/+1
2013-10-31solver doesn't solve anything...Michael Stahl2-24/+4
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara32-0/+90
2013-08-27move valueof compiler pluginLuboš Luňák1-0/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-0/+148
2013-08-21warn when rewriter should modify something involving a macroLuboš Luňák1-0/+6
2013-08-21prevent crash when rewriting sourceLuboš Luňák1-0/+2
2013-08-21helper for getting location after current tokenLuboš Luňák3-2/+9
2013-08-21update/rework the Rewriter wrapper functionsLuboš Luňák2-51/+76
2013-08-06error: cannot use dynamic_cast with -fno-rttiStephan Bergmann6-7/+12
2013-08-05clang binary is in clang build directory, not with its sourcesLuboš Luňák1-1/+1
2013-08-05note about getDirectCallee() vs getCallee()Luboš Luňák1-0/+5
2013-08-05'generic' compiler plugin to modify calls to a specific functionLuboš Luňák1-0/+84
2013-07-24Adapt to PPCallbacks.h changes on Clang trunk towards 3.4Stephan Bergmann1-1/+7
2013-07-23adjust for upstreaming of warn_unused attributeLuboš Luňák1-0/+9
2013-07-16mention the explicit bool conversion from C++11 for pointer-to-bool checkLuboš Luňák1-3/+4
2013-07-15compiler plugin warning about unwanted silent pointer-to-bool conversionsLuboš Luňák1-0/+163
2013-07-15fix finding all parents for AST nodesLuboš Luňák1-5/+17
2013-06-20simplify bodynotinblock plugin using parentStmt()Luboš Luňák2-47/+43
2013-06-20simplify postfixincrementfix plugin using parentStmt()Luboš Luňák2-67/+27
2013-06-20make it easy to get a parent of an AST nodeLuboš Luňák2-0/+74
2013-06-13work around the C++11 __float128 problem with libstdc++ headers and clangLuboš Luňák1-1/+1
2013-06-05Ignore warnings in Clang headersStephan Bergmann1-1/+1
2013-06-05Adapt UPDATE_FILES=<module> to headers being moved to include/Stephan Bergmann1-1/+12
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-31obey --enable-werror when building clang pluginLuboš Luňák1-1/+5
2013-05-31reoder stuff in makefileLuboš Luňák1-2/+2
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-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