diff options
| author | Fangrui Song <maskray@google.com> | 2018-09-26 23:47:00 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2018-09-26 23:47:00 +0000 |
| commit | 0dae6369883ac99e8c2a0344cf3d9276e0cdd181 (patch) | |
| tree | 27b2fffbc38084c6180fb0890867b3338f55c97b | |
| parent | 533863a350d0220daa2ea078823e83898182dfbb (diff) | |
| download | bcm5719-llvm-0dae6369883ac99e8c2a0344cf3d9276e0cdd181.tar.gz bcm5719-llvm-0dae6369883ac99e8c2a0344cf3d9276e0cdd181.zip | |
Remove trailing space in rC343150
llvm-svn: 343152
| -rw-r--r-- | clang/include/clang/Sema/Lookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Sema/Lookup.h b/clang/include/clang/Sema/Lookup.h index ef2842195ff..4f7da851e23 100644 --- a/clang/include/clang/Sema/Lookup.h +++ b/clang/include/clang/Sema/Lookup.h @@ -711,7 +711,7 @@ private: LookupResultKind ResultKind = NotFound; // ill-defined unless ambiguous. Still need to be initialized it will be // copied/moved. - AmbiguityKind Ambiguity = {}; + AmbiguityKind Ambiguity = {}; UnresolvedSet<8> Decls; CXXBasePaths *Paths = nullptr; CXXRecordDecl *NamingClass = nullptr; |

