Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ADT] Change PostOrderIterator to use NodeRef. NFC. | Tim Shen | 2016-08-15 | 1 | -4/+4 |
| | | | | | | | | | | Reviewers: dblaikie Subscribers: mzolotukhin, llvm-commits Differential Revision: https://reviews.llvm.org/D23522 llvm-svn: 278752 | ||||
* | Compilation test for PostOrderIterator. | Michael Ilseman | 2014-11-20 | 1 | -0/+37 |
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 |