aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGClass.cpp
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2016-11-11 00:55:14 +0000
committerJordan Rose <jordan_rose@apple.com>2016-11-11 00:55:14 +0000
commitb07c0d7085fc35c2891a21dd4170c26eb6f6d1bd (patch)
tree920528af4481209b43d9b70de3e682bc0a6f80e4 /clang/lib/CodeGen/CGClass.cpp
parentad94840df31843d043ec9ad4f20bd076d23f9f17 (diff)
downloadllvm-b07c0d7085fc35c2891a21dd4170c26eb6f6d1bd.zip
llvm-b07c0d7085fc35c2891a21dd4170c26eb6f6d1bd.tar.gz
llvm-b07c0d7085fc35c2891a21dd4170c26eb6f6d1bd.tar.bz2
Speculative fix for va_list/nullability test on Hexagon and PPC.
PowerPC's va_list, at least, is a typedef for an array, which means it decays to a pointer in parameter position. Since the decayed type is built from the array element type, the typedef sugar is lost. More rdar://problem/25846421. llvm-svn: 286533
Diffstat (limited to 'clang/lib/CodeGen/CGClass.cpp')
0 files changed, 0 insertions, 0 deletions