diff options
| author | Douglas Gregor <dgregor@apple.com> | 2011-03-01 15:34:37 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2011-03-01 15:34:37 +0000 |
| commit | 62a60c50f4fb78f731d4b9d02ad9905afe588671 (patch) | |
| tree | 3fd4cedd06bd58d1aa76fe4be7b73d7e0ada13d6 /clang/lib/AST | |
| parent | cb95eeecc6c334b043ace0f94c69ba1491f46f5f (diff) | |
| download | bcm5719-llvm-62a60c50f4fb78f731d4b9d02ad9905afe588671.tar.gz bcm5719-llvm-62a60c50f4fb78f731d4b9d02ad9905afe588671.zip | |
Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage.
llvm-svn: 126746
Diffstat (limited to 'clang/lib/AST')
| -rw-r--r-- | clang/lib/AST/TypeLoc.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/lib/AST/TypeLoc.cpp b/clang/lib/AST/TypeLoc.cpp index 98c46621f03..4b38dbac7b2 100644 --- a/clang/lib/AST/TypeLoc.cpp +++ b/clang/lib/AST/TypeLoc.cpp @@ -229,14 +229,6 @@ TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) { return TL; } -void ElaboratedTypeLoc::initializeLocal(ASTContext &Context, - SourceLocation Loc) { - setKeywordLoc(Loc); - NestedNameSpecifierLocBuilder Builder; - Builder.MakeTrivial(Context, getTypePtr()->getQualifier(), Loc); - setQualifierLoc(Builder.getWithLocInContext(Context)); -} - void DependentNameTypeLoc::initializeLocal(ASTContext &Context, SourceLocation Loc) { setKeywordLoc(Loc); |

