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

1613 commits

Author SHA1 Message Date
Markus Schorn
6be8db253c Index based name-resolution for K&R-style functions, bug 221635. 2008-03-06 09:57:24 +00:00
Markus Schorn
16d620eaa5 Navigation from macro definition body, bug 102643. 2008-03-06 08:23:15 +00:00
Markus Schorn
b4d5bb7a67 Testcases and fixes for selecting nodes by file offsets. 2008-03-05 12:41:59 +00:00
Markus Schorn
789b2ea330 Testcases and fixes for selecting nodes by file offsets. 2008-03-05 10:53:22 +00:00
Mike Kucera
3b41669fc2 resolve sizeof ambiguity for C++ 2008-03-04 18:41:34 +00:00
Markus Schorn
4aa04977c3 Combines IASTTranslationUnit.selectNodeForLocation() and ILanguage.getSelectedNodes() into new API. 2008-03-03 12:56:38 +00:00
Markus Schorn
8c248ed68b LabelProvider to decorate indexed files, bug 159731. 2008-02-27 10:48:53 +00:00
Markus Schorn
364c506b26 Indexer to parse headers in context of a source, bug 220358. 2008-02-26 12:50:49 +00:00
Markus Schorn
3d58d666af Additional testcase related to bug 220158. 2008-02-26 10:01:24 +00:00
Markus Schorn
5171001393 Avoid calling StringBuffer.append(CharSequence s) with a StringBuffer as argument, bug 220158. 2008-02-25 15:17:13 +00:00
Sergey Prigogin
71c9367551 Fixed compiler warnings. 2008-02-25 00:52:59 +00:00
Sergey Prigogin
47d97fa29a Split _testRebindPattern_214017 into two tests. 2008-02-25 00:46:49 +00:00
Markus Schorn
270e8513e6 Bindings for names resolved via using declarations, bug 219424. 2008-02-22 12:25:38 +00:00
Mike Kucera
8342cee582 replaced constants in ICPPASTOperatorName with new OverloadableOperator enum 2008-02-21 22:08:49 +00:00
Markus Schorn
f211b6d512 Removed class Problem, a duplicate of ASTProblem, related to bug 212864. 2008-02-21 10:20:04 +00:00
Markus Schorn
b6d7d0cd9c Added search for unresolved includes, bug 213561. 2008-02-20 10:17:23 +00:00
Markus Schorn
c2d2098088 Failing testcase for scope of using declarations, bug 219424. 2008-02-19 13:50:05 +00:00
Markus Schorn
74593bcfb3 Improved indexer-tracing, logging info-line after rebuild index, bug 213561. 2008-02-19 12:22:11 +00:00
Mike Kucera
2d00884258 set up tests to run C++ parser, fixed a few bugs 2008-02-15 22:21:44 +00:00
Markus Schorn
08cce46ebc Ambiguity between template arguments and relational expression, bug 104706. 2008-02-15 12:43:17 +00:00
Markus Schorn
7f2fe153bd More tracing options for the indexer, combined 3 parallel IASTProblem implementations, related to bug 213561. 2008-02-15 10:41:30 +00:00
Anton Leherbauer
8f9be92af5 Fix manifest warnings 2008-02-15 10:29:25 +00:00
Markus Schorn
950b1db4f2 Testcase for endless loop following using-directives, bug 209813. 2008-02-14 13:06:38 +00:00
Mike Kucera
c099d478d2 don't need separate name visitors for C and C++ 2008-02-13 16:48:54 +00:00
Markus Schorn
495735b5e3 Partial fix for cast-ambiguity, bug 211756. 2008-02-13 15:07:23 +00:00
Markus Schorn
ea7f5375cd Testcase for cast ambiguities, bug 100641 and 106279. 2008-02-13 14:39:58 +00:00
Markus Schorn
51beaeaa42 Additional test-case and fix for using-declarations (related to bug 203385). 2008-02-13 10:11:06 +00:00
Markus Schorn
5688a0ac9f Using directives for fast indexer (including namespace composition), bug 200673+216527. 2008-02-12 14:21:22 +00:00
Andrew Ferguson
c113b00476 178386: check-in documentation tool framework plus doxygen implementation 2008-02-09 12:23:25 +00:00
Markus Schorn
e08ec31825 Using declarations in combination with nested classes, bug 209582. 2008-02-08 15:03:38 +00:00
Markus Schorn
c754042629 Fixes name-resolution with using-directives, related to bug 26110. 2008-02-08 13:51:56 +00:00
Markus Schorn
9cd75c484e Anonymous unions and structs, bug 216791. 2008-02-06 15:30:47 +00:00
Markus Schorn
3e365c0aac Support for unnamed namespaces, bug 162226. 2008-02-05 14:10:36 +00:00
Markus Schorn
dfb5057e5c Keep types defined in source files separate from each other, bug 214146. 2008-02-04 16:15:05 +00:00
Markus Schorn
d0b1e7b4b4 Fixes for navigation + mark occurrences related to using-declarations. 2008-02-01 14:49:21 +00:00
Markus Schorn
01ed5f9133 Removed dependency of CPPDelegate on IASTName, bug 217271. 2008-01-31 17:28:39 +00:00
Markus Schorn
0aa860ee97 Index based name resolution for classes in namespaces (bug 217102) 2008-01-30 17:09:15 +00:00
Anton Leherbauer
7c0b0c875a Fix for 208765: Sporadic crash saving scanner info build properties 2008-01-30 11:23:28 +00:00
Markus Schorn
fabbd8d287 Predefined macro __CDT_PARSER__, bug 173848. 2008-01-29 09:04:10 +00:00
Mike Kucera
68a2d2ad5e CharArrayMap can now be sorted 2008-01-28 22:51:51 +00:00
Markus Schorn
d09429e1d5 Follow up for using declarations, bug 203385. 2008-01-28 14:51:02 +00:00
Sergey Prigogin
31f3a10fe2 Bug fix for handling of default template parameters. See AST2TemplateTest#testDefaultTemplateParameter() 2008-01-28 04:04:06 +00:00
Sergey Prigogin
b44d607a4f Fix for bug 203385. 2008-01-27 01:21:49 +00:00
Markus Schorn
c0b97bbe1c Access to local bindings, bug 215783. 2008-01-25 17:00:38 +00:00
Markus Schorn
a29fa7f20c Whitespace for gcc-extension in macro-explorer, bug 23540. 2008-01-22 10:32:46 +00:00
Markus Schorn
008d8cf1d3 Reporting locations of macro-definitions in macro-explorer, bug 23540. 2008-01-21 10:32:47 +00:00
Sergey Prigogin
c847fa362e Removed unused imports. 2008-01-20 20:33:30 +00:00
Markus Schorn
61806eb27f Whitespace in macro-explorer, bug 23540. 2008-01-18 12:52:17 +00:00
Markus Schorn
4e7239b927 NPE in macro explorer, bug 23540. 2008-01-17 16:40:56 +00:00
Markus Schorn
2bf1905d6c Dynamic macros and whitespace in macro-explorer, bug 23540. 2008-01-17 16:02:44 +00:00