Review Request 119644: Delay setting top-context features for top context.
    Sergey Kalinichev 
    kalinichev.so.0 at gmail.com
       
    Thu Aug  7 11:31:55 UTC 2014
    
    
  
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119644/
-----------------------------------------------------------
(Updated Aug. 7, 2014, 3:31 p.m.)
Review request for KDevelop.
Changes
-------
Guess it still makes sense to set those features for the context that's being updated.
Summary (updated)
-----------------
Delay setting top-context features for top context.
Repository: kdev-clang
Description
-------
 setFeatures() for TopDUContext sets those features for ParsingEnvironmentFile too. And then when we check parsingEnvironmentFile()->featuresSatisfied(features) we always get true and as a result we get function bodies not parsed (see CXTranslationUnit_SkipFunctionBodies)
 The patch itself is very trivial, but I'm not familiar with the code at all, so please check whether it's the right way/place to fix it!
Diffs (updated)
-----
  duchain/clanghelpers.cpp b1ee091 
Diff: https://git.reviewboard.kde.org/r/119644/diff/
Testing
-------
All passed tests still pass.
Thanks,
Sergey Kalinichev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20140807/f1d9a5d8/attachment.html>
    
    
More information about the KDevelop-devel
mailing list