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:
5260bc2
)
Removing an accidentally duplicated line of test code to fix bots.
author
Aaron Ballman
<aaron@aaronballman.com>
Tue, 21 Jan 2020 21:03:22 +0000
(16:03 -0500)
committer
Aaron Ballman
<aaron@aaronballman.com>
Tue, 21 Jan 2020 21:03:22 +0000
(16:03 -0500)
clang/test/Sema/attr-capabilities.c
patch
|
blob
|
history
diff --git
a/clang/test/Sema/attr-capabilities.c
b/clang/test/Sema/attr-capabilities.c
index 03cebe2f6596b0bc79a6ae0b037e511714e704d7..b28c437935a130e0a0ec011f5f0d3e4aa4aec707 100644
(file)
--- a/
clang/test/Sema/attr-capabilities.c
+++ b/
clang/test/Sema/attr-capabilities.c
@@
-1,6
+1,5
@@
// RUN: %clang_cc1 -fsyntax-only -Wthread-safety -verify %s
-typedef int __attribute__((capability("role"))) ThreadRole;
typedef int __attribute__((capability("role"))) ThreadRole;
struct __attribute__((shared_capability("mutex"))) Mutex {};
struct NotACapability {};