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
[Flang][Parser] Add missing #include "flang/Common/idioms.h" (#77484)
[llvm-project.git]
/
clang-tools-extra
/
test
/
clang-move
/
Inputs
/
function_test.h
blob
810f803b6e86423790e82266aeb6848c55b4f7c7
1
void
f
();
2
3
inline
int
g
() {
return
0
; }
4
5
template
<
typename T
>
6
void
h
(
T t
) {}
7
8
template
<>
9
void
h
(
int
t
) {}
10
11
class
A
{
12
public
:
13
void
f
();
14
};