Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
clang
lib
CodeGen
CodeGenModule.cpp
Find file
Normal view
History
Permalink
CodeGenModule.cpp
73.7 KiB
Newer
Older
Clean up CodeGenModule interface.
Daniel Dunbar
committed
Aug 15, 2008
2001
2002
2003
assert
(
isa
<
TypeDecl
>
(
D
)
&&
"Unsupported decl kind"
);
}
}
Show full blame
Prev
1
2
3
Next