]> granicus.if.org Git - clang/commit
Avoid redundant recursive calls in SemaCheckStringLiteral by just updating the expression
authorTed Kremenek <kremenek@apple.com>
Thu, 9 Sep 2010 03:51:39 +0000 (03:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 9 Sep 2010 03:51:39 +0000 (03:51 +0000)
commit4fe6441a558e471f2ad3c6bddf07c77332539f6b
tree3ce98b872bf0b5f68e6ecd5da27bd78609bdde72
parente0ba9d1beeba01a96808c2fc61f9ca89acec313b
Avoid redundant recursive calls in SemaCheckStringLiteral by just updating the expression
and trying again.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113468 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp