projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb305de
)
[test] After r262290 reducing stack usage, try re-enabling asan on the related test.
author
Argyrios Kyrtzidis
<akyrtzi@gmail.com>
Tue, 1 Mar 2016 04:40:20 +0000
(
04:40
+0000)
committer
Argyrios Kyrtzidis
<akyrtzi@gmail.com>
Tue, 1 Mar 2016 04:40:20 +0000
(
04:40
+0000)
llvm-svn: 262295
clang/test/Index/index-many-call-ops.cpp
patch
|
blob
|
history
diff --git
a/clang/test/Index/index-many-call-ops.cpp
b/clang/test/Index/index-many-call-ops.cpp
index b46029cbf8cc75bfb1c3d196b7d75e3998f8ecce..7644697d4e7cbc0c88cb891b3c4de1404496617e 100644
(file)
--- a/
clang/test/Index/index-many-call-ops.cpp
+++ b/
clang/test/Index/index-many-call-ops.cpp
@@
-4,8
+4,8
@@
// Check that we don't get stack overflow trying to index a huge number of
// call operators.
-//
ASan and UBSan increase
stack usage.
-// REQUIRES: not_
asan, not_
ubsan
+//
UBSan increses
stack usage.
+// REQUIRES: not_ubsan
struct S {
S &operator()();