Re: r266178 - constexpr -> const to appease MSVC bots.

2016-04-13 Thread Sean Silva via cfe-commits
Thanks! -- Sean Silva On Wed, Apr 13, 2016 at 12:47 AM, Richard Smith via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: rsmith > Date: Wed Apr 13 02:47:38 2016 > New Revision: 266178 > > URL: http://llvm.org/viewvc/llvm-project?rev=266178&view=rev > Log: > constexpr -> const to appe

r266178 - constexpr -> const to appease MSVC bots.

2016-04-13 Thread Richard Smith via cfe-commits
Author: rsmith Date: Wed Apr 13 02:47:38 2016 New Revision: 266178 URL: http://llvm.org/viewvc/llvm-project?rev=266178&view=rev Log: constexpr -> const to appease MSVC bots. Modified: cfe/trunk/include/clang/Serialization/ASTWriter.h Modified: cfe/trunk/include/clang/Serialization/ASTWriter.