]> granicus.if.org Git - clang/commit
Remove abstract expression kinds from the StmtClass enum. Update a few users
authorJohn McCall <rjmccall@apple.com>
Wed, 3 Feb 2010 00:55:45 +0000 (00:55 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 3 Feb 2010 00:55:45 +0000 (00:55 +0000)
commit09cc141c89a5e9f305c17d7a88298647df16cedd
tree9b21e94457985fe0817c1ea659359df940857fc3
parentd219a3a462c31fc9aa0c0bcfb749e9e8e56b5e35
Remove abstract expression kinds from the StmtClass enum.  Update a few users
appropriately.  Call out a few missing cases in the expression mangler.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95176 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/AST/Stmt.h
include/clang/AST/StmtNodes.def
include/clang/AST/StmtVisitor.h
include/clang/Checker/PathSensitive/CheckerVisitor.def
include/clang/Checker/PathSensitive/CheckerVisitor.h
lib/AST/Expr.cpp
lib/AST/Stmt.cpp
lib/CodeGen/Mangle.cpp
lib/Sema/TreeTransform.h
tools/CIndex/CXCursor.cpp