Add tests for generating noalias parameter attribute from __restrict qualified functi...
authorChristopher Lamb <christopher.lamb@gmail.com>
Sun, 29 Jul 2007 23:29:16 +0000 (23:29 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Sun, 29 Jul 2007 23:29:16 +0000 (23:29 +0000)
commitdb9530599e0cdacbaea0b4a714742df0829cab5c
tree44f17b197052073b9ba8083b81372b815400f5cf
parent6551606a99bfa342466432b72fdbe8f0c85c1282
Add tests for generating noalias parameter attribute from __restrict qualified function parameters. C++ tests are currently XFAILing see PR1582.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40583 91177308-0d34-0410-b5e6-96231b3b80d8
test/C++Frontend/2007-07-29-RestrictPtrArg.cpp [new file with mode: 0644]
test/C++Frontend/2007-07-29-RestrictRefArg.cpp [new file with mode: 0644]
test/CFrontend/2007-07-29-RestrictPtrArg.c [new file with mode: 0644]