summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Liao <michael.hliao@gmail.com>2019-10-22 04:32:30 +0000
committerMichael Liao <michael.hliao@gmail.com>2019-10-22 04:32:30 +0000
commit114de1eab29c06ac097c0e97feb713d616798f7a (patch)
tree8d229db1d160fa852343bbb43312f53b4f380579
parentd602e0d0cab270761553c79d2e42b8ac6b756157 (diff)
downloadbcm5719-llvm-114de1eab29c06ac097c0e97feb713d616798f7a.tar.gz
bcm5719-llvm-114de1eab29c06ac097c0e97feb713d616798f7a.zip
Minor coding style fix. NFC.
llvm-svn: 375478
-rw-r--r--clang/lib/Sema/SemaLambda.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaLambda.cpp b/clang/lib/Sema/SemaLambda.cpp
index 749b0f2caaa..c6b19a0b195 100644
--- a/clang/lib/Sema/SemaLambda.cpp
+++ b/clang/lib/Sema/SemaLambda.cpp
@@ -444,7 +444,8 @@ void Sema::handleLambdaNumbering(
}
auto getMangleNumberingContext =
- [this](CXXRecordDecl *Class, Decl *ManglingContextDecl) -> MangleNumberingContext * {
+ [this](CXXRecordDecl *Class,
+ Decl *ManglingContextDecl) -> MangleNumberingContext * {
// Get mangle numbering context if there's any extra decl context.
if (ManglingContextDecl)
return &Context.getManglingNumberContext(
OpenPOWER on IntegriCloud