diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2019-08-26 20:46:20 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2019-08-26 20:46:20 +0000 |
| commit | 3c5bd65154acbe052c9be1a22bc9457fdc2836f6 (patch) | |
| tree | e5039318ad60b96735e961f2dc293b775cd62953 /clang/test/Sema | |
| parent | 2de97888155cdda10d41b67ee4e924db102d2afb (diff) | |
| download | bcm5719-llvm-3c5bd65154acbe052c9be1a22bc9457fdc2836f6.tar.gz bcm5719-llvm-3c5bd65154acbe052c9be1a22bc9457fdc2836f6.zip | |
Fixing a weird copy-pasta to get bots back to green.
llvm-svn: 369960
Diffstat (limited to 'clang/test/Sema')
| -rw-r--r-- | clang/test/Sema/thread-specifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/thread-specifier.c b/clang/test/Sema/thread-specifier.c index 091bc097c7a..a9789c8841f 100644 --- a/clang/test/Sema/thread-specifier.c +++ b/clang/test/Sema/thread-specifier.c @@ -11,7 +11,7 @@ #undef __private_extern__ #endif -__thread int t1; // thread-local-warning {{_Thread_local thread-local-warning}} +__thread int t1; // thread-local-warning {{_Thread_local is a C11 extension}} __thread extern int t2; // thread-local-warning {{_Thread_local is a C11 extension}} __thread static int t3; // thread-local-warning {{_Thread_local is a C11 extension}} #ifdef GNU |

