diff options
| author | John McCall <rjmccall@apple.com> | 2010-12-06 08:20:24 +0000 |
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2010-12-06 08:20:24 +0000 |
| commit | 5d41378146ad784843bedd870ffa6dda3966edc4 (patch) | |
| tree | 7a38cf1ba1b6b307d8196f44299ada5f671f0ba7 /clang/lib/CodeGen/CGException.cpp | |
| parent | fb212de06ded3800d99fcf804c2ce8dbafe7dbf6 (diff) | |
| download | bcm5719-llvm-5d41378146ad784843bedd870ffa6dda3966edc4.tar.gz bcm5719-llvm-5d41378146ad784843bedd870ffa6dda3966edc4.zip | |
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
reason this is limited to C++, and it's certainly not limited to temporaries.
llvm-svn: 120996
Diffstat (limited to 'clang/lib/CodeGen/CGException.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGException.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGException.cpp b/clang/lib/CodeGen/CGException.cpp index 22ce184eb5d..11e5e645280 100644 --- a/clang/lib/CodeGen/CGException.cpp +++ b/clang/lib/CodeGen/CGException.cpp @@ -547,7 +547,7 @@ static void EmitAnyExprToExn(CodeGenFunction &CGF, const Expr *E, // Technically, the exception object is like a temporary; it has to // be cleaned up when its full-expression is complete. // Unfortunately, the AST represents full-expressions by creating a - // CXXExprWithTemporaries, which it only does when there are actually + // ExprWithCleanups, which it only does when there are actually // temporaries. // // If any cleanups have been added since we pushed ours, they must |

