[PATCH] D25068: [coroutines] Switch to using std::experimental namespace per P0057R5

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 30 17:54:58 PDT 2016


EricWF updated this revision to Diff 73181.
EricWF added a comment.

Address comments about caching the std::experimental namespace.  @rsmith could you please double check that `lookupStdExperimentalNamespace()` is correct?


https://reviews.llvm.org/D25068

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Sema/Sema.h
  lib/Sema/Sema.cpp
  lib/Sema/SemaCoroutine.cpp
  lib/Sema/SemaDeclCXX.cpp
  test/SemaCXX/coroutines.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25068.73181.patch
Type: text/x-patch
Size: 9816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161001/a06cf671/attachment-0001.bin>


More information about the cfe-commits mailing list