On Thu, Feb 13, 2014 at 2:31 PM, Daniel Jasper <[email protected]> wrote:
>
> On Wed, Feb 12, 2014 at 8:12 PM, Dmitri Gribenko <[email protected]>
> wrote:
>> + CXTranslationUnit TU;
>> + enum CXErrorCode Result =
>> + clang_createTranslationUnit2(CIdx, ast_filename, &TU);
>> + assert((TU && Result == CXError_Success) ||
>> + (!TU && Result != CXError_Success));
>
> This triggers on one of our internal tests. I have submitted r201329, which
> kind of papers over the underlying cause. Can you take a look? If the fix is
> not obvious, I am happy to look into this further.
Thanks! Hopefully fixed this in r201346.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits