]> granicus.if.org Git - clang/commit
Centralize all checks for a C++ tag definition inside a typename in
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 28 Jun 2011 03:01:18 +0000 (03:01 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 28 Jun 2011 03:01:18 +0000 (03:01 +0000)
commitd3880f8458bb6a03818ee01f758c32f945de3eaa
treebc73f3c7152568a0f8d340afb37d3bcf62df0fef
parent3215398dc9dac2be19a9fc1df929e6b7d83eafca
Centralize all checks for a C++ tag definition inside a typename in
Sema::GetTypeForDeclarator and remove its 'OwnedDecl' out parameter.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133986 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaType.cpp