summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/restrict.c
Commit message (Collapse)AuthorAgeFilesLines
* When mapping restrict to noalias, look for 'restrict' on the parameter variableJohn McCall2010-03-271-0/+26
instead of the canonical parameter type (which has correctly dropped all such direct qualifiers). Fixes PR6695. llvm-svn: 99688
OpenPOWER on IntegriCloud