Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After recent commit was tested over wider existing code base, it was reported cpplint_mod.py would crash on source code that contained "// NOLINT(*)". This regression was fixed and tested against this fuller (fullest) set of cases. First two are "mask all lint reports" wildcards. #include <thread> #include <thread> // NOLINT #include <thread> // NOLINT(*) #include <thread> // NOLINT(build/c++11) #include <thread> // NOLINT(build/c++11-2)
- Loading branch information