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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to