]> granicus.if.org Git - clang/commit
optimize scope push/pop to avoid work in the common case.
authorChris Lattner <sabre@nondot.org>
Wed, 22 Aug 2007 05:33:11 +0000 (05:33 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Aug 2007 05:33:11 +0000 (05:33 +0000)
commit38484403c8356fb41540ace6c74f28867f28feba
tree09ad7b7b48516bebcb93c8bd4fdf5b16b4a6f777
parent0ecea03077117c7ea54c88091a44c73cef67923c
optimize scope push/pop to avoid work in the common case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41265 91177308-0d34-0410-b5e6-96231b3b80d8
Parse/ParseStmt.cpp