commit | 6e0cbc89471c210c59cd080901b1dfe656db117f | [log] [tgz] |
---|---|---|
author | Alexander Kornienko <alexfh@google.com> | Fri Sep 12 08:53:36 2014 +0000 |
committer | Alexander Kornienko <alexfh@google.com> | Fri Sep 12 08:53:36 2014 +0000 |
tree | dec7c96c3799366aafa7ddcb51866a8248eb8e31 | |
parent | 313f5e2f29c1826f6aa8bc91f5862bf556cac03b [diff] |
Implemented clang-tidy-check-specific options. Summary: Each check can implement readOptions and storeOptions methods to read and store custom options. Each check's options are stored in a local namespace to avoid name collisions and provide some sort of context to the user. Reviewers: bkramer, klimek Reviewed By: klimek Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5296 llvm-svn: 217661