Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove LLVM_NOEXCEPT and replace it with noexcept | Reid Kleckner | 2016-10-19 | 1 | -1/+1 |
| | | | | | | | Now that we have dropped MSVC 2013, all supported compilers support noexcept and we can drop this portability macro. llvm-svn: 284672 | ||||
* | [msf] Resubmit "Rename Msf -> MSF". | Zachary Turner | 2016-07-29 | 1 | -0/+70 |
Previously this change was submitted from a Windows machine, so changes made to the case of filenames and directory names did not survive the commit, and as a result the CMake source file names and the on-disk file names did not match on case-sensitive file systems. I'm resubmitting this patch from a Linux system, which hopefully allows the case changes to make it through unfettered. llvm-svn: 277213 |