summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2013-08-06error: cannot use dynamic_cast with -fno-rttiStephan Bergmann
2013-08-05clang binary is in clang build directory, not with its sourcesLuboš Luňák
2013-08-05note about getDirectCallee() vs getCallee()Luboš Luňák
2013-08-05'generic' compiler plugin to modify calls to a specific functionLuboš Luňák
2013-07-24Adapt to PPCallbacks.h changes on Clang trunk towards 3.4Stephan Bergmann
2013-07-23adjust for upstreaming of warn_unused attributeLuboš Luňák
2013-07-16mention the explicit bool conversion from C++11 for pointer-to-bool checkLuboš Luňák
2013-07-15compiler plugin warning about unwanted silent pointer-to-bool conversionsLuboš Luňák
2013-07-15fix finding all parents for AST nodesLuboš Luňák
2013-06-20simplify bodynotinblock plugin using parentStmt()Luboš Luňák
2013-06-20simplify postfixincrementfix plugin using parentStmt()Luboš Luňák
2013-06-20make it easy to get a parent of an AST nodeLuboš Luňák
2013-06-13work around the C++11 __float128 problem with libstdc++ headers and clangLuboš Luňák
2013-06-05Ignore warnings in Clang headersStephan Bergmann
2013-06-05Adapt UPDATE_FILES=<module> to headers being moved to include/Stephan Bergmann
2013-06-02fix plugin build with clang < 3.3Luboš Luňák
2013-05-31make compiler plugin warnings follow WaELuboš Luňák
2013-05-31obey --enable-werror when building clang pluginLuboš Luňák
2013-05-31reoder stuff in makefileLuboš Luňák
2013-05-31update for PPCallbacks API changes in Clang3.3Luboš Luňák
2013-05-31mark all virtuals in the clang plugin as overrideLuboš Luňák
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-05-06check for double modifications in compiler pluginsLuboš Luňák
2013-05-06compiler plugin for RTL_CONSTASCII_USTRINGPARAM removalLuboš Luňák
2013-05-06Revert "ignore already seen locations in compiler plugins"Luboš Luňák
2013-05-06ignore already seen locations in compiler pluginsLuboš Luňák
2013-05-06Fix handling range in removeText().Luboš Luňák
2013-05-02add constLuboš Luňák
2013-04-24Update location of log-areas.doxTor Lillqvist
2013-04-22base for unusedcode compiler pluginLuboš Luňák
2013-04-07removeforwardstringdecl clang plugin has been used, move itLuboš Luňák
2013-04-04compiler plugin to check incorrect #ifdef for config_XXX.h macrosLuboš Luňák
2013-04-04don't explicitly delete PPCallbacks-based compiler plugin actionsLuboš Luňák
2013-03-30silence compilerplugin buildPeter Foley
2013-03-28adjust unused compiler plugins for ASTContext to CompilerInstance change tooLuboš Luňák
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák
2013-03-28-Wextra for compiler pluginsLuboš Luňák
2013-03-19A plugin to find suboptimal equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-19Enable -std=c++11 for compilerplugins/clangStephan Bergmann
2013-02-22s/the the/the/Tor Lillqvist
2013-02-11Fixed compilation error of Clang plugins on Ubuntu/MintMarc-André Laverdière
2013-02-09make it possible to limit what files will be modified by a compiler pluginLuboš Luňák
2013-02-09fix check whether a file is in a directoryLuboš Luňák
2013-02-09treat all source files as not up to date only with FORCE_COMPILE_ALLLuboš Luňák
2013-02-07create an output dir that's already needed by $(shell ...)Luboš Luňák
2013-02-07make sure the default target for compilerplugins is buildingLuboš Luňák
2013-02-02tutorial examples for writing new Clang plugin actionsLuboš Luňák
2013-02-02a bit more reliable detection of removed/added sourcesLuboš Luňák
2013-02-02remove not needed #includeLuboš Luňák
2013-02-02append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák