search for: locchecker

Displaying 1 result from an estimated 1 matches for "locchecker".

2016 Jun 02
6
-Wmisleading-indentation violations
...if (ParseUseListOrderBB()) return true; break; ^~~~~ ``` and ``` /home/dsl11/dev/llvm-upstream/src/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp: In member function ‘void {anonymous}::ObjCDeal 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())...