v.g.vassilev closed this revision.
v.g.vassilev added a comment.
Changing the default of clang-apply-replacements makes sense to me.
This one landed in r305125.
https://reviews.llvm.org/D33930
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
Looks good, but I'm wondering if we should also change the default in
clang-apply-replacements itself.
https://reviews.llvm.org/D33930
___
cfe
v.g.vassilev updated this revision to Diff 101540.
v.g.vassilev added a comment.
Use string.
https://reviews.llvm.org/D33930
Files:
clang-tidy/tool/run-clang-tidy.py
Index: clang-tidy/tool/run-clang-tidy.py
===
--- clang-tidy/t
v.g.vassilev created this revision.
This adds a new flag `-style` which is passed to `clang-apply-replacements` and
defaults to `file` meaning it would pick up the closest `.clang-format` file in
tree.
Repository:
rL LLVM
https://reviews.llvm.org/D33930
Files:
clang-tidy/tool/run-clang-t