Age | Commit message (Expand) | Author |
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 |
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 |
2013-02-02 | automatically link all .cxx files in clang/ into the plugin | Luboš Luňák |
2013-02-02 | avoid having to manuall modify sources when adding a new clang plugin | Luboš Luňák |
2013-02-02 | move plugin handling to separate source files | Luboš Luňák |
2013-02-01 | one more config/ -> config_host/ fix after the rename | Luboš Luňák |
2013-01-31 | rewriters no longer create .new files, they modify sources directly | Luboš Luňák |
2013-01-11 | point to our wiki page on clang rather than clang homepage | Luboš Luňák |
2013-01-11 | fix detection whether to ignore a source file or not | Luboš Luňák |
2013-01-06 | do not set our clang timestamp to the timestamp of the clang binary | Luboš Luňák |
2013-01-05 | I hate arbitrary integer types | Luboš Luňák |
2013-01-04 | handle case of SRCDIR == BUILDDIR | Luboš Luňák |
2013-01-04 | rewriter plugin for removing forward rtl string declarations | Luboš Luňák |
2013-01-04 | support for removing a statement as a whole | Luboš Luňák |
2013-01-04 | better handling of which files are processed by clang plugins | Luboš Luňák |
2012-12-26 | fix build | Lubos Lunak |
2012-12-26 | better error handling when writing modified source | Lubos Lunak |
2012-12-26 | config_clang.h | Lubos Lunak |
2012-12-11 | adjust clang plugins for srcdir != builddir | Luboš Luňák |
2012-12-07 | CLANGPLUGIN_CPPFLAGS did not actually work | Stephan Bergmann |
2012-12-05 | Adapt to current Clang trunk | Stephan Bergmann |