summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/block-return.m
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
* Fix a block sema bug where result type of initializerFariborz Jahanian2011-02-111-0/+13
is unqualified but its initialized is qualified. This is for c only and fixes the imm. problem. c++ is more involved and is wip. // rdar://8979379 llvm-svn: 125386
OpenPOWER on IntegriCloud