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
Make test more lenient for custom clang version strings
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
RelativeVTablesABI
/
cross-tu-header.h
blob
73b09c055a986ba227ad3de4cfe153f4ed33af57
1
class
A
{
2
public
:
3
virtual
void
foo
();
4
virtual
void
bar
();
5
};
6
7
class
B
:
public
A
{
8
public
:
9
void
foo
()
override
;
10
};