1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

6709 commits

Author SHA1 Message Date
Markus Schorn
e07c2eaac5 Support for extern "C" in toggle header, search, source hover and semantic highlighting. 2007-11-29 12:37:11 +00:00
Markus Schorn
c835ad9217 Navigation and CallHierarchy for 'extern "C"' declarations (bug 191989). 2007-11-28 16:30:55 +00:00
Markus Schorn
911444625c Extends IIndex-API to allow for searching across linkage boundaries. 2007-11-28 14:30:05 +00:00
Markus Schorn
b2de7b53e3 Adding proper index locking for some testcases. 2007-11-28 12:47:03 +00:00
Markus Schorn
e371aed0ca Using include browser across projects. 2007-11-28 11:35:46 +00:00
Markus Schorn
8c2d3a947d Fixes a testcase. 2007-11-28 11:34:52 +00:00
Markus Schorn
50fd8d7c75 Fixes warnings and a potential NPE. 2007-11-28 10:23:53 +00:00
Markus Schorn
f3dc14467c Name resolution with nested linkage specifications, bug 183126. 2007-11-28 09:02:16 +00:00
Markus Schorn
d658efa830 Removes unnecessary code. 2007-11-28 08:56:20 +00:00
Markus Schorn
a087fe8745 Modeling extern "C" in the index (part of bug 191989). 2007-11-27 18:04:04 +00:00
Markus Schorn
8581b3ac48 Modeling extern "C" in the index (part of bug 191989). 2007-11-27 17:14:46 +00:00
Markus Schorn
663b1538e0 Performance improvement for indexer. 2007-11-27 15:36:17 +00:00
Markus Schorn
d1725e3cdd Performance improvement for indexing c-code (related to bug 167311). 2007-11-27 13:53:07 +00:00
Markus Schorn
0387b359a8 No proposals for content-assist within literals (bug 193464). 2007-11-27 10:17:58 +00:00
Markus Schorn
47ca7060dc Heuristics to update files after changes to a header (bug 171834) 2007-11-27 09:30:56 +00:00
Markus Schorn
fdc1f3a72f Heuristics to update files after changes to a header (bug 171834). 2007-11-26 17:27:57 +00:00
Oleg Krasilnikov
99e39db8a4 Bug #210835 : NPE in Preferences "Binary Parsers" 2007-11-26 16:29:45 +00:00
Markus Schorn
c0244a5073 Fixes a potential CCE in the PDOMManager. 2007-11-26 09:54:21 +00:00
Markus Schorn
7cbba4df75 Run indexer on referenced project first (related to bug 162175). 2007-11-23 14:12:07 +00:00
Markus Schorn
a9bd224f49 Test case for include with macro, bug 145270. 2007-11-23 13:55:12 +00:00
Markus Schorn
3aefe7ea04 Test case for getRawSignature, bug 117029. 2007-11-23 13:54:16 +00:00
Markus Schorn
95abd050f6 Follow up for bug 193057, remove unused method from experimental API. 2007-11-23 12:53:12 +00:00
Markus Schorn
052cd58a7a Fix for deadlock, bug 210730. 2007-11-23 10:33:28 +00:00
Markus Schorn
fc6192a14f Adding member before container (bug 203170). 2007-11-23 09:40:51 +00:00
Markus Schorn
6e5eb0ce2a Testcase for headers with non-standard file-extension (bug 205778). 2007-11-23 09:09:16 +00:00
Markus Schorn
bac56fad6d Checks for null-pointers by Paul Warren, bug 209676. 2007-11-23 08:44:40 +00:00
Markus Schorn
9b07ea66db Static variables/functions in Open Element and Search (bug 193057 and 196414). 2007-11-22 15:57:17 +00:00
Anton Leherbauer
41e74e8cbf Fix for 210417: [Editor] indentation of braces in type does not work in non-empty file (in cooperation with Ed Swartz <ed.swartz@nokia.com>) 2007-11-22 15:01:25 +00:00
Markus Schorn
01e130423b Static variables/functions declared in headers, bug 180305. 2007-11-22 13:10:49 +00:00
Markus Schorn
a6d8d84032 Fix qualifiers of CBasicType, bug 209682. 2007-11-22 09:07:14 +00:00
Jason Montojo
5bdad92ff7 Fix for bug 210540 2007-11-21 15:53:46 +00:00
Markus Schorn
85042a14f6 Proper hashCode() for ShortString and LongString (bug 185343) 2007-11-21 12:10:06 +00:00
Markus Schorn
3a0b436262 Support for complex, imaginary and long long (bug 209049). 2007-11-21 10:06:12 +00:00
Markus Schorn
8db78a8929 Testcase for bug 210344. 2007-11-20 13:13:41 +00:00
Markus Schorn
7788841cb3 Removal of old parser (bug 209772). 2007-11-20 10:57:40 +00:00
Jason Montojo
51e8002672 Fix for 209379 2007-11-19 21:18:45 +00:00
Mike Kucera
ff9b0b0168 added test cases for bug 210019 2007-11-19 16:08:31 +00:00
Markus Schorn
17656a4e70 Testcase for 156990, macro in include directive. 2007-11-16 12:34:35 +00:00
Markus Schorn
0f377144c4 Ported additional tests from Scanner2 to CPreprocessor 2007-11-16 10:10:37 +00:00
Doug Schaefer
188d419208 Fix for bug 209614 - a cleaner fix that uses the default delimiter from the environment variable manager. 2007-11-15 17:28:55 +00:00
Markus Schorn
4f852d99c1 JUnit-tests and fixes for the image-locations. 2007-11-15 16:17:30 +00:00
Markus Schorn
74a6d68f29 Implementation of flattenLocations for new LocationMap. 2007-11-15 15:41:39 +00:00
Doug Schaefer
e46d0efe27 Fix for bug 209614 - make sure the delimiter returned isn't null. 2007-11-14 16:54:19 +00:00
Markus Schorn
6fb8484d00 Testcases for bugs fixed by the preprocessor. 2007-11-14 13:20:48 +00:00
Markus Schorn
75b8d46572 Testcase for 122891, macros in include directive. 2007-11-14 12:11:17 +00:00
Markus Schorn
7c5ba6e7de Additional testcases are passing with the new preprocessor. 2007-11-14 12:08:01 +00:00
Markus Schorn
8cd6358322 Tests 2_3s2 and 6_10_3_5s5 from the cpp-spec are passing with CPreprocessor. 2007-11-14 11:20:09 +00:00
Markus Schorn
7411260aef Makes CPreprocessor the default scanner. 2007-11-14 11:06:55 +00:00
Markus Schorn
880c51737f Performance Improvement for the CPreprocessor, avoid calling some methods on IIndexMacros. 2007-11-13 15:14:35 +00:00
Markus Schorn
5558b7e7a1 Handling of PDOMMacros in CPreprocessor. 2007-11-13 09:55:43 +00:00