commit | 24a8df2c420ee959f27acae6bac2969cdd0a5388 | [log] [tgz] |
---|---|---|
author | Aaron Ballman <aaron@aaronballman.com> | Tue Sep 04 12:03:49 2018 +0000 |
committer | Aaron Ballman <aaron@aaronballman.com> | Tue Sep 04 12:03:49 2018 +0000 |
tree | e9f279c0f67af711f2cae05b272f6974b0e9ef35 | |
parent | cf0bf50e1621f240f139de75acc0ae94b4eb5039 [diff] |
Disable -Wnoexcept-type due to false positives with GCC. GCC triggers false positives if a nothrow function is called through a template argument. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80985 for details. The LLVM libraries have no stable C++ API, so the warning is not useful. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341361 91177308-0d34-0410-b5e6-96231b3b80d8