search for: eeckstein

Displaying 2 results from an estimated 2 matches for "eeckstein".

Did you mean: eckstein
2015 Oct 01
3
Fwd: buildbot failure in LLVM on sanitizer-x86_64-linux-bootstrap
...>, Daniel Jasper <djasper at google.com>, David Blaikie <dblaikie at gmail.com>, David Majnemer <david.majnemer at gmail.com>, Davide Italiano < davide at freebsd.org>, Dehao Chen <dehao at google.com>, Douglas Gregor < dgregor at apple.com>, Erik Eckstein <eeckstein at apple.com>, Evgeniy Stepanov < eugeni.stepanov at gmail.com>, Fiona Glaser <escha at apple.com>, Hal Finkel < hfinkel at anl.gov>, Ivan Krasin <krasin at chromium.org>, Jingyue Wu < jingyue at google.com>, Kaelyn Takata <rikka at google.com>, Kostya Serebry...
2014 Jul 10
2
[LLVMdev] bug in ilist_node::getPrevNode() ?
Hi all, I stumbled over a problem in ilist_node::getPrevNode(). It crashes when invoked for the first element in a list. It's because the Prev pointer of a first list element does not point to the sentinel but is just null. First question: Is this really a bug or am I doing something wrong? Second question: If it is a bug, what should be the correct behaviour? Either change insert() to let