Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gvozdev2013-06-08 15:26:26 +0000
committerAndrew Gvozdev2013-06-08 15:26:26 +0000
commit10feb88f56c7d14e33b70cf560db102ce48e32ab (patch)
tree12c20417bb85b434244abb63d86d2297343a6158 /doc/org.eclipse.cdt.doc.user
parentee0b58622c31f59264f9d5da74f3a61dcfb8fa25 (diff)
downloadorg.eclipse.cdt-10feb88f56c7d14e33b70cf560db102ce48e32ab.tar.gz
org.eclipse.cdt-10feb88f56c7d14e33b70cf560db102ce48e32ab.tar.xz
org.eclipse.cdt-10feb88f56c7d14e33b70cf560db102ce48e32ab.zip
bug 409163: What's New and Noteworthy in CDT 8.2?
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user')
-rwxr-xr-xdoc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
index e5d40eeda52..f57e08e8cdb 100755
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
@@ -111,6 +111,7 @@
<ul><li> Ability to specify local includes for indexer, as in [#include "header.h"] as opposed to system includes [#include &lt;header.h&gt;] (<a href="http://bugs.eclipse.org/388368" class="external text" title="http://bugs.eclipse.org/388368" rel="nofollow">Bug 388368</a>).
</li><li> Fixed some bugs related to storing environment variables, such as silently ignoring removals or additions (<a href="http://bugs.eclipse.org/348781" class="external text" title="http://bugs.eclipse.org/348781" rel="nofollow">Bug 348781</a>, <a href="http://bugs.eclipse.org/355488" class="external text" title="http://bugs.eclipse.org/355488" rel="nofollow">Bug 355488</a>).
</li><li> Improved performance in certain areas (<a href="http://bugs.eclipse.org/405643" class="external text" title="http://bugs.eclipse.org/405643" rel="nofollow">Bug 405643</a>, <a href="http://bugs.eclipse.org/405638" class="external text" title="http://bugs.eclipse.org/405638" rel="nofollow">Bug 405638</a>, <a href="http://bugs.eclipse.org/405744" class="external text" title="http://bugs.eclipse.org/405744" rel="nofollow">Bug 405744</a>, <a href="http://bugs.eclipse.org/407483" class="external text" title="http://bugs.eclipse.org/407483" rel="nofollow">Bug 407483</a>).
+</li><li> User documentation for Scanner Discovery updated including property page "Preprocessor Includes, Macros" (<a href="http://bugs.eclipse.org/409392" class="external text" title="http://bugs.eclipse.org/409392" rel="nofollow">Bug 409392</a>).
</li></ul>
<a name="Debug"></a><h2> <span class="mw-headline"> Debug </span></h2>
<a name="Enhanced_Expressions"></a><h3> <span class="mw-headline"> Enhanced Expressions </span></h3>

Back to the top