| commit | 814f9bd93afff12f61bf351746c7710b8a98fe72 | [log] [tgz] |
|---|---|---|
| author | Manuel Klimek <klimek@google.com> | Thu Nov 14 15:49:44 2013 +0000 |
| committer | Manuel Klimek <klimek@google.com> | Thu Nov 14 15:49:44 2013 +0000 |
| tree | 4f8313c6c7590bbfe767b3f02106c4a7203742f9 | |
| parent | e8a2c18bc7846728bbaa612e9861c018eb2bf0f1 [diff] |
Make clang's static analyzer checks available through clang-tidy. This is implemented in a way that the current static analyzer architecture allows, in the future we might want to revisit this. With this change static analyzer checks are available from clang-tidy by specifying -checks=clang-analyzer-<name>. This change also fixes the use of the compilation database to allow clang-tidy to be used like any other clang tool. llvm-svn: 194707