]> granicus.if.org Git - clang/commit
Switch ExtVectorElementExpr::getEncodedElementAccess to use StringRef.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 18 Oct 2009 02:09:31 +0000 (02:09 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 18 Oct 2009 02:09:31 +0000 (02:09 +0000)
commit4b55b24410a2739c589c4b9e84a364161c9a17e5
treea062eb12c3a4bf68cc46bb3df2923622bd9d88a9
parent210ae989a51dcb115b928829abd7c4c4ae0c01bd
Switch ExtVectorElementExpr::getEncodedElementAccess to use StringRef.
 - Really this should be simplified by the FIXME above, but I'm too deep in DFS.

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