зеркало из https://github.com/microsoft/clang-1.git
Reformat long line. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70412 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
306a6aa6a2
Коммит
298862dbcc
|
@ -2427,9 +2427,8 @@ CFRefLeakReport::getEndPath(BugReporter& br, const ExplodedNode<GRState>* EndN){
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!L.isValid()) {
|
if (!L.isValid()) {
|
||||||
L = PathDiagnosticLocation(
|
const Decl &D = BR.getStateManager().getCodeDecl();
|
||||||
BR.getStateManager().getCodeDecl().getBodyRBrace(BR.getContext()),
|
L = PathDiagnosticLocation(D.getBodyRBrace(BR.getContext()), SMgr);
|
||||||
SMgr);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string sbuf;
|
std::string sbuf;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче