diff options
| author | Eric Fiselier <eric@efcs.ca> | 2019-08-04 07:13:43 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2019-08-04 07:13:43 +0000 |
| commit | 278d59301446afb40f0345bd411099fa311291a4 (patch) | |
| tree | 5831d071dae263da0ea3cff1c3369d2964a2c525 /libcxx/utils | |
| parent | d34099926e909390cb0254bebb4b7f5cf15467c7 (diff) | |
| download | bcm5719-llvm-278d59301446afb40f0345bd411099fa311291a4.tar.gz bcm5719-llvm-278d59301446afb40f0345bd411099fa311291a4.zip | |
Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."
Some modules builds are issuing buggy diagnostics. The cause of which is
TBD.
This reverts commit r@367770.
llvm-svn: 367777
Diffstat (limited to 'libcxx/utils')
| -rw-r--r-- | libcxx/utils/libcxx/test/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/utils/libcxx/test/config.py b/libcxx/utils/libcxx/test/config.py index 6552d30a1c3..82951b76545 100644 --- a/libcxx/utils/libcxx/test/config.py +++ b/libcxx/utils/libcxx/test/config.py @@ -911,7 +911,6 @@ class Configuration(object): self.cxx.addWarningFlagIfSupported('-Wunused-variable') self.cxx.addWarningFlagIfSupported('-Wunused-parameter') self.cxx.addWarningFlagIfSupported('-Wunreachable-code') - self.cxx.addWarningFlagIfSupported('-Wctad-maybe-unsupported') std = self.get_lit_conf('std', None) if std in ['c++98', 'c++03']: # The '#define static_assert' provided by libc++ in C++03 mode |

