summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/stringconstant.cxx
AgeCommit message (Expand)Author
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
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-26loplugin:stringconstant: OUStringLiteral1 can handle NUL literals just fineStephan Bergmann
2015-06-25...in case this ever gets used with an unsigned APSInt of bitwidth < 7Stephan Bergmann
2015-06-25my previous fix triggered an assert in clangNoel Grandin
2015-06-25error: invalid operands to binary expression ('llvm::APSInt' and 'int')Noel Grandin
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2014-12-19Extend loplugin:literalalternative to loplugin:stringconstantStephan Bergmann