[cfe-dev] CodeCompleteConsumer patch

John Thompson john.thompson.jtsoftware at gmail.com
Mon Sep 28 20:38:33 PDT 2009


Please find enclosed a patch for fixing the 8 CodeCompletion test failures
on Windows.  There must have been some kind of code ordering issue, as in
the CodeCompletionString::getAsString() as compiled by VS, the flush was
only being done in the raw_string_ostream destructor, which happened after
the Result object is copied for the return.  I'm not sure how it worked
under gcc.

-John

-- 
John Thompson
John.Thompson.JTSoftware at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090928/f1970ff8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CodeCompleteConsumer.patch
Type: application/octet-stream
Size: 358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090928/f1970ff8/attachment.obj>


More information about the cfe-dev mailing list