]> granicus.if.org Git - clang/commit
Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer
authorJohn McCall <rjmccall@apple.com>
Fri, 31 Jul 2009 02:45:11 +0000 (02:45 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 31 Jul 2009 02:45:11 +0000 (02:45 +0000)
commit0f434ecbead44c1f4d5f9dda088f9827fa0dc40f
treea8f087268fe7193a0443a9357c0ce69594285a7b
parent5c15fe1f59a08c6e2215f99a3b251e14c73b36e2
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
include/clang/Parse/Action.h
lib/Frontend/PrintParserCallbacks.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplate.cpp