summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* update/rework the Rewriter wrapper functionsLuboš Luňák2013-08-212-51/+76
* error: cannot use dynamic_cast with -fno-rttiStephan Bergmann2013-08-066-7/+12
* clang binary is in clang build directory, not with its sourcesLuboš Luňák2013-08-051-1/+1
* note about getDirectCallee() vs getCallee()Luboš Luňák2013-08-051-0/+5
* 'generic' compiler plugin to modify calls to a specific functionLuboš Luňák2013-08-051-0/+84
* Adapt to PPCallbacks.h changes on Clang trunk towards 3.4Stephan Bergmann2013-07-241-1/+7
* adjust for upstreaming of warn_unused attributeLuboš Luňák2013-07-231-0/+9
* mention the explicit bool conversion from C++11 for pointer-to-bool checkLuboš Luňák2013-07-161-3/+4
* compiler plugin warning about unwanted silent pointer-to-bool conversionsLuboš Luňák2013-07-151-0/+163
* fix finding all parents for AST nodesLuboš Luňák2013-07-151-5/+17
* simplify bodynotinblock plugin using parentStmt()Luboš Luňák2013-06-202-47/+43
* simplify postfixincrementfix plugin using parentStmt()Luboš Luňák2013-06-202-67/+27
* make it easy to get a parent of an AST nodeLuboš Luňák2013-06-202-0/+74
* work around the C++11 __float128 problem with libstdc++ headers and clangLuboš Luňák2013-06-131-1/+1
* Ignore warnings in Clang headersStephan Bergmann2013-06-051-1/+1
* Adapt UPDATE_FILES=<module> to headers being moved to include/Stephan Bergmann2013-06-051-1/+12
* fix plugin build with clang < 3.3Luboš Luňák2013-06-021-6/+6
* make compiler plugin warnings follow WaELuboš Luňák2013-05-311-2/+0
* obey --enable-werror when building clang pluginLuboš Luňák2013-05-311-1/+5
* reoder stuff in makefileLuboš Luňák2013-05-311-2/+2
* update for PPCallbacks API changes in Clang3.3Luboš Luňák2013-05-312-2/+43
* mark all virtuals in the clang plugin as overrideLuboš Luňák2013-05-3115-21/+21
* Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2013-05-222-0/+225
* check for double modifications in compiler pluginsLuboš Luňák2013-05-062-0/+17
* compiler plugin for RTL_CONSTASCII_USTRINGPARAM removalLuboš Luňák2013-05-061-0/+140
* Revert "ignore already seen locations in compiler plugins"Luboš Luňák2013-05-062-16/+6
* ignore already seen locations in compiler pluginsLuboš Luňák2013-05-062-6/+16
* Fix handling range in removeText().Luboš Luňák2013-05-062-2/+15
* add constLuboš Luňák2013-05-0220-28/+28
* Update location of log-areas.doxTor Lillqvist2013-04-241-3/+3
* base for unusedcode compiler pluginLuboš Luňák2013-04-221-0/+75