forked from OSchip/llvm-project
[clang/CFG] Rewrap a line to 80 columns
This commit is contained in:
parent
070315d04c
commit
144f851f6f
|
@ -2711,7 +2711,8 @@ CFGBlock *CFGBuilder::VisitChooseExpr(ChooseExpr *C,
|
|||
return addStmt(C->getCond());
|
||||
}
|
||||
|
||||
CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed) {
|
||||
CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C,
|
||||
bool ExternallyDestructed) {
|
||||
LocalScope::const_iterator scopeBeginPos = ScopePos;
|
||||
addLocalScopeForStmt(C);
|
||||
|
||||
|
|
Loading…
Reference in New Issue