]> granicus.if.org Git - clang/commit
Ignore typedefs in pointer arithmetic codegen.
authorSeo Sanghyeon <sanxiyn@gmail.com>
Mon, 3 Dec 2007 06:23:43 +0000 (06:23 +0000)
committerSeo Sanghyeon <sanxiyn@gmail.com>
Mon, 3 Dec 2007 06:23:43 +0000 (06:23 +0000)
commitec86b97c34b4da5f66b2522d296a6d1c94f742e4
tree1023a850be9eb8efaebd185e7f25b9a514f42dab
parentf0049e65763ed4ace041fc7bbece9814067003a8
Ignore typedefs in pointer arithmetic codegen.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44529 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CGExprScalar.cpp
test/CodeGen/pointer-arithmetic.c [new file with mode: 0644]