<div class="gmail_quote">On Tue, Jul 12, 2011 at 6:53 PM, Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de">mail@milianw.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hey all,<br>
<br>
I wonder how I should handle `constexpr` in the DUChain. So far it is ignored<br>
completely. I think I'll at least handle the "Constant expression data<br>
variables are implicitly const" case.<br>
<br>
Besides that, should I also mark functions const when they are constexpr ? The<br>
latter is much more restrictive then just "const", so I wonder whether I<br>
should introduce a Constexpr modifier? Or should I just ignore it?<br>
<br>
bye<br>
<font color="#888888">--<br>
Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
<a href="http://milianw.de" target="_blank">http://milianw.de</a></font><br>--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
<br></blockquote></div><br><div>Well, it would be good if we had that information to create better checks... otherwise we will have to gather this information elsewhere...</div><div><br></div><div>Aleix</div>