[PATCH] D31562: [coroutines] Fix building of new/delete expressions when get_return_object_on_allocation_failure() is present.
Gor Nishanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 13 06:13:29 PDT 2017
GorNishanov added inline comments.
================
Comment at: lib/Sema/CoroutineBuilder.h:1
+//===----- CoroutineBuilder.h - Coroutine Semantic checking -----*- C++ -*-===//
+//
----------------
This file is called:
CoroutineStmtBuilder.h
in trunk
================
Comment at: lib/Sema/CoroutineBuilder.h:14
+
+#ifndef LLVM_CLANG_LIB_SEMA_COROUTINEBUILDER_H
+#define LLVM_CLANG_LIB_SEMA_COROUTINEBUILDER_H
----------------
```
#ifndef LLVM_CLANG_LIB_SEMA_COROUTINESTMTBUILDER_H
#define LLVM_CLANG_LIB_SEMA_COROUTINESTMTBUILDER_H
```
https://reviews.llvm.org/D31562
More information about the cfe-commits
mailing list