commit | 9ab047e78be34f3345b00c3d71cbfcbbe110ab3b | [log] [tgz] |
---|---|---|
author | Jasper Chapman-Black <jaspercb@chromium.org> | Thu Nov 07 15:51:54 2019 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 07 15:51:54 2019 +0000 |
tree | 46db747a25075f973fdaa77166cecdccfcbe7880 | |
parent | 23247b99321549c24e62ad45200409419423695d [diff] [blame] |
[tricium] Add string_view to list of C++ headers Recipe-Nontrivial-Roll: build Change-Id: I76c2db161677852b005f2b934ff96f7369844fb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1900486 Commit-Queue: Jasper Chapman-Black <jaspercb@chromium.org> Reviewed-by: Quinten Yearsley <qyearsley@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
diff --git a/cpplint.py b/cpplint.py index d6c63df..01369e3 100755 --- a/cpplint.py +++ b/cpplint.py
@@ -368,6 +368,7 @@ 'stdexcept', 'streambuf', 'string', + 'string_view', 'strstream', 'system_error', 'thread',