Regression fix: reset 'DisplayedFunction' when a new function/method decl gets analyzed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2009-08-03 21:01:21 +00:00
Родитель 667f36accd
Коммит 98f6f2573e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -80,6 +80,7 @@ public:
void setContext(Decl *D) {
RootContext = ContextMgr.getContext(D);
DisplayedFunction = false;
}
Decl *getCodeDecl() const {