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

11268 commits

Author SHA1 Message Date
Markus Schorn
d09429e1d5 Follow up for using declarations, bug 203385. 2008-01-28 14:51:02 +00:00
Anton Leherbauer
65f5219435 Fix for 210125: [Scanner Discovery] Build output file not released (Patch by Gerhard Schaber) 2008-01-28 14:03:46 +00:00
Sergey Prigogin
1fd562b49a Code formatting. 2008-01-28 04:21:07 +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
8146a961b8 Only global scope in should be converted to file local. 2008-01-27 03:43:45 +00:00
Sergey Prigogin
b44d607a4f Fix for bug 203385. 2008-01-27 01:21:49 +00:00
Ken Ryall
ceb1b0efad Bugs 216092 & 211533. 2008-01-25 22:58:17 +00:00
Mike Kucera
0b0508f728 actions for templates, conversion functions and exceptions 2008-01-25 22:48:16 +00:00
Doug Schaefer
10534b5968 Patch for Elena bug 166660. Cover up some wholes in the MI inferior handling that could cause multi-threading issues. 2008-01-25 21:04:27 +00:00
Markus Schorn
c0b97bbe1c Access to local bindings, bug 215783. 2008-01-25 17:00:38 +00:00
Anton Leherbauer
ac692546b6 Macro explorer: F3 to open macro definition 2008-01-25 10:26:49 +00:00
Anton Leherbauer
067fd3eb17 Improve folding position keys 2008-01-25 10:10:12 +00:00
Anton Leherbauer
ccabb31c65 More mark occurrences tests and fixes 2008-01-25 10:08:32 +00:00
Mike Kucera
c98379b752 added actions for class member declarators 2008-01-24 21:39:11 +00:00
Mike Kucera
477c0b147d fix to CPPASTFieldDeclarator constructor 2008-01-24 21:38:40 +00:00
Oleg Krasilnikov
40dfc474ee Bug #216336: Multi-cfg on folder-level 2008-01-24 14:47:05 +00:00
Anton Leherbauer
80613b3223 Follow up on 174597 2008-01-24 12:08:37 +00:00
Anton Leherbauer
571e7a6a7c Make mark occurence test more reliable 2008-01-24 10:10:55 +00:00
Anton Leherbauer
0a8351dce8 174597: Code folding of compound statements (Patch by Elazar Leibovich) 2008-01-24 09:53:01 +00:00
Anton Leherbauer
b6c5c6fd94 Fix for 216186: [patch] EditorUtility.getWorkspaceFileAtLocation gets wrong IFile in some cases 2008-01-24 09:17:49 +00:00
Mike Kucera
31652900d1 AST building actions for function definitions 2008-01-23 23:09:37 +00:00
Mike Kucera
c3565edec0 added constructors to CPPASTFunctionTryBlockDeclarator 2008-01-23 23:08:29 +00:00
Mike Kucera
82c457efbc added AST building actions for C++ parameter declarations, cleaned up C99 grammar file a bit 2008-01-23 19:23:14 +00:00
Oleg Krasilnikov
fb314ecfd8 Bugs #216017, 216018: MultiConfigurations bug fix 2008-01-23 17:11:15 +00:00
Chris Recoskie
68d6fce0c3 Some fixes to profile name and ID 2008-01-23 15:06:17 +00:00
Anton Leherbauer
2143154aeb Disable debug output in foldingtest 2008-01-23 14:30:34 +00:00
Mike Kucera
17f8a38f4e initial commit of new C99 and C++ parsers (work in progress) 2008-01-22 19:16:30 +00:00
Chris Recoskie
6c58a96029 fix copyrights 2008-01-22 18:46:42 +00:00
Markus Schorn
a29fa7f20c Whitespace for gcc-extension in macro-explorer, bug 23540. 2008-01-22 10:32:46 +00:00
Anton Leherbauer
c2cd6626e3 210733: Add Error Log view to C/C++ perspective 2008-01-22 09:35:37 +00:00
Mike Kucera
f2dd942157 adding keys() method to ICharArrayMap interface 2008-01-21 23:24:37 +00:00
Mike Kucera
c286226230 adding constructors to AST nodes 2008-01-21 23:24:06 +00:00
Chris Recoskie
aa251d78ca Initial commit of XL C/C++ scanner discovery support. Patch by Leonardo Garcia. 2008-01-21 20:50:46 +00:00
Chris Recoskie
b08bfdc656 upversioning to 4.0.3 2008-01-21 20:17:58 +00:00
Chris Recoskie
c2d448fd86 Initial commit. Patch from Leonardo Garcia (IBM) 2008-01-21 20:16:41 +00:00
Ken Ryall
b87dd32cf9 No longer depends on sort order. 2008-01-21 19:49:09 +00:00
John Cortell
de8fa2cc7d Applied 215787 patch. Discussed with Ken. 2008-01-21 16:41:56 +00:00
Markus Schorn
ac25ef4aff Makes test more reliable. 2008-01-21 16:21:39 +00:00
Markus Schorn
da1353f0c1 Fix warning + copy-right notice. 2008-01-21 15:48:31 +00:00
Markus Schorn
63dfbb48df Store macro-expansion image in index, needed for bug 23540. 2008-01-21 15:46:10 +00:00
Anton Leherbauer
4cc8dfd7b5 Fix for 124113: Partition Scanner incorrectly handles line splicing 2008-01-21 13:58:34 +00:00
Markus Schorn
ec3283c69d Caches a step computed by the macro expansion explorer, bug 23540. 2008-01-21 13:24:27 +00:00
Anton Leherbauer
569d055fdf Fix mark occurrences test 2008-01-21 11:55:29 +00:00
Markus Schorn
008d8cf1d3 Reporting locations of macro-definitions in macro-explorer, bug 23540. 2008-01-21 10:32:47 +00:00
Anton Leherbauer
5a4a75db93 Fix typo 2008-01-21 10:15:41 +00:00
Ken Ryall
00ea007d4e Bug 212166, search bug fixes. 2008-01-21 07:37:35 +00:00
Sergey Prigogin
79d4ec2886 Use generics. 2008-01-21 01:50:12 +00:00
Sergey Prigogin
b1d9fbf392 Use generics. 2008-01-20 20:39:32 +00:00
Sergey Prigogin
c847fa362e Removed unused imports. 2008-01-20 20:33:30 +00:00
Ken Ryall
617c5a8476 Bug 212166, search bug fixes. 2008-01-18 22:55:23 +00:00