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

Richard Smith richard at metafoo.co.uk
Tue Jun 26 01:15:21 PDT 2012


On Tue, Jun 26, 2012 at 12:16 AM, Eli Friedman <eli.friedman at gmail.com>wrote:

> 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...


Yes, it was a pre-existing issue in the handling of GNU binary conditional
operators. Fixed in r159189.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120626/2782f337/attachment.html>


More information about the cfe-commits mailing list