diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-03-31 17:34:00 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-03-31 17:34:00 +0000 |
commit | 4714c12a1ab759156b78be8f109ea4c12213af57 (patch) | |
tree | 3cce0fb0df1ef6611c458af0d5618a69ea930395 /lib/AST/Type.cpp | |
parent | 275313cbb0847f1f117f60d144d113804d4fa42d (diff) |
Rename TypenameType to DependentNameType in anticipation of some
refactoring work in this area.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100019 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/Type.cpp')
-rw-r--r-- | lib/AST/Type.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/Type.cpp b/lib/AST/Type.cpp index 4e24de1922..a18cd0fbca 100644 --- a/lib/AST/Type.cpp +++ b/lib/AST/Type.cpp @@ -757,7 +757,7 @@ bool Type::isSpecifierType() const { case SubstTemplateTypeParm: case TemplateSpecialization: case QualifiedName: - case Typename: + case DependentName: case ObjCInterface: case ObjCObjectPointer: case Elaborated: |