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
CodeGen
CodeGenModule.cpp
Find file
Blame
History
Permalink
Handle global variable definitions which change the type of a definition, such as:
· 5bcdf24a
Chris Lattner
authored
Dec 02, 2007
extern int x[]; void foo() { x[0] = 1; } int x[10]; void bar() { x[0] = 1; } llvm-svn: 44509
5bcdf24a
Loading