summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2014-01-29implicitboolconversion: also warn about redundant explicit castsStephan Bergmann
2014-01-29Further fix for old Clang versionsStephan Bergmann
2014-01-29Fix for old Clang versionsStephan Bergmann
2014-01-28Clang plugin to warn about implicit conversion of literals to boolStephan Bergmann
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann
2014-01-26implicitboolconversion: warn about mixing bool with integerStephan Bergmann
2014-01-22implicitboolconversion: also warn about mixing bool/sal_Bool in &=, |=, ^=Stephan Bergmann
2014-01-22implicitboolconversion: also warn about mixing bool/sal_Bool in == etc.Stephan Bergmann
2014-01-22Improve Clang 3.2 hasCLanguageLinkageType workaroundStephan Bergmann
2014-01-20Make implicitboolconversion.cxx compile with Clang 3.2Stephan Bergmann
2014-01-17Clang plugin that flags implicit conversions from boolStephan Bergmann
2014-01-10compilerplugins: ignore WORKDIR codeStephan Bergmann
2014-01-10Clang plugin to re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2014-01-10compilerplugins: strip out -m32/-m64 from CXXMichael Stahl
2013-12-20typo fixesAndras Timar
2013-11-02remove SOLARENV variableMichael Stahl
2013-10-31solver doesn't solve anything...Michael Stahl
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-08-27move valueof compiler pluginLuboš Luňák
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-21warn when rewriter should modify something involving a macroLuboš Luňák
2013-08-21prevent crash when rewriting sourceLuboš Luňák
2013-08-21helper for getting location after current tokenLuboš Luňák
2013-08-21update/rework the Rewriter wrapper functionsLuboš Luňák
2013-08-06error: cannot use dynamic_cast with -fno-rttiStephan Bergmann
2013-08-05clang binary is in clang build directory, not with its sourcesLuboš Luňák
2013-08-05note about getDirectCallee() vs getCallee()Luboš Luňák
2013-08-05'generic' compiler plugin to modify calls to a specific functionLuboš Luňák
2013-07-24Adapt to PPCallbacks.h changes on Clang trunk towards 3.4Stephan Bergmann
2013-07-23adjust for upstreaming of warn_unused attributeLuboš Luňák
2013-07-16mention the explicit bool conversion from C++11 for pointer-to-bool checkLuboš Luňák
2013-07-15compiler plugin warning about unwanted silent pointer-to-bool conversionsLuboš Luňák
2013-07-15fix finding all parents for AST nodesLuboš Luňák
2013-06-20simplify bodynotinblock plugin using parentStmt()Luboš Luňák
2013-06-20simplify postfixincrementfix plugin using parentStmt()Luboš Luňák
2013-06-20make it easy to get a parent of an AST nodeLuboš Luňák
2013-06-13work around the C++11 __float128 problem with libstdc++ headers and clangLuboš Luňák
2013-06-05Ignore warnings in Clang headersStephan Bergmann
2013-06-05Adapt UPDATE_FILES=<module> to headers being moved to include/Stephan Bergmann
2013-06-02fix plugin build with clang < 3.3Luboš Luňák
2013-05-31make compiler plugin warnings follow WaELuboš Luňák
2013-05-31obey --enable-werror when building clang pluginLuboš Luňák
2013-05-31reoder stuff in makefileLuboš Luňák
2013-05-31update for PPCallbacks API changes in Clang3.3Luboš Luňák
2013-05-31mark all virtuals in the clang plugin as overrideLuboš Luňák
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-05-06check for double modifications in compiler pluginsLuboš Luňák
2013-05-06compiler plugin for RTL_CONSTASCII_USTRINGPARAM removalLuboš Luňák
2013-05-06Revert "ignore already seen locations in compiler plugins"Luboš Luňák
2013-05-06ignore already seen locations in compiler pluginsLuboš Luňák