Age | Commit message (Expand) | Author |
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 |
2012-12-05 | Adapt to Clang 3.2 | Stephan Bergmann |
2012-11-20 | skip 'else' from a macro expansion too | Luboš Luňák |
2012-10-26 | do not warn about missing area in SAL_DEBUG | Luboš Luňák |
2012-10-22 | CLANGPLUGIN_CPPFLAGS for building plugin for Clang in nonstandard location | Stephan Bergmann |
2012-10-19 | only one warning per one SAL_INFO/SAL_WARN | Lubos Lunak |
2012-10-15 | rewriter for postfix->prefix operator++ | Luboš Luňák |
2012-10-15 | convenience functions for source rewriters | Luboš Luňák |
2012-10-15 | support for compiler rewriters | Luboš Luňák |
2012-10-15 | some namespacing improvements | Luboš Luňák |
2012-10-14 | document sallogareas compiler check | Luboš Luňák |
2012-10-13 | remove debug output | Luboš Luňák |
2012-10-13 | compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.dox | Luboš Luňák |
2012-10-12 | compilers don't seem to warn about unused variables in the global scope | Luboš Luňák |
2012-10-12 | DeclBase::getLocation() gives better location than getLocStart() | Luboš Luňák |
2012-10-12 | print something when compiling clang plugin too | Luboš Luňák |
2012-10-12 | rebuild clang plugin when clang changes | Luboš Luňák |
2012-10-12 | avoid crash on pointers to functions | Luboš Luňák |
2012-10-12 | do not report unnamed parameters as unused | Luboš Luňák |