[PATCH] D69687: [NFCI] Rerun update_test_checks.py on all Analysis tests

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 21:00:48 PDT 2019


jdoerfert added a comment.

I came up with a partial solution for some of the problems here: D69701 <https://reviews.llvm.org/D69701>

Around manually modified parts you can now place markers that will prevent future changes, e.g.:

  ; UTC_ARGS: --turn off
  
  // lines are copied
  
  ; UTC_ARGS: --turn on


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69687





More information about the llvm-commits mailing list