diff options
author | Vince Harron <vince@nethacker.com> | 2015-03-22 05:59:59 +0000 |
---|---|---|
committer | Vince Harron <vince@nethacker.com> | 2015-03-22 05:59:59 +0000 |
commit | a3ea9a4e09ad7339022cff87fe90ed7f9e53f8e3 (patch) | |
tree | 9f39dc47f2b3fadc7966416e10c6f0728f8773c5 /clang/lib/AST/ASTContext.cpp | |
parent | 62fa2732b96517c79c00feb9d5f0f544e62d43be (diff) | |
download | bcm5719-llvm-a3ea9a4e09ad7339022cff87fe90ed7f9e53f8e3.tar.gz bcm5719-llvm-a3ea9a4e09ad7339022cff87fe90ed7f9e53f8e3.zip |
Reverting r232793 until some new LLDB failures are discussed
llvm-svn: 232905
Diffstat (limited to 'clang/lib/AST/ASTContext.cpp')
-rw-r--r-- | clang/lib/AST/ASTContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp index 57621a7b1f6..89e1d52c643 100644 --- a/clang/lib/AST/ASTContext.cpp +++ b/clang/lib/AST/ASTContext.cpp @@ -7946,7 +7946,7 @@ static GVALinkage basicGVALinkageForVariable(const ASTContext &Context, while (LexicalContext && !isa<FunctionDecl>(LexicalContext)) LexicalContext = LexicalContext->getLexicalParent(); - // Let the static local variable inherit its linkage from the nearest + // Let the static local variable inherit it's linkage from the nearest // enclosing function. if (LexicalContext) StaticLocalLinkage = |