diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2019-07-22 12:49:28 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2019-07-22 12:49:28 +0000 |
| commit | 1f5712ebb5d4e8fe5373d57f13dfdae178f8096a (patch) | |
| tree | 81534dda2395b6341814756aef0192a9dfa38f6f /clang/test/Preprocessor | |
| parent | b3d719e1cf02ef98859eee69ba713174b8954498 (diff) | |
| download | bcm5719-llvm-1f5712ebb5d4e8fe5373d57f13dfdae178f8096a.tar.gz bcm5719-llvm-1f5712ebb5d4e8fe5373d57f13dfdae178f8096a.zip | |
Revert the change to the [[nodiscard]] feature test macro value.
This value only gets bumped once both P1301 and P1771 are implemented.
llvm-svn: 366682
Diffstat (limited to 'clang/test/Preprocessor')
| -rw-r--r-- | clang/test/Preprocessor/has_attribute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/has_attribute.cpp b/clang/test/Preprocessor/has_attribute.cpp index 83ee0e3c6cf..d35b673e68b 100644 --- a/clang/test/Preprocessor/has_attribute.cpp +++ b/clang/test/Preprocessor/has_attribute.cpp @@ -63,7 +63,7 @@ CXX11(unlikely) // CHECK: maybe_unused: 201603L // ITANIUM: no_unique_address: 201803L // WINDOWS: no_unique_address: 0 -// CHECK: nodiscard: 201907L +// CHECK: nodiscard: 201603L // CHECK: noreturn: 200809L // FIXME(201803L) CHECK: unlikely: 0 |

