Allow passing a list of comma separated checker names to -analyzer-checker, e.g:
commit38c8fe705ec4a8efa8992b99ab6d264fff14ca36
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 24 Feb 2011 08:42:20 +0000 (24 08:42 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 24 Feb 2011 08:42:20 +0000 (24 08:42 +0000)
tree8479708c5dfc117fd5e11d9f6ba8dcee70799a37
parent8be5b3aced37e1c7728741c60d47011f11649a58
Allow passing a list of comma separated checker names to -analyzer-checker, e.g:
  -analyzer-checker=cocoa,unix

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126372 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
test/Analysis/dead-stores.c
test/Analysis/misc-ps-region-store.m
test/Analysis/misc-ps.m
test/Analysis/ptr-arith.c
test/Analysis/retain-release.m
test/Analysis/string.c
test/Analysis/unix-fns.c
test/Analysis/unreachable-code-path.c