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