]> granicus.if.org Git - clang/commit
Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile""
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 13 Jul 2013 19:23:35 +0000 (19:23 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 13 Jul 2013 19:23:35 +0000 (19:23 +0000)
commitf475bf83a45435a211edb4e0ef6ac3481ce7b3fe
tree413fde60bbdde17c2aeafc8420a2ebee0207dc25
parent65732a200987cb4b007fbb3015a8bae175ddb832
Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile""

This reverts commit b18b043a5a37f76803d89467e46bcac286c0ecae.

Reapply with fix for the configure+make build (missing include of
ASTContext.h).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186257 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTVector.h
unittests/AST/ASTVectorTest.cpp [new file with mode: 0644]
unittests/AST/CMakeLists.txt