diff options
| author | Gabor Greif <ggreif@gmail.com> | 2010-08-30 22:25:56 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2010-08-30 22:25:56 +0000 |
| commit | 1286617c648efa1556c50d25281ef7a6dd7750ad (patch) | |
| tree | b30f0e57c9b4a06881c24b0814db1a7196098710 /clang/lib | |
| parent | 823bb4cc2412e29135b35b6b1df07b8ce70653c8 (diff) | |
| download | bcm5719-llvm-1286617c648efa1556c50d25281ef7a6dd7750ad.tar.gz bcm5719-llvm-1286617c648efa1556c50d25281ef7a6dd7750ad.zip | |
zap tabs
llvm-svn: 112541
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp b/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp index 6653e2e8ca7..26fbe6a1148 100644 --- a/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp +++ b/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp @@ -1167,7 +1167,7 @@ Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D, PrincipalDecl->setObjectOfFriendDecl(PrevDecl != 0); DC->makeDeclVisibleInContext(PrincipalDecl, /*Recoverable=*/ false); - bool queuedInstantiation = false; + bool queuedInstantiation = false; if (!SemaRef.getLangOptions().CPlusPlus0x && D->isThisDeclarationADefinition()) { |

