Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer | 2016-10-20 | 1 | -2/+2 |
| | | | | | | No functionality change intended. llvm-svn: 284730 | ||||
* | Move functions declared in Stmt{ObjC,CXX}.h and OpenMPClause.h into | James Y Knight | 2015-10-02 | 1 | -0/+73 |
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 |