]> granicus.if.org Git - clang/commit
Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolver and...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 12 Apr 2008 00:47:19 +0000 (00:47 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 12 Apr 2008 00:47:19 +0000 (00:47 +0000)
commit87f3ff0c27be71cfd0eaf4628eb64538e84ee6ce
tree3a57abe577b17274bc18c9134f1c514363d3023a
parentdae1a1a2aa4f245b1958dc8db6089f24c575ef13
Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolver and the Scope.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49567 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp