summaryrefslogtreecommitdiff
path: root/compilerplugins/clang
AgeCommit message (Expand)Author
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-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-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-02tutorial examples for writing new Clang plugin actionsLuboš Luňák
2013-02-02remove not needed #includeLuboš Luňák
2013-02-02append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák
2013-02-02always use the report() helperLuboš Luňák
2013-02-02move clang plugin that's no longer neededLuboš Luňák
2013-02-02move documentation of plugins to the .cxx filesLuboš Luňák
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák
2013-02-02move plugin handling to separate source filesLuboš Luňák
2013-01-11fix detection whether to ignore a source file or notLuboš Luňák
2013-01-06do not set our clang timestamp to the timestamp of the clang binaryLuboš Luňák
2013-01-05I hate arbitrary integer typesLuboš Luňák
2013-01-04handle case of SRCDIR == BUILDDIRLuboš Luňák
2013-01-04rewriter plugin for removing forward rtl string declarationsLuboš Luňák
2013-01-04support for removing a statement as a wholeLuboš Luňák
2013-01-04better handling of which files are processed by clang pluginsLuboš Luňák
2012-12-26fix buildLubos Lunak
2012-12-26better error handling when writing modified sourceLubos Lunak
2012-12-26config_clang.hLubos Lunak
2012-12-05Adapt to current Clang trunkStephan Bergmann
2012-12-05Adapt to Clang 3.2Stephan Bergmann
2012-11-20skip 'else' from a macro expansion tooLuboš Luňák
2012-10-26do not warn about missing area in SAL_DEBUGLuboš Luňák
2012-10-19only one warning per one SAL_INFO/SAL_WARNLubos Lunak
2012-10-15rewriter for postfix->prefix operator++Luboš Luňák
2012-10-15convenience functions for source rewritersLuboš Luňák
2012-10-15support for compiler rewritersLuboš Luňák
2012-10-15some namespacing improvementsLuboš Luňák
2012-10-13remove debug outputLuboš Luňák
2012-10-13compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák
2012-10-12compilers don't seem to warn about unused variables in the global scopeLuboš Luňák
2012-10-12DeclBase::getLocation() gives better location than getLocStart()Luboš Luňák
2012-10-12avoid crash on pointers to functionsLuboš Luňák
2012-10-12do not report unnamed parameters as unusedLuboš Luňák
2012-10-09don't check next statement after if body if there's also an else partLuboš Luňák
2012-10-09ignore macro expansion completely for nowLuboš Luňák
2012-10-09do not analyse system headers in the compiler pluginLuboš Luňák