[PATCH] D60776: [clang-tidy] Add test support for the fix description.
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 16 13:07:11 PDT 2019
alexfh requested changes to this revision.
alexfh added inline comments.
This revision now requires changes to proceed.
================
Comment at: clang-tools-extra/test/clang-tidy/check_clang_tidy.py:109
check_notes_prefix = 'CHECK-NOTES' + file_check_suffix
+ check_fix_descriptions_prefix = 'CHECK-FIX-DESCRIPTIONS' + file_check_suffix
----------------
Wait, how do "check descriptions" differ from notes?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60776/new/
https://reviews.llvm.org/D60776
More information about the cfe-commits
mailing list