]> granicus.if.org Git - clang/commit
Make parser scope cache be a member of the parser instead of a global,
authorChris Lattner <sabre@nondot.org>
Sun, 15 Jul 2007 00:04:39 +0000 (00:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Jul 2007 00:04:39 +0000 (00:04 +0000)
commit9e344c65b1e8b83e1d3ada507cf653526ff2c005
treef340c6f0802d6b879357108cb66c2f0de6deb46a
parent25c9648909193d380a4e135d2e3d25394ba12922
Make parser scope cache be a member of the parser instead of a global,
which makes it multithread clean.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39863 91177308-0d34-0410-b5e6-96231b3b80d8
Parse/Parser.cpp
include/clang/Parse/Parser.h