summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* isIntegerConstantExpr is more general than IntegerLiteralStephan Bergmann2014-02-251-17/+12
* Move plain rewriters to store/ (so they don' get built needlessly)Stephan Bergmann2014-02-254-0/+0
* Drop CLANGBUILD in addition to CLANGDIRStephan Bergmann2014-02-251-2/+2
* salbool: a rewriting plugin that flags most uses of sal_BoolStephan Bergmann2014-02-252-0/+584
* ...but Flags parameter was plain unsigned int prior to Clang 3.4Stephan Bergmann2014-02-252-5/+23
* raw_fd_ostream Flags parameter no longer defaultedStephan Bergmann2014-02-251-1/+1
* implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann2014-02-241-11/+41
* Adapt to Clang <= 3.4Stephan Bergmann2014-02-212-1/+11
* Special handling of __builtin_expect in boolean expressionsStephan Bergmann2014-02-212-8/+16
* implicitboolconversion: support for Objective C BOOLStephan Bergmann2014-02-211-2/+3
* Handle ImplicitCastExpr w/ invalid loc from Objective C codeStephan Bergmann2014-02-211-1/+3
* ParentBuilder needs support for ObjCMethodDeclStephan Bergmann2014-02-211-0/+15
* Allow building compilerplugins/clang on Mac OS XStephan Bergmann2014-02-211-1/+5
* Don't attempt to actually do double code removalsStephan Bergmann2014-02-204-12/+27
* EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan2014-02-201-1/+1
* Run the non-rewriter plugins even when rewriters are specifiedStephan Bergmann2014-02-172-24/+11
* const improvementStephan Bergmann2014-02-142-2/+2
* one more -Werror,-Wsign-compareMatúš Kukan2014-02-141-1/+1
* -Wsign-compareStephan Bergmann2014-02-141-1/+3
* Store compilerplugin warning about classes derived from a specific class.Matúš Kukan2014-02-141-0/+71
* Adapt ImplicitBoolConversion to 32-bit builds (where sal_Int32 is long)Stephan Bergmann2014-02-131-6/+17
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-121-49/+93
* DiagnosticsEngine::getCustomDiagID isn't const, so don't pass in const engine.Andrzej Hunt2014-01-311-1/+1
* sbergman's typoJesús Corrius2014-01-311-1/+1
* clang::DiagnosticsEnginge::getCustomDiagID now needs a literal FormatStringStephan Bergmann2014-01-312-2/+18
* Clang API function terminology got changedStephan Bergmann2014-01-312-6/+58
* literaltobool conversion plugin, reduce spurious warnings with clang 3.3Noel Grandin2014-01-301-1/+1
* implicitboolconversion: also warn about redundant explicit castsStephan Bergmann2014-01-291-0/+16
* Further fix for old Clang versionsStephan Bergmann2014-01-291-0/+9
* Fix for old Clang versionsStephan Bergmann2014-01-291-5/+35
* Clang plugin to warn about implicit conversion of literals to boolStephan Bergmann2014-01-281-0/+140
* Prepare dual-mode compiler plugin featureStephan Bergmann2014-01-2719-94/+140
* implicitboolconversion: warn about mixing bool with integerStephan Bergmann2014-01-261-0/+30
* implicitboolconversion: also warn about mixing bool/sal_Bool in &=, |=, ^=Stephan Bergmann2014-01-221-3/+3
* implicitboolconversion: also warn about mixing bool/sal_Bool in == etc.Stephan Bergmann2014-01-221-13/+16
* Improve Clang 3.2 hasCLanguageLinkageType workaroundStephan Bergmann2014-01-221-1/+1
* Make implicitboolconversion.cxx compile with Clang 3.2Stephan Bergmann2014-01-201-3/+30
* Clang plugin that flags implicit conversions from boolStephan Bergmann2014-01-171-0/+480
* compilerplugins: ignore WORKDIR codeStephan Bergmann2014-01-101-3/+3
* Clang plugin to re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-101-0/+181
* compilerplugins: strip out -m32/-m64 from CXXMichael Stahl2014-01-101-2/+3
* typo fixesAndras Timar2013-12-201-1/+1
* remove SOLARENV variableMichael Stahl2013-11-021-1/+1
* solver doesn't solve anything...Michael Stahl2013-10-312-24/+4
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-2232-0/+90
* move valueof compiler pluginLuboš Luňák2013-08-271-0/+0
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-0/+148
* warn when rewriter should modify something involving a macroLuboš Luňák2013-08-211-0/+6
* prevent crash when rewriting sourceLuboš Luňák2013-08-211-0/+2
* helper for getting location after current tokenLuboš Luňák2013-08-213-2/+9