1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
Commit graph

1554 commits

Author SHA1 Message Date
Sergey Prigogin
cf2b2ce763 Added AST2TemplateTests._testRebindPattern_214447. 2008-01-07 04:04:05 +00:00
Sergey Prigogin
52dda7b84f Fix for bug 201174. 2008-01-05 18:48:01 +00:00
Mike Kucera
b388adcbe5 upgraded CharArrayMap to support generics, also enabled Java 5 in cdt.core.tests 2008-01-02 15:42:53 +00:00
Sergey Prigogin
583b8dadc0 Test case for bug 214017. 2008-01-01 02:00:39 +00:00
Sergey Prigogin
5ff70f6e97 Fixed bug 213861. 2007-12-27 01:46:17 +00:00
Sergey Prigogin
68f33f47f4 Added a test case for bug 213861. 2007-12-26 01:54:05 +00:00
Markus Schorn
1e43fc3186 Removes DOMScanner and related classes, cleans up interfaces IScanner and IIndexMacro, (bug 212864). 2007-12-21 09:35:52 +00:00
Mike Kucera
0d7a561440 adding a bunch of tests for CPreprocessor, bug 213239 2007-12-18 23:22:08 +00:00
Markus Schorn
da6d9d1a66 Fixes exceptions parsing c-files, bug 213287 2007-12-18 12:30:54 +00:00
Markus Schorn
111b251b62 Shows read and write access of variables in call-hierarchy, bug 156692. 2007-12-17 15:14:04 +00:00
Markus Schorn
0408d6e901 Fix cv-conversion, bug 213029. 2007-12-14 15:58:14 +00:00
Markus Schorn
ff426e5841 Store information about read/write access of variables in index, bug 156692. 2007-12-14 14:55:33 +00:00
Mike Kucera
a54c25f473 Increased test time in AST2Tests.test195943(). 2007-12-13 15:59:39 +00:00
Markus Schorn
3094503910 Fix JUnit-failure when running in head-less mode. 2007-12-13 11:33:48 +00:00
Markus Schorn
0888279e30 Reducing the size of the index, bug 210392. 2007-12-13 10:49:18 +00:00
Markus Schorn
eff6754c12 Store information about potential polymorphic method calls in index, bug 156691. 2007-12-12 12:15:07 +00:00
Anton Leherbauer
f8f5abd3ff Fix JUnit failures (212593, 212597) 2007-12-12 10:24:19 +00:00
Markus Schorn
a9a1824092 Testcase for bug 211756. 2007-12-07 14:51:11 +00:00
Markus Schorn
020598a37c Indexer can indirectly block jobs with workspace-rule (bug 211603). 2007-12-07 13:46:49 +00:00
Markus Schorn
21b09a659c Headers included from c- and c++-files (bug 191989). 2007-12-07 10:33:34 +00:00
Anton Leherbauer
84d57de16e Fix for 211444: Syntax highlighter produces incorrect coloring on dependant template instantiation. 2007-12-04 10:29:15 +00:00
Mike Kucera
faf69d0940 bug 209359 - CharArrayMap 2007-11-30 16:30:22 +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
8c2d3a947d Fixes a testcase. 2007-11-28 11:34:52 +00:00
Markus Schorn
f3dc14467c Name resolution with nested linkage specifications, bug 183126. 2007-11-28 09:02:16 +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
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
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
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
9b07ea66db Static variables/functions in Open Element and Search (bug 193057 and 196414). 2007-11-22 15:57:17 +00:00
Markus Schorn
01e130423b Static variables/functions declared in headers, bug 180305. 2007-11-22 13:10:49 +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
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
Markus Schorn
4f852d99c1 JUnit-tests and fixes for the image-locations. 2007-11-15 16:17:30 +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
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
fffaae4443 CPreprocessor can replace DOMScanner. 2007-11-12 17:12:25 +00:00