History log of /external/clang/test/CodeGen/pointer-arithmetic.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8d033e911931bc942681b5ef85c125f9559a570b 13-Sep-2010 Abramo Bagnara <abramo.bagnara@gmail.com> Congruent diagnostic for void* arithmetic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113740 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pointer-arithmetic.c
3573b2c84372d9484296fa658f5276f6c09acb92 15-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pointer-arithmetic.c
ffd408a50adb01ae9c0ad92fb5f0981e1ca72df5 24-Mar-2009 Daniel Dunbar <daniel@zuster.org> Rename clang to clang-cc.

Tests and drivers updated, still need to shuffle dirs.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67602 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pointer-arithmetic.c
aa7d299343061c8c6061ded6a6ae448c7deecf99 27-Jan-2009 Chris Lattner <sabre@nondot.org> eliminate some random .ll file outputs


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63117 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pointer-arithmetic.c
4fd58ab865d3f56ca2051154d0a977b31cc5e383 23-Jan-2009 Daniel Dunbar <daniel@zuster.org> Handle pointer arithmetic on function pointers.
- <rdar://problem/6518844> Clang-generated bitcode crashes LLVM while compiling function pointer addition expression


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62857 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pointer-arithmetic.c
8e019fde38655903e362433858799100bf6e7ea0 21-Aug-2008 Daniel Dunbar <daniel@zuster.org> Update a number of CodeGen tests to not create .ll files in the test
directory.
- Removed .ll from the svn:ignore lists to try and prevent this.
- Added svn:ignore on test/Misc/Output


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55104 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pointer-arithmetic.c
a570d31f798157bf93a444493df182f09b2ee1c6 26-Dec-2007 Seo Sanghyeon <sanxiyn@gmail.com> Remove broken assert from CodeGen. Better check is done in Sema.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45358 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pointer-arithmetic.c
fcd44772533dde856580db1300c92e9b85368656 03-Dec-2007 Seo Sanghyeon <sanxiyn@gmail.com> Ignore typedefs in pointer arithmetic codegen.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44529 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pointer-arithmetic.c