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

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 3 11:32:25 PDT 2016


rsmith accepted this revision.
rsmith added inline comments.


> Sema.h:720-723
> +  /// \brief The C++ "std::experimental" namespace, where the experimental parts
> +  /// of the standard library resides.
> +  NamespaceDecl *StdExperimentalNamespace;
> +

This is in the middle of a block of implicitly-declared library entities (std::bad_alloc, std::align_val_t). Please reorder it after these and rename it to include the word Cache.

https://reviews.llvm.org/D25068





More information about the cfe-commits mailing list