[PATCH] D90300: [flang][driver] Rename the accessors (NFC)

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 03:17:02 PDT 2020


awarzynski added a comment.

Thank you for reviewing @CarolineConcatto! I missed a few cases - thanks for catching those! That's been updated in the 2nd patch (uploaded just now)

I've also realised that there was:

- `getDiagnostics()` and `GetDiagnostics()` (replaced with `diagnostics()`)
- `setDiagnostics()` which was neither implemented nor used


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90300



More information about the llvm-commits mailing list