thakis added a comment.
Herald added a subscriber: jdoerfert.

I don't have an opinion if this patch here or the assert wrapper is better, but 
I feel somewhat strongly that we should land one or the other so that the 
standard C program

  #include <assert.h>
  
  static_assert(4 == 4 , "");

builds in clang-cl like it does in every other compiler.

Sounds like rnk and rsmith are the champions for each approach, so maybe the 
two of you could have a meeting of the minds somewhere and Decide What To Do 
Here?


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

https://reviews.llvm.org/D17444



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

Reply via email to