r192708 - Fixed code style of my change.

Serge Pavlov sepavloff at gmail.com
Tue Oct 15 07:24:32 PDT 2013


Author: sepavloff
Date: Tue Oct 15 09:24:32 2013
New Revision: 192708

URL: http://llvm.org/viewvc/llvm-project?rev=192708&view=rev
Log:
Fixed code style of my change.

Modified:
    cfe/trunk/lib/Sema/SemaLookup.cpp

Modified: cfe/trunk/lib/Sema/SemaLookup.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaLookup.cpp?rev=192708&r1=192707&r2=192708&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaLookup.cpp (original)
+++ cfe/trunk/lib/Sema/SemaLookup.cpp Tue Oct 15 09:24:32 2013
@@ -4169,7 +4169,7 @@ TypoCorrection Sema::CorrectTypo(const D
         if (!Cached->second.isKeyword() &&
             isCandidateViable(CCC, Cached->second)) {
           // Do not use correction that is unaccessible in the given scope.
-          NamedDecl* CorrectionDecl = Cached->second.getCorrectionDecl();
+          NamedDecl *CorrectionDecl = Cached->second.getCorrectionDecl();
           DeclarationNameInfo NameInfo(CorrectionDecl->getDeclName(),
                                        CorrectionDecl->getLocation());
           LookupResult R(*this, NameInfo, LookupOrdinaryName);





More information about the cfe-commits mailing list