summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2017-02-14convert svt::table::TableArea to scoped enumNoel Grandin1-0/+1
2017-02-14convert to EnumerationResult to scoped enumNoel Grandin1-0/+1
2017-02-14convert SvxPrevLineSpace to scoped enumNoel Grandin1-0/+2
2017-02-14remove unused BreakedLine enumerator from SdrMeasureTextVPosNoel Grandin1-0/+1
2017-02-14convert SvxXMLTableImportContextEnum to scoped enumNoel Grandin1-0/+1
2017-02-14remove unused BrkAction enumerator from SdrEventKindNoel Grandin1-0/+1
2017-02-13convert ShellModes to scoped enumNoel Grandin1-0/+1
2017-02-13convert eF_ResT to scoped enumNoel Grandin1-0/+1
2017-02-13convert SW_KeyState to scoped enumNoel Grandin1-0/+1
2017-02-11SourceManager::getFilename returns StringRefStephan Bergmann1-14/+9
2017-02-10loplugin:dynexcspec: Deallocation functions are implicitly non-throwingStephan Bergmann1-3/+16
2017-02-10Remove unnecessary blacklists from loplugin:stringconstantStephan Bergmann1-14/+0
2017-02-10remove unused enumerator from EncodedWordStateNoel Grandin1-0/+1
2017-02-09restore constant to VerticalOrientationNoel Grandin1-0/+1
2017-02-09remove ConnectionIdentifierType enumNoel Grandin1-0/+1
2017-02-09Fix SAL_DEBUG_BACKTRACEStephan Bergmann1-1/+1
2017-02-09loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin1-0/+3
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin1-0/+8
2017-02-08loplugin:unusedenumconstants read-only constants in writerfilterNoel Grandin1-0/+1
2017-02-07convert DEBUG_TIME to scoped enumNoel Grandin1-0/+1
2017-02-07drop unused FONT_PROPTYPE_CELL constantNoel Grandin1-0/+6
2017-02-07convert GalleryBrowserTravel to scoped enumNoel Grandin1-0/+3
2017-02-06loplugin:unusedenumconstants in ooxNoel Grandin1-0/+3
2017-02-06loplugin:unusedenumconstants should apparently not be run by defaultStephan Bergmann1-1/+1
2017-02-06loplugin:unusedenumconstants in connectivity..cuiNoel Grandin1-0/+1
2017-02-06loplugin:unusedenumconstants in frameworkNoel Grandin1-0/+1
2017-02-06remove accidentally committed filesNoel Grandin2-245/+0
2017-02-06loplugin:unusedenumconstants in vclNoel Grandin1-0/+2
2017-02-03compilerplugins: enable loplugin:cppunitassertequals by defaultMiklos Vajna1-1/+1
2017-02-03new loplugin unusedenumvaluesNoel Grandin2-0/+356
2017-02-02Fix copy/move ctor checkStephan Bergmann1-1/+1
2017-02-02loplugin:stringconstant, this should be a breakNoel Grandin1-1/+1
2017-02-01More ctor check fixesStephan Bergmann1-2/+5
2017-02-01Fix ctor checkStephan Bergmann1-1/+2
2017-02-01loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin11-47/+58
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-1/+46
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin2-1/+13
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin2-27/+45
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-0/+32
2017-01-27...and Clang 4 will have it, tooStephan Bergmann1-1/+1
2017-01-27getExceptionSpecSourceRange is new in Clang 5Stephan Bergmann1-1/+4
2017-01-27fix spelling containging->containingNoel Grandin1-13/+13
2017-01-27improve "unnecessary user-declared destructor" checkNoel Grandin3-13/+73
2017-01-27Enable loplugin:dynexcspec rewriting modeStephan Bergmann1-3/+19
2017-01-27Make plugin rewriting work on Windows tooStephan Bergmann1-0/+6
2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann1-8/+6
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 Bergmann2-133/+285
2017-01-24Use proper check for FunctionProtoTypeStephan Bergmann1-1/+1