This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
5faf8a3d84
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
linkage-merge-foo.h
3 lines
28 B
C
Raw
Normal View
History
Unescape
Escape
Add hasExternalLinkageUncached back with the test that Richard provided, but keep the call at the current location. llvm-svn: 178741
2013-04-04 12:40:17 +08:00
int
f
(
)
;
Add a module testcase with a using declaration. Thanks a lot to Richard Smith for the suggestion. llvm-svn: 178825
2013-04-05 08:52:14 +08:00
static
int
g
(
int
)
;