summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/stringconstant.cxx
AgeCommit message (Expand)Author
2019-04-30revert part of "improve loplugin:stringconstant"Noel Grandin
2019-04-30improve loplugin:stringconstantNoel Grandin
2019-04-29Fix typoAndrea Gelmini
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-11-27add EvaluateAsInt compat function for latest clangNoel Grandin
2018-08-14filter out some of the AST in the pluginsNoel Grandin
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl
2018-01-29Fix typosAndrea Gelmini
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-09-28loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann
2017-09-27loplugin:stringconstant: Also handle u8"..." stringsStephan Bergmann
2017-09-22loplugin:stringconstant: warn about explicit length mismatchStephan Bergmann
2017-09-22Also handle OUString with non-RTL_TEXTENCODING_ASCII_US encodingStephan Bergmann
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann
2017-02-11SourceManager::getFilename returns StringRefStephan Bergmann
2017-02-10Remove unnecessary blacklists from loplugin:stringconstantStephan Bergmann
2017-02-02Fix copy/move ctor checkStephan Bergmann
2017-02-02loplugin:stringconstant, this should be a breakNoel Grandin
2017-02-01Fix ctor checkStephan Bergmann
2017-02-01loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-27fix spelling containging->containingNoel Grandin
2017-01-25Minor loplugin:stringconstant improvementsStephan Bergmann
2017-01-11Remove leftover codeStephan Bergmann
2017-01-11loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann
2017-01-11Some loplugin:conststringvar/stringconstant improvementsStephan Bergmann
2017-01-10New loplugin:conststringvarStephan Bergmann
2016-12-18loplugin:stringconstant: Adapt to definition of OSL_THIS_FUNC on WindowsStephan Bergmann
2016-12-18Rename cdecl -> classdecl (MSVC treats the former like a keyword)Stephan Bergmann
2016-12-14Disambiguate clang::StringLiteralStephan Bergmann
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1Stephan Bergmann
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann
2016-06-29Further clean-upStephan Bergmann
2016-06-29Remove support for Clang < 3.4Stephan Bergmann
2016-06-29Remove support for Clang < 3.3Stephan Bergmann
2016-06-28More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann
2016-06-28loplugin:stringconstant: Don't warn about "OUString(OSL_THIS_FUNC)"Stephan Bergmann
2016-06-03Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAMStephan Bergmann
2016-02-26-Werror=return-typeStephan Bergmann
2015-12-08More loplugin::TypeCheck useStephan Bergmann
2015-11-06compilerplugins: getAsTagDecl doesn't exist in clang 3.5Michael Stahl
2015-11-06loplugin:stringconstant: elide explicit ctor usageStephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann