summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2014-02-14const improvementStephan Bergmann2-2/+2
2014-02-14one more -Werror,-Wsign-compareMatúš Kukan1-1/+1
2014-02-14-Wsign-compareStephan Bergmann1-1/+3
2014-02-14Store compilerplugin warning about classes derived from a specific class.Matúš Kukan1-0/+71
2014-02-13Adapt ImplicitBoolConversion to 32-bit builds (where sal_Int32 is long)Stephan Bergmann1-6/+17
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-49/+93
2014-01-31DiagnosticsEngine::getCustomDiagID isn't const, so don't pass in const engine.Andrzej Hunt1-1/+1
2014-01-31sbergman's typoJesús Corrius1-1/+1
2014-01-31clang::DiagnosticsEnginge::getCustomDiagID now needs a literal FormatStringStephan Bergmann2-2/+18
2014-01-31Clang API function terminology got changedStephan Bergmann2-6/+58
2014-01-30literaltobool conversion plugin, reduce spurious warnings with clang 3.3Noel Grandin1-1/+1
2014-01-29implicitboolconversion: also warn about redundant explicit castsStephan Bergmann1-0/+16
2014-01-29Further fix for old Clang versionsStephan Bergmann1-0/+9
2014-01-29Fix for old Clang versionsStephan Bergmann1-5/+35
2014-01-28Clang plugin to warn about implicit conversion of literals to boolStephan Bergmann1-0/+140
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann19-94/+140
2014-01-26implicitboolconversion: warn about mixing bool with integerStephan Bergmann1-0/+30
2014-01-22implicitboolconversion: also warn about mixing bool/sal_Bool in &=, |=, ^=Stephan Bergmann1-3/+3
2014-01-22implicitboolconversion: also warn about mixing bool/sal_Bool in == etc.Stephan Bergmann1-13/+16
2014-01-22Improve Clang 3.2 hasCLanguageLinkageType workaroundStephan Bergmann1-1/+1
2014-01-20Make implicitboolconversion.cxx compile with Clang 3.2Stephan Bergmann1-3/+30
2014-01-17Clang plugin that flags implicit conversions from boolStephan Bergmann1-0/+480
2014-01-10compilerplugins: ignore WORKDIR codeStephan Bergmann1-3/+3
2014-01-10Clang plugin to re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-0/+181
2014-01-10compilerplugins: strip out -m32/-m64 from CXXMichael Stahl1-2/+3
2013-12-20typo fixesAndras Timar1-1/+1
2013-11-02remove SOLARENV variableMichael Stahl1-1/+1
2013-10-31solver doesn't solve anything...Michael Stahl2-24/+4
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara32-0/+90
2013-08-27move valueof compiler pluginLuboš Luňák1-0/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-0/+148
2013-08-21warn when rewriter should modify something involving a macroLuboš Luňák1-0/+6
2013-08-21prevent crash when rewriting sourceLuboš Luňák1-0/+2
2013-08-21helper for getting location after current tokenLuboš Luňák3-2/+9
2013-08-21update/rework the Rewriter wrapper functionsLuboš Luňák2-51/+76
2013-08-06error: cannot use dynamic_cast with -fno-rttiStephan Bergmann6-7/+12
2013-08-05clang binary is in clang build directory, not with its sourcesLuboš Luňák1-1/+1
2013-08-05note about getDirectCallee() vs getCallee()Luboš Luňák1-0/+5
2013-08-05'generic' compiler plugin to modify calls to a specific functionLuboš Luňák1-0/+84
2013-07-24Adapt to PPCallbacks.h changes on Clang trunk towards 3.4Stephan Bergmann1-1/+7
2013-07-23adjust for upstreaming of warn_unused attributeLuboš Luňák1-0/+9
2013-07-16mention the explicit bool conversion from C++11 for pointer-to-bool checkLuboš Luňák1-3/+4
2013-07-15compiler plugin warning about unwanted silent pointer-to-bool conversionsLuboš Luňák1-0/+163
2013-07-15fix finding all parents for AST nodesLuboš Luňák1-5/+17
2013-06-20simplify bodynotinblock plugin using parentStmt()Luboš Luňák2-47/+43
2013-06-20simplify postfixincrementfix plugin using parentStmt()Luboš Luňák2-67/+27
2013-06-20make it easy to get a parent of an AST nodeLuboš Luňák2-0/+74
2013-06-13work around the C++11 __float128 problem with libstdc++ headers and clangLuboš Luňák1-1/+1
2013-06-05Ignore warnings in Clang headersStephan Bergmann1-1/+1
2013-06-05Adapt UPDATE_FILES=<module> to headers being moved to include/Stephan Bergmann1-1/+12