diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2018-09-04 12:03:49 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2018-09-04 12:03:49 +0000 |
commit | 89225ed5bce400534c4c20e583faed7bcfbf9353 (patch) | |
tree | b7ccebecf94c1980873e61ea6aa17416e4697f34 /clang/unittests/Basic/VirtualFileSystemTest.cpp | |
parent | 163222f56970b19947a99cd9c4d36fa0791200a2 (diff) | |
download | llvm-89225ed5bce400534c4c20e583faed7bcfbf9353.zip llvm-89225ed5bce400534c4c20e583faed7bcfbf9353.tar.gz llvm-89225ed5bce400534c4c20e583faed7bcfbf9353.tar.bz2 |
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.
llvm-svn: 341361
Diffstat (limited to 'clang/unittests/Basic/VirtualFileSystemTest.cpp')
0 files changed, 0 insertions, 0 deletions