summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/compat.hxx
Commit message (Expand)AuthorAgeFilesLines
* fix clang version checkLuboš Luňák2019-05-271-2/+2
* Adapt compilerplugins to Clang 9 isExplicitSpecified -> getExplicitSpecifierStephan Bergmann2019-05-161-0/+16
* Revert "comment out the EvaluateAsInt compat code for now"Stephan Bergmann2018-11-291-2/+1
* comment out the EvaluateAsInt compat code for nowNoel Grandin2018-11-291-1/+2
* add EvaluateAsInt compat function for latest clangNoel Grandin2018-11-271-0/+12
* Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann2018-11-231-76/+0
* Fix failure of loplugin:useuniqueptr with older compilersStephan Bergmann2018-10-101-0/+39
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-0/+65
* Adapt to Clang trunk SourceManager::getImmediateExpansionRange changesStephan Bergmann2018-05-041-0/+12
* Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann2017-12-191-189/+2
* Fix isSalCallFunction furtherStephan Bergmann2017-12-101-0/+14
* loplugin:includeformStephan Bergmann2017-10-241-0/+10
* Fix typosAndrea Gelmini2017-07-171-2/+2
* loplugin:casttovoidStephan Bergmann2017-07-031-0/+34
* ...and re-eanble loplugin:stringcopy againStephan Bergmann2017-05-191-0/+73
* Clean up PPCallbacks compatiblity fixStephan Bergmann2016-11-251-0/+6
* Remove support for Clang < 3.4Stephan Bergmann2016-06-291-50/+0
* Remove support for Clang < 3.3Stephan Bergmann2016-06-291-56/+0
* Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann2016-06-281-0/+21
* loplugin compat with clang 3.4Noel Grandin2016-06-281-1/+16
* Adpat to <https://llvm.org/svn/llvm-project/cfe/trunk@273647>Stephan Bergmann2016-06-241-0/+14
* typoStephan Bergmann2016-04-211-1/+1
* Better fix for 13758a3d154e8e450fdfe8bcdeb6b3a03996c53aStephan Bergmann2016-04-211-0/+18
* compilerplugins: fix clang-3.7 buildMiklos Vajna2016-02-291-3/+3
* These version checks are about the Clang the plugins are built /against/Stephan Bergmann2016-02-261-26/+28
* isLookupContext already available in Clang 3.7.0Stephan Bergmann2015-11-191-1/+1
* Adapt compilerplugins to old Clang versionsStephan Bergmann2015-11-191-0/+9
* compilerplugins: getAsTagDecl doesn't exist in clang 3.5Michael Stahl2015-11-061-0/+10
* tdf#94389 compilerplugins: clang 3.7.0Daniel Robertson2015-09-211-3/+3
* -Werror,-Wunused-parameterStephan Bergmann2015-08-041-0/+1
* fix crash in refcounting pluginNoel Grandin2015-08-041-1/+2
* Adapt to current Clang trunk towards 3.7Stephan Bergmann2015-08-041-0/+32
* Clean up isMacroBodyExpansionStephan Bergmann2015-03-281-11/+0
* new clang plugin: staticmethodsNoel Grandin2015-03-271-0/+10
* new constantfunction lopluginNoel Grandin2015-03-251-0/+12
* Adapt compilerplugins to Clang trunk towards 3.7Stephan Bergmann2015-02-261-6/+10
* Fix typoTor Lillqvist2015-01-081-1/+1
* loplugin:cstylecast: improve detection of C codeStephan Bergmann2015-01-081-0/+8
* Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann2014-09-231-0/+12
* Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann2014-08-281-1/+7
* compat for Clang 3.2Stephan Bergmann2014-07-021-0/+20
* Flag unreferrenced functions only declared in the main file, not an includeStephan Bergmann2014-04-151-0/+24
* Add compat::isInMainFileStephan Bergmann2014-04-021-0/+11
* More compat stuffStephan Bergmann2014-03-271-0/+16
* More compat stuffStephan Bergmann2014-03-141-0/+8
* salbool: a rewriting plugin that flags most uses of sal_BoolStephan Bergmann2014-02-251-0/+18
* ...but Flags parameter was plain unsigned int prior to Clang 3.4Stephan Bergmann2014-02-251-0/+17
* Adapt to Clang <= 3.4Stephan Bergmann2014-02-211-0/+9
* 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