[cfe-commits] r159161 - in /cfe/trunk: lib/AST/ExprConstant.cpp test/SemaCXX/constexpr-many-arguments.cpp

Eli Friedman eli.friedman at gmail.com
Tue Jun 26 00:16:04 PDT 2012


On Mon, Jun 25, 2012 at 7:43 PM, Matt Beaumont-Gay <matthewbg at google.com> wrote:
> Hi Eli,
>
> I believe this change caused
> test/SemaCXX/constant-expression-cxx11.cpp to fail with a Clang built
> with ASan:

It's almost certainly an existing bug in the code which just happened
to get hidden by the DenseMap implementation... I'll try to take a
look tomorrow, but you can back it out if you need to.

-Eli



More information about the cfe-commits mailing list