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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
Inputs
/
cxx20-module-std-subst-2a.cpp
blob
53f0ec4cf29bdf27b83f149e2e368370f6988351
1
module
;
2
# 5 __FILE__ 1
3
namespace
std
{
4
template
<
typename A
>
struct
allocator
{};
5
template
<
typename C
,
typename T
,
typename A
>
6
class
basic_string
;
7
}
// namespace std
8
# 12
""
2
9
export module RenameString
;
10
export
template
<
typename C
,
typename T
>
11
using
str
=
std
::
basic_string
<
C
,
T
,
std
::
allocator
<
C
>>;