]> granicus.if.org Git - clang/commit
Use a scoped object to manage entry/exit from a parser scope rather than explicitly...
authorDouglas Gregor <dgregor@apple.com>
Wed, 10 Dec 2008 06:34:36 +0000 (06:34 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 10 Dec 2008 06:34:36 +0000 (06:34 +0000)
commit8935b8b49053122ddd3ab4cd59af0fe5eb9c23cf
tree318bf0963024974c0d88316c5fa97ee64def97b8
parent565c99f45e758406f26404e92fadd15d8b84a8c4
Use a scoped object to manage entry/exit from a parser scope rather than explicitly calling EnterScope/ExitScope

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60830 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseCXXInlineMethods.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseExpr.cpp
lib/Parse/ParseObjc.cpp
lib/Parse/ParseStmt.cpp
lib/Parse/ParseTemplate.cpp
lib/Parse/Parser.cpp