on ASTContext::CreateTypeSourceInfo that duplicated information from the
(more complete) version in ASTContext.h.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158504
91177308-0d34-0410-b5e6-
96231b3b80d8
BlockVarCopyInits[VD] = Init;
}
-/// \brief Allocate an uninitialized TypeSourceInfo.
-///
-/// The caller should initialize the memory held by TypeSourceInfo using
-/// the TypeLoc wrappers.
-///
-/// \param T the type that will be the basis for type source info. This type
-/// should refer to how the declarator was written in source code, not to
-/// what type semantic analysis resolved the declarator to.
TypeSourceInfo *ASTContext::CreateTypeSourceInfo(QualType T,
unsigned DataSize) const {
if (!DataSize)