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)
commitd6a81614c4390bc34d01300dbd14ed019f150cf8
treef8fc75b6da00ae64d5900643cfcef649347aaf13
parent6595839fc5537cf338e61e115dbef4ab5d98bd00
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.

llvm-svn: 222447
llvm/unittests/ADT/CMakeLists.txt
llvm/unittests/ADT/PostOrderIteratorTest.cpp [new file with mode: 0644]