Compilation test for PostOrderIterator.
authorMichael Ilseman <milseman@apple.com>
Thu, 20 Nov 2014 19:33:33 +0000 (19:33 +0000)
committerMichael Ilseman <milseman@apple.com>
Thu, 20 Nov 2014 19:33:33 +0000 (19:33 +0000)
commitd23f04a165d7682fc09f5944cac66a7895e48dfe
tree876999bcb423db88e10889ca6105502f7dec5dcd
parentdeb068a5cb7b026b18438e031dfd1b0dfec13f57
Compilation test for PostOrderIterator.

If the template specialization for externally managed sets in
PostOrderIterator call too far out of sync with each other, this unit
test will fail to build. This is especially useful for developers who
may not build Clang (the only in-tree user) every time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222447 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/CMakeLists.txt
unittests/ADT/PostOrderIteratorTest.cpp [new file with mode: 0644]