]> granicus.if.org Git - clang/commit
Change two static variables into instance variables of ASTContext. This allows us...
authorTed Kremenek <kremenek@apple.com>
Fri, 18 Jun 2010 00:31:04 +0000 (00:31 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 18 Jun 2010 00:31:04 +0000 (00:31 +0000)
commitf057bf78a69d37ee511430c88852a85eea19ad15
treec32add99bbe3edaac63e3323f76e990276ab6034
parentc070cc602d6eefea881f71a60de09e05b54c3fdd
Change two static variables into instance variables of ASTContext.  This allows us to have multiple copies
of ASTContext at the same time.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106258 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp