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
Sema
SemaExpr.cpp
Find file
Blame
History
Permalink
c89 does not perform array -> pointer promotion unless the array is an lvalue. This
· 61f60a05
Chris Lattner
authored
Jul 25, 2008
is different than C99. This fixes the rest of
rdar://6095180
. llvm-svn: 54064
61f60a05
Loading