llvm-project/clang/lib/Tooling/Transformer
Yitzhak Mandelbaum 6f8f5cb77e [libTooling] Add function to Transformer to create a no-op edit.
This functionality is commonly needed in clang tidy checks (based on
transformer) that only print warnings, without suggesting any edits. The no-op
edit allows the user to associate a diagnostic message with a source location.

Differential Revision: https://reviews.llvm.org/D89961
2020-10-22 21:29:03 +00:00
..
CMakeLists.txt [openmp] Base of tablegen generated OpenMP common declaration 2020-06-23 10:32:32 -04:00
Parsing.cpp [libTooling] Fix use of `char` in comparison. 2020-09-11 12:24:09 +00:00
RangeSelector.cpp [libTooling] Change `after` range-selector to operate only on source ranges 2020-10-15 20:58:30 +00:00
RewriteRule.cpp [libTooling] Add function to Transformer to create a no-op edit. 2020-10-22 21:29:03 +00:00
SourceCode.cpp [libTooling] Fix `maybeExtendRange` to support `CharRange`s. 2020-07-01 20:40:48 +00:00
SourceCodeBuilders.cpp
Stencil.cpp [libTooling] Improve error message from failure in selection Stencil 2020-06-26 16:17:28 +00:00
Transformer.cpp [libTooling] Move RewriteRule include edits to ASTEdit granularity. 2020-08-11 16:47:14 +00:00