зеркало из 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()) {
|
||||
L = PathDiagnosticLocation(
|
||||
BR.getStateManager().getCodeDecl().getBodyRBrace(BR.getContext()),
|
||||
SMgr);
|
||||
const Decl &D = BR.getStateManager().getCodeDecl();
|
||||
L = PathDiagnosticLocation(D.getBodyRBrace(BR.getContext()), SMgr);
|
||||
}
|
||||
|
||||
std::string sbuf;
|
||||
|
|
Загрузка…
Ссылка в новой задаче