cgmb / guardonce

Utilities for converting from C/C++ include guards to #pragma once and back again.
MIT License
142 stars 3 forks source link

Identify duplicate guards #11

Open cgmb opened 8 years ago

cgmb commented 8 years ago

It would be nice if checkguard could tell you if you had any duplicate include guards. Two files with the same guard symbol are likely to be a problem, but even if it's intentional it's something to be aware of.