Introduce Declarator::CXXNewContext and remove 'AutoAllowedInTypeName' parameter
commit0b8c98f3ddf83adcb9e9d98b68ce38e970cdee73
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 28 Jun 2011 03:01:23 +0000 (28 03:01 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 28 Jun 2011 03:01:23 +0000 (28 03:01 +0000)
treee64fbb91b84ae7c9904a21b68819f19b8ba62dd1
parentd3880f8458bb6a03818ee01f758c32f945de3eaa
Introduce Declarator::CXXNewContext and remove 'AutoAllowedInTypeName' parameter
from Sema::GetTypeForDeclarator. No functionality change.

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