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] Update base addr of dyn alloca considering GrowingUp stack (#119822)
[llvm-project.git]
/
clang
/
test
/
CXX
/
temp
/
temp.decls
/
temp.mem
/
p3.cpp
blob
7e13f2a58ba0e1b6217a0666f72323ad7319cd71
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
template
<
class
T
>
struct
AA
{
4
template
<
class
C
>
virtual
void
g
(
C
);
// expected-error{{'virtual' cannot be specified on member function templates}}
5
virtual
void
f
();
6
};