Frédéric Perrin

Results 4 issues of Frédéric Perrin

Hi, When running under Python3, we get a number of `DeprecationWarning: invalid escape sequence` warnings. This pull-request fixes these. I tried following the convention of using the raw-string `r""` prefix...

Beyond C++, other language compilers may also mangle names, and need to use a custom demangler. This is done with a new `--demangler` option, defaulting to c++filt when `--demangle` is...

Hi Bryan, Currently rflint doesn't report an error when run on a non-existent file, or a file it can't open for some other reason, only giving a message on stderr....

Hi Tim, As mentioned by email, a few small tweaks --they're individual commits, so I can split them into small PR if you don't want one or the other. To...