]> granicus.if.org Git - clang/commit
Enhance Evaluate to handle ObjC qualified id and class types; as far as
authorEli Friedman <eli.friedman@gmail.com>
Sun, 22 Feb 2009 04:02:33 +0000 (04:02 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 22 Feb 2009 04:02:33 +0000 (04:02 +0000)
commit4bdf08770e75a068de2430e21a43b381aeb13b95
treea7f2fbd43f33ce6fe21f60e713a9f3f92bf3dc10
parentc508203a278f6a9238fff46ae1f025b4b402b233
Enhance Evaluate to handle ObjC qualified id and class types; as far as
I know, these follow the exact same rules as pointers, so I just made
them use the same codepath.  Someone more familiar with ObjC should
double-check this, though.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65261 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
lib/AST/ExprConstant.cpp