diff options
author | John Wiegley <johnw@boostpro.com> | 2011-03-08 08:13:22 +0000 |
---|---|---|
committer | John Wiegley <johnw@boostpro.com> | 2011-03-08 08:13:22 +0000 |
commit | b4a9e51342450ac87a404075a2f9829b6e6083cc (patch) | |
tree | 4471b51341fc808c682a8ee8014bac13d04c26a5 | |
parent | 462c055d85ffcea5bec6dfc4f547fe38aedea848 (diff) | |
download | bcm5719-llvm-b4a9e51342450ac87a404075a2f9829b6e6083cc.tar.gz bcm5719-llvm-b4a9e51342450ac87a404075a2f9829b6e6083cc.zip |
Removed trailing whitespace as a test commit
llvm-svn: 127223
-rw-r--r-- | clang/lib/Sema/SemaExprCXX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExprCXX.cpp b/clang/lib/Sema/SemaExprCXX.cpp index 4e018276b6d..baa1597062b 100644 --- a/clang/lib/Sema/SemaExprCXX.cpp +++ b/clang/lib/Sema/SemaExprCXX.cpp @@ -165,7 +165,7 @@ ParsedType Sema::getDestructorName(SourceLocation TildeLoc, return ParsedType::make(T); } - + if (!SearchType.isNull()) NonMatchingTypeDecl = Type; } |