]> granicus.if.org Git - clang/commit
[analyzer] Hotfix for build failure due to declaration shadowing in r276782.
authorArtem Dergachev <artem.dergachev@gmail.com>
Tue, 26 Jul 2016 19:05:22 +0000 (19:05 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Tue, 26 Jul 2016 19:05:22 +0000 (19:05 +0000)
commit9f96fceac119a661570dac445eeed12ba519bcb2
tree97b7807953b6511aa747076b4bbcb3f4b966d2ad
parent07b4e2f4072d6277db401b3990e8977632f5d55a
[analyzer] Hotfix for build failure due to declaration shadowing in r276782.

CloneDetector member variable is shadowing the class with the same name,
which causes build failures on some platforms.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276791 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/CloneChecker.cpp