summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/checkconfigmacros.cxx
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wdeprecated-declarationsStephan Bergmann2023-12-181-1/+2
* Bump compiler plugins Clang baseline to 12.0.1Stephan Bergmann2022-02-171-0/+2
* longer watchdog timeouts for debug Skia buildLuboš Luňák2020-09-081-1/+5
* Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann2020-01-291-3/+3
* disable checkconfigmacros compiler check for UnpackedTarballLuboš Luňák2019-11-271-1/+2
* Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann2018-11-231-10/+2
* Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann2017-12-191-10/+10
* reformat some loplugin codeNoel Grandin2017-06-201-1/+1
* Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann2017-05-181-3/+3
* Adapt to Clang 5 change of PPCallbacks::MacroUndefined signatureStephan Bergmann2017-05-021-2/+10
* Missing includeStephan Bergmann2016-12-011-0/+2
* Clean up PPCallbacks compatiblity fixStephan Bergmann2016-11-251-34/+8
* Remove support for Clang < 3.4Stephan Bergmann2016-06-291-6/+2
* Remove support for Clang < 3.3Stephan Bergmann2016-06-291-26/+4
* These version checks are about the Clang the plugins are built /against/Stephan Bergmann2016-02-261-14/+14
* Adapt loplugin:checkconfigmacros to current Clang trunkStephan Bergmann2015-05-041-5/+21
* Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann2015-03-111-3/+8
* Fix copy/paste errorStephan Bergmann2015-03-111-1/+1
* Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann2014-09-231-1/+2
* Prepare dual-mode compiler plugin featureStephan Bergmann2014-01-271-3/+3
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-221-0/+3
* error: cannot use dynamic_cast with -fno-rttiStephan Bergmann2013-08-061-0/+1
* Adapt to PPCallbacks.h changes on Clang trunk towards 3.4Stephan Bergmann2013-07-241-1/+7
* fix plugin build with clang < 3.3Luboš Luňák2013-06-021-6/+6
* update for PPCallbacks API changes in Clang3.3Luboš Luňák2013-05-311-2/+33
* mark all virtuals in the clang plugin as overrideLuboš Luňák2013-05-311-6/+6
* compiler plugin to check incorrect #ifdef for config_XXX.h macrosLuboš Luňák2013-04-041-0/+100