Add the location of the tag keyword into TagDecl. From Enea
authorDouglas Gregor <dgregor@apple.com>
Tue, 21 Jul 2009 14:46:17 +0000 (14:46 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 21 Jul 2009 14:46:17 +0000 (14:46 +0000)
commit82fe3e3398e9eb16ade4970bfb1dc15023c5e8be
tree226c314b221179c6cbc2b279bcf493f043fc5f15
parent1f982105a673902adacbfb8921aa60d46d07779a
Add the location of the tag keyword into TagDecl. From Enea
Zaffanella, with tweaks from Abramo Bagnara.

llvm-svn: 76576
clang/include/clang/AST/Decl.h
clang/include/clang/AST/DeclCXX.h
clang/lib/AST/Decl.cpp
clang/lib/AST/DeclCXX.cpp
clang/lib/Frontend/PCHReaderDecl.cpp
clang/lib/Frontend/PCHWriterDecl.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp