]> granicus.if.org Git - clang/commit
clang driver options --dump-cfg and --view-cfg now (optionally) use the
authorTed Kremenek <kremenek@apple.com>
Fri, 22 Feb 2008 20:00:31 +0000 (20:00 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 22 Feb 2008 20:00:31 +0000 (20:00 +0000)
commit5f39c2dbd4585cff6df5af27d9001750e15cbce5
treed5dda966642e8eed29e428ee657d9e85973b2337
parent71ac9c45c718e77667659e7fd3d19cebb1401d4f
clang driver options --dump-cfg and --view-cfg now (optionally) use the
--analyze-function option to dump/view the CFGs of specific functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47497 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/ASTConsumers.cpp
Driver/ASTConsumers.h
Driver/clang.cpp