summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/func-ptr-cast-decl.c
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Don't look through casts when looking for the underlying decl for a functionEli Friedman2009-12-261-0/+6
call; the standard doesn't expect us to, and the program could be doing something crazy. Fixes PR5882. llvm-svn: 92166
OpenPOWER on IntegriCloud