aboutsummaryrefslogtreecommitdiff
path: root/.armclang.cppcheck.cfg
blob: 0d0ffa163acf6e378b9abe9aa259a105ce24d61c (plain)
1
2
3
4
5
6
<?xml version="1.0"?>
<!-- At present compiler specific options are not getting passed -->
<!-- to cpp check, following is a workaround to pass it manually -->
<!-- ArmClang specific defines which must be passed to ArmClang -->
<def><define name="__ARMCC_VERSION" value="6010050"/>
</def>