repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AMDGPU] Add True16 register classes.
[llvm-project.git]
/
lldb
/
test
/
API
/
commands
/
expression
/
deleting-implicit-copy-constructor
/
TestDeletingImplicitCopyConstructor.py
blob
ce74dd27cc179062e86dcdb158f1e816b36af93d
1
from
lldbsuite
.
test
import
lldbinline
2
from
lldbsuite
.
test
import
decorators
3
4
lldbinline
.
MakeInlineTest
(
5
__file__
,
6
globals
(),
7
[
8
decorators
.
expectedFailureAll
(
bugnumber
=
"llvm.org/pr50814"
,
compiler
=
"gcc"
),
9
],
10
)