MyDeveloperDay added a comment.

This is better as it will catch more cases but there can still be cases we 
could fall foul.

  Bar foo(a, Bar)
  LLVM_OVERRIDE;
  Bar foo(a, Bar)
  LLVM_FINAL;
  Bar foo(a, Bar)
  LLVM_NOEXCEPT;

Is there any way this K&R stuff can be put behind an option, I just feel like 
we'll be chasing shadows.


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

https://reviews.llvm.org/D107961

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

Reply via email to