summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test/stringconstant.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-21Make loplugin:stringcostant find some misuses of OUStringBuffer::appendStephan Bergmann1-0/+18
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it)Stephan Bergmann1-0/+24
2019-04-30revert part of "improve loplugin:stringconstant"Noel Grandin1-14/+2
2019-04-30improve loplugin:stringconstantNoel Grandin1-2/+14
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-1/+11
2018-11-17Adapt to C++2a char_tStephan Bergmann1-0/+2
2017-09-28loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann1-1/+5
2017-09-27loplugin:stringconstant: Also handle u8"..." stringsStephan Bergmann1-0/+2
2017-09-22loplugin:stringconstant: warn about explicit length mismatchStephan Bergmann1-0/+2
2017-09-22Also handle OUString with non-RTL_TEXTENCODING_ASCII_US encodingStephan Bergmann1-0/+4
2017-06-19only unit-test one loplugin at a timeNoel Grandin1-1/+1
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin1-0/+3
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-0/+11
2017-01-26Make test work with older ClangStephan Bergmann1-8/+5
2017-01-25Bypass some lines that cause problems with Clang 3.8.1 at leastTor Lillqvist1-1/+4
2017-01-25Minor loplugin:stringconstant improvementsStephan Bergmann1-0/+52