Kitware / KWStyle

Kitware Style Checker
Other
53 stars 30 forks source link

KWStyle appears not to unescape XML escaped characters such that things like > and related are translated literally #84

Open catskul opened 5 years ago

catskul commented 5 years ago

In most cases this wouldn't matter since those things are effectively disallowed from identifier names, but in practice KWStyle has enough failure modes that such characters are often added to regex fields to work around these cases.