We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565de60 commit ca8f5f3Copy full SHA for ca8f5f3
clang/lib/StaticAnalyzer/Core/MemRegion.cpp
@@ -766,7 +766,7 @@ std::string MemRegion::getDescriptiveName(bool UseQuotes) const {
766
}
767
768
// FieldRegion may have ElementRegion as SuperRegion.
769
- if (const auto *FR = R->getAs<clang::ento::FieldRegion>()) {
+ if (const auto *FR = R->getAs<FieldRegion>()) {
770
std::string Super = FR->getSuperRegion()->getDescriptiveName(false);
771
if (Super.empty())
772
return "";
0 commit comments