[PATCH] D82898: [clang-tidy] Handled insertion only fixits when determining conflicts.
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 30 11:56:38 PDT 2020
njames93 marked an inline comment as done.
njames93 added a comment.
Herald added a subscriber: wuzish.
I've not added any specific unit tests for this, Don't think there would be much gained from them.
The init-variables and isolate-declaration checks do a good enough job of demonstrating the fix is working.
If needs must specific checks will be added.
================
Comment at: clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables-conflict.cpp:16
+}
\ No newline at end of file
----------------
I'll sort that out next diff
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82898/new/
https://reviews.llvm.org/D82898
More information about the cfe-commits
mailing list