Move functions declared in Stmt{ObjC,CXX}.h and OpenMPClause.h into
their associated .cpp file. Previous refactorings long long ago had split out the above categories of classes from Stmt.h into their own header files, but failed to also split the Stmt.cpp implementation file similarly. Do so for readability's sake. llvm-svn: 249131
Loading
Please sign in to comment