<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Creator: clangd uses wrong C++ version - how to fix?]]></title><description><![CDATA[<p dir="auto">I'm building my project with C++23 on Windows using llvm for coverage generation.<br />
In that configuration, my project builds fine, but clangd complains about "unknown typename concept", which seems like a dead giveaway it's trying to use C++17.</p>
<p dir="auto">How can I tell clangd to use the same standard version that's also used for compilation?</p>
]]></description><link>https://forum.qt.io/topic/164859/creator-clangd-uses-wrong-c-version-how-to-fix</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 16:05:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164859.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 06 Jul 2026 09:22:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Creator: clangd uses wrong C++ version - how to fix? on Mon, 06 Jul 2026 14:26:58 GMT]]></title><description><![CDATA[<p dir="auto">Go to <em>Tools &gt; Debug Qt Creator &gt; Inspect C++ Code Model ...</em> there you should get access to some information that the code model uses.</p>
<p dir="auto">Otherwise you would have to enable some logging to get more info.</p>
]]></description><link>https://forum.qt.io/post/839031</link><guid isPermaLink="true">https://forum.qt.io/post/839031</guid><dc:creator><![CDATA[cristian-adam]]></dc:creator><pubDate>Mon, 06 Jul 2026 14:26:58 GMT</pubDate></item></channel></rss>