Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify return type checking for functions and ObjC methods. Move all the | Eli Friedman | 2013-06-14 | 1 | -1/+1 |
| | | | | | | | | random checks for ObjC object return types to SemaType.cpp. Fixes issue with ObjC method type checking reported on cfe-dev. llvm-svn: 184006 | ||||
* | Check the return type of lambda expressions. | Douglas Gregor | 2012-02-14 | 1 | -0/+8 |
llvm-svn: 150503 |