Displaying 1 result from an estimated 1 matches for "getsuperregion".
2016 Jun 02
6
-Wmisleading-indentation violations
...CDeal
locChecker::diagnoseMissingReleases(clang::ento::CheckerContext&) const’:
/home/dsl11/dev/llvm-upstream/src/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp:532:5:
warning: this ‘if’ clause does not guard
... [-Wmisleading-indentation]
if (SelfRegion != IvarRegion->getSuperRegion())
^~
/home/dsl11/dev/llvm-upstream/src/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp:535:7:
note: ...this statement, but the latter
is misleadingly indented as if it is guarded by the ‘if’
const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl();
```
and
```
/home/...