Skip to content

Commit ca8f5f3

Browse files
T-Grubersteakhal
andauthored
Update clang/lib/StaticAnalyzer/Core/MemRegion.cpp
Co-authored-by: Balazs Benics <[email protected]>
1 parent 565de60 commit ca8f5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/StaticAnalyzer/Core/MemRegion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ std::string MemRegion::getDescriptiveName(bool UseQuotes) const {
766766
}
767767

768768
// FieldRegion may have ElementRegion as SuperRegion.
769-
if (const auto *FR = R->getAs<clang::ento::FieldRegion>()) {
769+
if (const auto *FR = R->getAs<FieldRegion>()) {
770770
std::string Super = FR->getSuperRegion()->getDescriptiveName(false);
771771
if (Super.empty())
772772
return "";

0 commit comments

Comments
 (0)