]> granicus.if.org Git - clang/commit
Convert a few classes over to use the new TrailingObjects helper.
authorJames Y Knight <jyknight@google.com>
Thu, 6 Aug 2015 20:26:32 +0000 (20:26 +0000)
committerJames Y Knight <jyknight@google.com>
Thu, 6 Aug 2015 20:26:32 +0000 (20:26 +0000)
commit1c07720974d98eb2aad9b5529d6e8216ca270d6e
tree14494b6db214e3f44aa6e1849cc892d143ed180c
parentdc40f2e4ea734d537b6d114532ca107164f41cae
Convert a few classes over to use the new TrailingObjects helper.

This initial commit serves as an example -- the remainder of the
classes using pointer arithmetic for trailing objects will be
converted in subsequent changes.

Differential Revision: http://reviews.llvm.org/D11298

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244262 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/DeclTemplate.h
lib/AST/Decl.cpp
lib/AST/DeclTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp