Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm75
1 files changed, 0 insertions, 75 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm
deleted file mode 100644
index f52dbc14e52..00000000000
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm
+++ /dev/null
@@ -1,75 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html lang="en">
-
-<head>
-<meta http-equiv="Content-Language" content="en-us">
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>C/C++ Indexer Problem Reporting</title>
-<link rel="stylesheet" type="text/css" href="../help.css">
-</head>
-
-<body>
-
-<h1>C/C++ Indexer Problem Reporting</h1>
-
-<p>C/C++ Index Problem reporting places a problem marker on the editor and adds an item to the error list for each preprocessor or semantic problem reported by the parser. Note that the markers will only show up the next time the file is indexed.</p>
-<p><b>Note: </b>This feature is not recommended for large projects.</p>
-
-<h2>Preprocessor Problems</h2>
-<p>In order for search and search related features to work properly, it is imperative that include paths are set up properly so that the parser can find source files and index them.
-If you suspect that your search results are lacking, you can turn on the preprocessor problem markers. These will place a marker on the line that has the preprocessor problem. </p>
-<p>This includes:
-<ul>
- <li>Pound error</li>
- <li>Inclusion not found</li>
- <li>Definition not found</li>
- <li>Invalid macro definition</li>
- <li>Invalid directive</li>
- <li>Conditional evaluation error</li>
-</ul></p>
-
-<h2>Semantic Problems</h2>
-
-<p>The problem markers can also indicate semantic errors in your code. </p>
-<p>The errors flagged include:
-<ul>
- <li>Name not found</li>
- <li>Invalid overload</li>
- <li>Invalid using</li>
- <li>Ambiguous lookup</li>
- <li>Invalid type</li>
- <li>Circular inheritance</li>
- <li>Invalid template</li>
-</ul></p>
-
-
-
-<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
-<br>
-<a href="cdt_c_search.htm">C/C++ search</a><br>
-<a href="cdt_c_indexer.htm">C/C++ Indexer</a><br>
-<a href="cdt_c_indexer_open_close.htm">C/C++ Indexer Opening or Closing a project</a><br>
-<a href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</a></p>
-
-
-<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
-<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++ elements</a><br>
-<a href="../tasks/cdt_t_endis_indexer.htm">Enable/Disable the C/C++ Indexer</a><br>
-<a href="../tasks/cdt_t_indexer_prob_rep.htm">C/C++ Indexer Problem Reporting</a><br>
-<a href="../tasks/cdt_t_indexer_timeout.htm">C/C++ Indexer - Indexer Timeout</a><br>
-<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
-</p>
-
-
-<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
-<br><a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
-<br><a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a>
-<br><a href="../reference/cdt_u_mprop_indexer.htm">C/C++ Project Properties, Managed, Indexer</a>
-<br><a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project Properties, Standard, Indexer</a></p>
-
-<p>&nbsp;</p>
-<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
-
-</body>
-
-</html> \ No newline at end of file

Back to the top