summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-08-15 22:15:00 +0000
committerNico Weber <nicolasweber@gmx.de>2014-08-15 22:15:00 +0000
commit55048cf1410619bb394ba0b17c9e4c84b8d1699b (patch)
tree193d3851a9585817f5d3d216c9f38bf0643938ae /clang/lib
parentc00cf4a0688ea62229a5d44d5f000bc62c172263 (diff)
downloadbcm5719-llvm-55048cf1410619bb394ba0b17c9e4c84b8d1699b.tar.gz
bcm5719-llvm-55048cf1410619bb394ba0b17c9e4c84b8d1699b.zip
Wrap to 80 columns, no behavior change.
llvm-svn: 215776
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Parse/ParseTemplate.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseTemplate.cpp b/clang/lib/Parse/ParseTemplate.cpp
index f73b1b41bd3..bd31445e10e 100644
--- a/clang/lib/Parse/ParseTemplate.cpp
+++ b/clang/lib/Parse/ParseTemplate.cpp
@@ -1335,7 +1335,8 @@ void Parser::ParseLateTemplatedFuncDef(LateParsedTemplate &LPT) {
ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
// Recreate the containing function DeclContext.
- Sema::ContextRAII FunctionSavedContext(Actions, Actions.getContainingDC(FunD));
+ Sema::ContextRAII FunctionSavedContext(Actions,
+ Actions.getContainingDC(FunD));
Actions.ActOnStartOfFunctionDef(getCurScope(), FunD);
OpenPOWER on IntegriCloud