aaronpuchert added a comment.

I was under the impression that we've already switched to C++17, but the 
Windows pre-submit build failed with:

  
C:\ws\w9\llvm-project\premerge-checks\clang\lib\Analysis\ThreadSafety.cpp(2107):
 error C2429: language feature 'init-statements in if/switch' requires compiler 
flag '/std:c++17'
  
C:\ws\w9\llvm-project\premerge-checks\clang\lib\Analysis\ThreadSafety.cpp(2120):
 error C2429: language feature 'init-statements in if/switch' requires compiler 
flag '/std:c++17'
  
C:\ws\w9\llvm-project\premerge-checks\clang\lib\Analysis\ThreadSafety.cpp(2418):
 error C2429: language feature 'init-statements in if/switch' requires compiler 
flag '/std:c++17'

Perhaps I should move the init statements out again?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129755/new/

https://reviews.llvm.org/D129755

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to