summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/checkconfigmacros.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann1-10/+2
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann1-10/+10
2017-06-20reformat some loplugin codeNoel Grandin1-1/+1
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann1-3/+3
2017-05-02Adapt to Clang 5 change of PPCallbacks::MacroUndefined signatureStephan Bergmann1-2/+10
2016-12-01Missing includeStephan Bergmann1-0/+2
2016-11-25Clean up PPCallbacks compatiblity fixStephan Bergmann1-34/+8
2016-06-29Remove support for Clang < 3.4Stephan Bergmann1-6/+2
2016-06-29Remove support for Clang < 3.3Stephan Bergmann1-26/+4
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann1-14/+14
2015-05-04Adapt loplugin:checkconfigmacros to current Clang trunkStephan Bergmann1-5/+21
2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann1-3/+8
2015-03-11Fix copy/paste errorStephan Bergmann1-1/+1
2014-09-23Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann1-1/+2
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann1-3/+3
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara1-0/+3
2013-08-06error: cannot use dynamic_cast with -fno-rttiStephan Bergmann1-0/+1
2013-07-24Adapt to PPCallbacks.h changes on Clang trunk towards 3.4Stephan Bergmann1-1/+7
2013-06-02fix plugin build with clang < 3.3Luboš Luňák1-6/+6
2013-05-31update for PPCallbacks API changes in Clang3.3Luboš Luňák1-2/+33
2013-05-31mark all virtuals in the clang plugin as overrideLuboš Luňák1-6/+6
2013-04-04compiler plugin to check incorrect #ifdef for config_XXX.h macrosLuboš Luňák1-0/+100