[PATCH] D98635: [libtooling][clang-tidy] Fix diagnostics not respecting and highlighting fed SourceRanges

Whisperity via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 15 09:54:45 PDT 2021


whisperity added a comment.

In D98635#2626464 <https://reviews.llvm.org/D98635#2626464>, @whisperity wrote:

> Strange because I specifically ran both `check-clang` **and** `check-clang-tools` locally, but will look into this.

Turns out there is a `check-clang-extra-unit` too, and it looks like those test TUs either didn't compile for me at all (as in, it was not commanded to compile them), or I messed something up during the rebase.
(But TIL we finally have some semblance of pre-merge checking instead of always reverting commits! 😋)

'll update the patch soon. Gonna do a clean build and a clean check, //just in case...//.

What's the outlook on the executive decision... changing the **schema** in `libToolingCore`... is such even allowed? I'm venturing into parts unknown here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98635



More information about the cfe-commits mailing list