]> granicus.if.org Git - clang/commit
teach child iterators to walk into the child string of an ObjCStringLiteral,
authorChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2009 06:53:08 +0000 (06:53 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2009 06:53:08 +0000 (06:53 +0000)
commitc6c16af963eddc3e9b75b5d2614d069e1162fe27
treea73298d0de0336bc33f6229302cd610f0f32fa57
parent39c28bbbf235533e9ae7d06fb9b13371dfcc542d
teach child iterators to walk into the child string of an ObjCStringLiteral,
so it shows up in -ast-dump.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64901 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprObjC.h
lib/AST/Expr.cpp