Sergey Prigogin
fb9dff069c
Fixed typos.
2009-12-21 06:57:15 +00:00
Markus Schorn
ed2b0017e9
Case insensitive searches, bug 293669.
2009-10-29 16:05:59 +00:00
Anton Leherbauer
4ca3c8a905
Bug 274490 - Return type stored in the ICElement- IFunctionDeclaration contains method qualifiers as well
2009-05-04 10:44:24 +00:00
Sergey Prigogin
6d64bcb42a
Added IIndexInclude.getFullName method. Bug 272815.
2009-04-23 05:47:34 +00:00
Markus Schorn
c98bf28da7
Fix case ranges, bug 270430.
2009-04-01 11:56:47 +00:00
Markus Schorn
5008c01caf
Preprocessor option to create tokens for inactive code branches, macro's from inactive code in outline view, bug 264666.
2009-02-17 12:03:09 +00:00
Anton Leherbauer
003975782e
Bug 225944 - Organize items by namespace in Outline, fixes also bug 262785
2009-01-29 09:30:15 +00:00
Markus Schorn
416bf3a0e0
Correcting IASTName.toCharArray(), bug 258054.
2008-12-19 12:19:16 +00:00
Markus Schorn
7b7875106f
Correctly resolving includes like "path/../file.h", bug 246129
2008-11-27 09:23:35 +00:00
Markus Schorn
edeb6f1af1
Support for parameter annotations by Sebastian Moss, bug 254520.
2008-11-11 12:43:26 +00:00
Markus Schorn
c656d4d2ee
Support for exception specifications by Sebastian Moss, bug 252697
2008-11-10 15:46:54 +00:00
Markus Schorn
e1dc796f80
Fix testcase for class friends.
2008-10-14 10:39:08 +00:00
Andrew Ferguson
0a836d8009
238842: cyclic includes causes infinite loop in PDOMManager.areSynchronized
2008-07-07 11:35:32 +00:00
Markus Schorn
4e28c73769
Fixes parsing of declarations and new expressions, bug 84242+236856.
2008-06-18 12:16:19 +00:00
Markus Schorn
b6703ee592
Corrections to existing test-cases + additional ones.
2008-06-12 13:19:19 +00:00
Markus Schorn
7e1f9c87fc
Fixes for refactoring by Guido Zgraggen and Lukas Felber, bug 234783, 234786 and 234791.
2008-05-30 11:13:33 +00:00
Markus Schorn
f44c51e7d3
Fixes comment handling with preprocessor nodes by Emanuel Graf, bug 233438.
2008-05-23 14:26:46 +00:00
Markus Schorn
fec33bb137
Proper handling of comments before preprocessing statements by Emanuel Graf, bug 232232.
2008-05-15 07:34:10 +00:00
Anton Leherbauer
f66dfa5d9a
Fix for 222398: [Model Builder] problem with inlined qualified member declaration
...
and fix handling of multiple namespace definitions
2008-03-14 10:25:46 +00:00
Markus Schorn
2ee490ecf3
Improved comment assignment for the NodeCommenter, by Guido Zgraggen, bug 222529.
2008-03-13 09:49:37 +00:00
Markus Schorn
1f19d506f8
Source Change Generator for ASTTransformations by Emanuel Graf and others, bug 214605.
2008-03-07 12:13:38 +00:00
Anton Leherbauer
5ec0f9d046
Migrate AsmModelBuilder to new Lexer
2007-11-06 15:01:22 +00:00
Anton Leherbauer
57d7ac7888
Fix for 205567: Implement an assembly model builder
2007-10-23 11:20:30 +00:00
Andrew Ferguson
f68f137ed3
move templateengine testdata into conventional location which is picked up by the binary build
2007-06-19 16:07:50 +00:00
Andrew Ferguson
25213bca9f
191679: add some unit tests
2007-06-08 17:24:53 +00:00
Markus Schorn
21c0055276
Fix for 185408, API-compliance of IScope.find(String)
2007-05-07 11:27:55 +00:00
Andrew Ferguson
81eedf4bf3
181936: fix for support for function types
2007-04-24 15:43:57 +00:00
Andrew Ferguson
c7553e11bf
183160 - fix for class implicits
2007-04-20 11:29:57 +00:00
Anton Leherbauer
0addd64850
Fix for 180815: defining multiple globals variables at structure definition causes dublicate struct tag entries in outline view
2007-04-06 09:23:25 +00:00
Andrew Ferguson
ea99f62e2f
fix include path issue, and add regression test
2007-03-28 11:01:08 +00:00
Andrew Ferguson
850c6c492d
179322: remove test case (bug is RESOLVED INVALID)
2007-03-27 13:04:41 +00:00
Andrew Ferguson
6c3076579d
179322: add unit test
2007-03-26 15:35:11 +00:00
Andrew Ferguson
250d34926b
169668: add unit tests + fix bugs
2007-03-22 18:50:26 +00:00
Andrew Ferguson
00ebcad325
fix handling of particular type of problem binding in KnR style function declarations
2007-03-19 12:08:51 +00:00
Anton Leherbauer
cb6c40b03b
Fix for bug 161913 - Migrate CModelBuilder to use DOM AST
2006-11-30 13:30:42 +00:00
Andrew Ferguson
773b11c204
165213: undo misadventure with abstraction
2006-11-23 18:31:38 +00:00
Andrew Ferguson
94f1a13a14
Improve accuracy of index based binding resolution
...
this patch
* improves pdom resolution binding (PDOMC*Linkage.resolveBinding)
* fixes some broken binding resolution test data
* has PDOMCPPField store type information
* has PDOMCPPNamespaceAlias store what it is aliasing
2006-11-13 14:25:14 +00:00
Markus Schorn
e6a0b48500
Patch for 162581, by Andrew Ferguson, stack overflow in AST/PDOM.
2006-11-08 09:42:22 +00:00
Vivian Kong
b38a103a8e
Bug 161609 - more testcases for PDOM/index
2006-11-06 15:43:39 +00:00
Markus Schorn
6b96ffedab
Testcase for 162758, by Andrew Ferguson.
2006-10-30 16:38:09 +00:00
Markus Schorn
ae93a12c54
Testcase: parsing headers in context of sources.
2006-10-24 18:00:42 +00:00
Markus Schorn
d9a5d8e84f
fixes 149571, timestamps for files in PDOM; fixes 161715, refined strategy for indexers;
...
disables indexer for most of the test cases
2006-10-24 17:10:50 +00:00
Markus Schorn
d54cf4d243
Fix for 156504 by Andrew Ferguson, Overloaded functions/methods in PDOM
2006-10-20 09:59:38 +00:00
Doug Schaefer
c12e07dd19
Patch for Alena, 161107. New PDOM Tests.
2006-10-18 18:38:35 +00:00
Markus Schorn
9b75c68712
junit test for bug 161216, static functions/vars in PDOM
2006-10-17 12:22:13 +00:00
Markus Schorn
b202de6bec
Testcase for search in unnamed namespace.
2006-10-17 12:01:58 +00:00
Markus Schorn
ff384fe5c5
Test case and fix for 160913, search in namespaces.
2006-10-17 11:08:52 +00:00
Markus Schorn
4c2b2120e4
Variable and function annotations in PDOM, by Jason Montojo, bug 159595.
2006-10-13 08:46:20 +00:00
Doug Schaefer
b4c6a27239
Added allIncludedBy test from cdt_3_1.
2006-09-05 20:23:28 +00:00
Doug Schaefer
b4c738d66a
Added support for nested classes. Changed the way member owners are done.
2006-08-02 14:36:41 +00:00