Age | Commit message (Expand) | Author |
2013-10-31 | solver doesn't solve anything... | Michael Stahl |
2013-09-22 | add mode lines to new files (and idls) since last run | Caolán McNamara |
2013-08-27 | move valueof compiler plugin | Luboš Luňák |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-08-21 | warn when rewriter should modify something involving a macro | Luboš Luňák |
2013-08-21 | prevent crash when rewriting source | Luboš Luňák |
2013-08-21 | helper for getting location after current token | Luboš Luňák |
2013-08-21 | update/rework the Rewriter wrapper functions | Luboš Luňák |
2013-08-06 | error: cannot use dynamic_cast with -fno-rtti | Stephan Bergmann |
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-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 | 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-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-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-02 | tutorial examples for writing new Clang plugin actions | 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 |
2013-02-02 | always use the report() helper | Luboš Luňák |
2013-02-02 | move clang plugin that's no longer needed | Luboš Luňák |
2013-02-02 | move documentation of plugins to the .cxx files | Luboš Luňák |