[PATCH] D50560: [LLD] Enable Visual Studio compatible diagnostics.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 09:31:16 PDT 2018


ruiu added a comment.

Operator overriding can always be rewritten as function calls, so instead of `operator+(X)`, you can always define something like `add(X)`?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D50560





More information about the llvm-commits mailing list