summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/index-many-logical-ops.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that betterPaul Robinson2019-05-101-1/+1
| | | | | | expresses the intent of the exclusion. llvm-svn: 360447
* [test] Re-enable asan on the test, stack usage should be lower.Argyrios Kyrtzidis2016-03-031-2/+2
| | | | llvm-svn: 262583
* Disable two tests that use a lot of stack under ASan.Alexey Samsonov2016-02-131-2/+2
| | | | llvm-svn: 260779
* Add ubsan/not_ubsan features to Clang lit tests and useAlexey Samsonov2014-09-031-0/+3
| | | | | | them to exclude tests with large stack usage from UBSan bootstrap. llvm-svn: 217064
* Make RecursiveASTVisitor to traverse certain statements using data recursionArgyrios Kyrtzidis2012-03-151-0/+2011
to avoid a stack overflow with extreme cases. Part of rdar://10941790. llvm-svn: 152820
OpenPOWER on IntegriCloud