]> granicus.if.org Git - clang/commit
Add TypeLocBuilder, an API for incrementally creating TypeLocs. Change
authorJohn McCall <rjmccall@apple.com>
Wed, 21 Oct 2009 00:23:54 +0000 (00:23 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 21 Oct 2009 00:23:54 +0000 (00:23 +0000)
commit109de5ead1dfcb3bc985cddb8cb3ed5bcecad88d
tree3a723b640c5f395ce4cf80ece943b565fcab03b4
parentbb833dcc562f686a0652865d1945cfa3a421379c
Add TypeLocBuilder, an API for incrementally creating TypeLocs.  Change
the API for creating DeclaratorInfos to allow callers to provide an exact
size.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84715 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/AST/TypeLocBuilder.h [new file with mode: 0644]
lib/AST/ASTContext.cpp