[clang-tidy] misc-string-integer-assignment: ignore toupper/tolower
authorClement Courbet <courbet@google.com>
Mon, 25 Feb 2019 13:09:02 +0000 (13:09 +0000)
committerClement Courbet <courbet@google.com>
Mon, 25 Feb 2019 13:09:02 +0000 (13:09 +0000)
commit4bfa716f7c52d5bbf6ab23ea4fc20cec71c5f19a
treefe57ee738c997ca10d369fefdcdc7fd841e8768c
parentcfa0d7a3581e4e49b26b820776fcad746c7885a0
[clang-tidy] misc-string-integer-assignment: ignore toupper/tolower

Summary: Tis represents ~20% of false positives. See PR27723.

Reviewers: xazax.hun, alexfh

Subscribers: rnkovacs, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D58604

llvm-svn: 354780
clang-tools-extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp
clang-tools-extra/test/clang-tidy/bugprone-string-integer-assignment.cpp