]> granicus.if.org Git - clang/commit
Enhance AnalysisConsumer to also visit functions
authorTed Kremenek <kremenek@apple.com>
Thu, 20 Jan 2011 17:09:48 +0000 (17:09 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 20 Jan 2011 17:09:48 +0000 (17:09 +0000)
commit14cc9451de4a9539bf79e4e5d63248c2377426db
treed853fe4838ac5e773bda240611cf62e064d2b2bc
parent35e99fa40f1245cc554d8a26373e0486eb9c28f2
Enhance AnalysisConsumer to also visit functions
and methods defined within 'namespace X { ... }'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123921 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/AnalysisConsumer.cpp
test/Analysis/dead-stores.cpp