]> granicus.if.org Git - clang/commit
make DeclSpec manage its own protocol qualifier list memory instead of having
authorChris Lattner <sabre@nondot.org>
Sat, 26 Jul 2008 01:53:50 +0000 (01:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 26 Jul 2008 01:53:50 +0000 (01:53 +0000)
commitae4da6150bb837311a2f0f958b01a2989066ba90
treecb1c8b4c5f85fbef9f31e2b2a4942f56f68ff8c6
parent3bd934a624660db940612ca3c5dfd7128ede79e5
make DeclSpec manage its own protocol qualifier list memory instead of having
clients allocate the memory and it delete it.

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