[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)
commit96034ca10eae091749974687afb4f1888aab669d
tree4f5d5637830831eda663fb957b3270c17fda4b0d
parentb567b628b781e8bf9cc411aedbdbc1a3705cfd91
[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.

llvm-svn: 276791
clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp