[PATCH] D133646: Add a utility for converting between different types of remarks

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 16:32:28 PDT 2022


MatzeB added a comment.

On a somewhat random note: I have a `remarks2sql` utility here that converts remarks into an sqlite3 database which I found works great when analyzing bigger codebases where you pretty much always want to do various amount of filtering, sorting and aggregation... I should probably clean that up and add it to `llvm/utils` if there's demand from others... Unfortunately it's written in python, so can't easily be integrated into this tool here...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133646



More information about the llvm-commits mailing list