llvm-project/llvm/lib/ProfileData/Coverage
Reid Kleckner 990504e625 Remove LLVM_NOEXCEPT and replace it with noexcept
Now that we have dropped MSVC 2013, all supported compilers support
noexcept and we can drop this portability macro.

llvm-svn: 284672
2016-10-19 23:52:38 +00:00
..
CMakeLists.txt
CoverageMapping.cpp Remove LLVM_NOEXCEPT and replace it with noexcept 2016-10-19 23:52:38 +00:00
CoverageMappingReader.cpp Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)" 2016-06-29 05:33:24 +00:00
CoverageMappingWriter.cpp [Coverage] Make sorting criteria for CounterMappingRegions local. 2016-08-31 07:01:17 +00:00
LLVMBuild.txt