diff options
author | Alexander Kornienko <alexfh@google.com> | 2013-12-19 19:57:05 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2013-12-19 19:57:05 +0000 |
commit | fb9e92b1670c2e6fd2d1588ea982c618e559d8aa (patch) | |
tree | 4d1b934f540b717eaf17ee65b1e593d776fd3585 /llvm/lib/Support/ThreadLocal.cpp | |
parent | aa47d24a471538e2f8b40991a6515ace544ad931 (diff) | |
download | llvm-fb9e92b1670c2e6fd2d1588ea982c618e559d8aa.zip llvm-fb9e92b1670c2e6fd2d1588ea982c618e559d8aa.tar.gz llvm-fb9e92b1670c2e6fd2d1588ea982c618e559d8aa.tar.bz2 |
Clang-tidy: added --disable-checks, --list-checks options.
Summary:
Allow disabling checks by regex. By default, disable alpha.* checks,
that are not particularly good tested (e.g. IdempotentOperationChecker, see
http://llvm-reviews.chandlerc.com/D2427).
Fixed a bug, that would disable all analyzer checks, when using a regex more
strict, than 'clang-analyzer-', for example --checks='clang-analyzer-deadcode-'.
Added --list-checks to list all enabled checks. This is useful to test specific
values in --checks/--disable-checks.
Reviewers: djasper, klimek
Reviewed By: klimek
CC: cfe-commits, klimek
Differential Revision: http://llvm-reviews.chandlerc.com/D2444
llvm-svn: 197717
Diffstat (limited to 'llvm/lib/Support/ThreadLocal.cpp')
0 files changed, 0 insertions, 0 deletions