This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Add a -config={YAML} option.
ClosedPublic

Authored by alexfh on Sep 26 2014, 4:36 AM.

Details

Summary

Add -config option to allow specifying configuration in YAML/JSON
format on the command line.

Diff Detail

Repository
rL LLVM

Event Timeline

alexfh updated this revision to Diff 14101.Sep 26 2014, 4:36 AM
alexfh retitled this revision from to [clang-tidy] Add a -config={YAML} option..
alexfh updated this object.
alexfh edited the test plan for this revision. (Show Details)
alexfh added a reviewer: klimek.
alexfh added a subscriber: Unknown Object (MLST).
klimek accepted this revision.Sep 26 2014, 4:40 AM
klimek edited edge metadata.

lg

clang-tidy/tool/ClangTidyMain.cpp
89–93 ↗(On Diff #14101)

s/sorce/source/

This revision is now accepted and ready to land.Sep 26 2014, 4:40 AM
alexfh closed this revision.Sep 26 2014, 4:52 AM
alexfh updated this revision to Diff 14104.

Closed by commit rL218511 (authored by @alexfh).