Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ubsan/not_ubsan features to Clang lit tests and use | Alexey Samsonov | 2014-09-03 | 1 | -2/+2 |
| | | | | | | them to exclude tests with large stack usage from UBSan bootstrap. llvm-svn: 217064 | ||||
* | Fix this test and don't run it in ASan bootstrap | Alexey Samsonov | 2014-01-28 | 1 | -2/+2 |
| | | | | llvm-svn: 200291 | ||||
* | Actually mark ASan-unfriendly test as XFAIL | Alexey Samsonov | 2013-03-26 | 1 | -0/+3 |
| | | | | llvm-svn: 177997 | ||||
* | [libclang] The annotation of tokens operation visits statement nodes ↵ | Argyrios Kyrtzidis | 2012-09-01 | 1 | -0/+95 |
code-recursively. This can blow the stack with extremely deep hierarchies. Switch it to data-recursive. This is implemented by introducing a post-children visitation callback that the CursorVisitor is calling after child nodes of a cursor have been visited. This is used by the annotate-tokens visitor to do extra work at that point. rdar://11979525. llvm-svn: 163071 |