Hacker News new | past | comments | ask | show | jobs | submit login
Automatically Applying HLint Suggestions (mpickering.github.io)
18 points by asQuirreL on Nov 22, 2015 | hide | past | favorite | 2 comments



I always wanted something similar for C++ to exist. But people seem to think linting is entirely different than thing demonstrated here.


clang-tidy will fix (some?) problems it detects, if you pass it the -fix flag.

http://clang.llvm.org/extra/clang-tidy/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: