]> granicus.if.org Git - clang/commit
ccc: Add --analyze driver mode (for running static analyzer).
authorDaniel Dunbar <daniel@zuster.org>
Wed, 21 Jan 2009 01:07:49 +0000 (01:07 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 21 Jan 2009 01:07:49 +0000 (01:07 +0000)
commitde388a56b3a9cdeeb764cc5e21ccf95b6f4fef8a
treed1f24f99ad9f88e707615184cf9d4ae98f339089
parentddf32dabe71f00aa0943449f67201f587f0a04d6
ccc: Add --analyze driver mode (for running static analyzer).

 - For now forces generation of plist files, need to think about the
   right interface.

 - Changed -fsyntax-only mode to be its own phase (more consistent).

 - Add -WA, for passing options verbatim to analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62649 91177308-0d34-0410-b5e6-96231b3b80d8
tools/ccc/ccclib/Arguments.py
tools/ccc/ccclib/Driver.py
tools/ccc/ccclib/Phases.py
tools/ccc/ccclib/ToolChain.py
tools/ccc/ccclib/Tools.py
tools/ccc/ccclib/Types.py
tools/ccc/ccclib/__init__.py
tools/ccc/test/ccc/phases.c