This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Don't ignore default set of checks when a config file is found.
ClosedPublic

Authored by alexfh on Feb 5 2015, 5:54 AM.

Details

Summary

This makes clang-tidy merge the default set of checks with the one
provided in the configuration file instead of just using the checks from the
config file. This adds a way to modify the default set of checks while the
previous behavior required to always define the set of checks completely.

Diff Detail

Event Timeline

alexfh updated this revision to Diff 19403.Feb 5 2015, 5:54 AM
alexfh retitled this revision from to [clang-tidy] Don't ignore default set of checks when a config file is found..
alexfh updated this object.
alexfh edited the test plan for this revision. (Show Details)
alexfh added a reviewer: djasper.
alexfh added a subscriber: Unknown Object (MLST).
djasper accepted this revision.Feb 5 2015, 5:56 AM
djasper edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Feb 5 2015, 5:56 AM
alexfh closed this revision.Feb 5 2015, 6:51 AM