issues
search
Dlang-UPB
/
D-scanner
Fork of the official D-scanner that uses dmd-as-a-lib
Boost Software License 1.0
6
stars
2
forks
source link
Use DMD in RedundantStorageClassCheck
#84
Closed
Vladiwostok
closed
10 months ago
Vladiwostok
commented
11 months ago
This checks is used to detect redundant storage classes:
immutable and shared
immutable and __gshared
static and __gshared
This checks is used to detect redundant storage classes: