Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move functions declared in ExprObjC.h into ExprObjC.cpp. | James Y Knight | 2015-09-29 | 1 | -0/+379 |
r51703 back in 2008 split out all the ObjC Expr subclasses from Expr.h to a new ExprObjC.h file, but failed to also split the implementation from Expr.cpp to ExprObjC.cpp. Do so, finally, for readability's sake. llvm-svn: 248836 |