rnk added a comment.

Thanks, but I don't think we should do this. There's already a lot of code out 
there (ffmpeg) that is already using clang its current form and it does stuff 
like this:

  #if defined(_MSC_VER) && !defined(__clang__)
  # define inline __inline
  // More MSVC compatibility hacks unnecessary with clang here...
  #endif

Any code using 'inline' as an identifier is going to have a hard time going 
forward. I think our current behavior is better for the majority of our users.


http://reviews.llvm.org/D17330



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

Reply via email to