summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExprObjC.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move functions declared in ExprObjC.h into ExprObjC.cpp.James Y Knight2015-09-291-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
OpenPOWER on IntegriCloud