]> granicus.if.org Git - clang/commit
Push DeclGroupRefs and TemplateNames in an opaque but type-safe way
authorJohn McCall <rjmccall@apple.com>
Mon, 23 Aug 2010 07:28:44 +0000 (07:28 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 23 Aug 2010 07:28:44 +0000 (07:28 +0000)
commit2b5289b6fd7e3d9899868410a498c081c9595662
treef8b646734be0e98f386ef7bc610fe3fd97e9a35d
parent42d0f2a03eb9e56a8293152ad9530848377a2c91
Push DeclGroupRefs and TemplateNames in an opaque but type-safe way
through the parser.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111800 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
include/clang/Sema/Ownership.h
include/clang/Sema/ParsedTemplate.h
lib/Parse/ParseAST.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseExprCXX.cpp
lib/Parse/ParseTemplate.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaTemplate.cpp