-
skym@chromium.org authored
In C++11 std::swap was moved from <algorithm> to <utility>. As such, lint needed to be updated to look for/suggest <utility> when it finds std::swap. The IWYU logic is a little bit different for <utility> functions, including swap, because they do not typically include template parameters, unlike most other std:: functions. Reworked the existing algorithm pattern to be more generic and support multiple differet headers. Did not rename/all caps _re_pattern_templates as it is referenced/modified outside of cpplint.py. BUG=584689 Review URL: https://codereview.chromium.org/1673543004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298622 0039d316-1c4b-4281-b951-d872f2087c98
3990c419