aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PrintParserCallbacks.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2009-07-31 02:45:11 +0000
committerJohn McCall <rjmccall@apple.com>2009-07-31 02:45:11 +0000
commit0f434ecbead44c1f4d5f9dda088f9827fa0dc40f (patch)
treea8f087268fe7193a0443a9357c0ce69594285a7b /lib/Frontend/PrintParserCallbacks.cpp
parent5c15fe1f59a08c6e2215f99a3b251e14c73b36e2 (diff)
Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer
and a name collision. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PrintParserCallbacks.cpp')
-rw-r--r--lib/Frontend/PrintParserCallbacks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/PrintParserCallbacks.cpp b/lib/Frontend/PrintParserCallbacks.cpp
index 51693cc00d..4231d66ef8 100644
--- a/lib/Frontend/PrintParserCallbacks.cpp
+++ b/lib/Frontend/PrintParserCallbacks.cpp
@@ -193,7 +193,7 @@ namespace {
return TypeResult();
}
- virtual DeclPtrTy ActOnTag(Scope *S, unsigned TagType, TagKind TK,
+ virtual DeclPtrTy ActOnTag(Scope *S, unsigned TagType, TagUseKind TUK,
SourceLocation KWLoc, const CXXScopeSpec &SS,
IdentifierInfo *Name, SourceLocation NameLoc,
AttributeList *Attr, AccessSpecifier AS,