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

10520 commits

Author SHA1 Message Date
Andrew Gvozdev
76163a477c bug 290631: Scanner Discovery Challenge. ICSettingEntry &
ICDescriptionDelta as @noextend-@noimplement.
2012-01-04 17:44:54 -05:00
Sergey Prigogin
b83af889fb Fixed breakage of lrparser and xlc tests. 2012-01-04 11:17:04 -08:00
Sergey Prigogin
83a8040a2b Cosmetics. 2012-01-04 11:12:04 -08:00
Marc-Andre Laperle
d47055dbd7 Bug 367393 - [Implement Method] Refactoring wizard opens even if there
are no method to implement
2012-01-04 12:53:19 -05:00
Markus Schorn
e560beb08a Fixes a few JUnit test failures. 2012-01-04 12:14:50 +01:00
Sergey Prigogin
2737d2c708 Fixed reporting of "Test data not found" errors. 2012-01-03 16:15:22 -08:00
Andrew Gvozdev
4edaac8cdd bug 367786: Filters from Outline View are missing in Project Explorer 2012-01-03 14:35:22 -05:00
Andrew Gvozdev
356728ade5 bug 367683: Filter to filter out anonymous structs 2012-01-03 13:46:33 -05:00
Markus Schorn
3f92e17364 Bug 357563: Consider specializations found in index. 2012-01-03 16:42:43 +01:00
Markus Schorn
8afad54183 Bug 367753: Correct propagating of internal modifications to the macro dictionary. 2012-01-03 14:33:54 +01:00
Marc-Andre Laperle
3bd21a03c4 [Outline] Add Collapse All button 2012-01-03 00:01:59 -05:00
Markus Schorn
73d717b386 Bug 367562: Type deduction for cv-qualified function and pointer types. 2012-01-02 16:39:48 +01:00
Markus Schorn
ae559e16d8 Bug 367560: Pack expansions as function args. 2012-01-02 15:06:17 +01:00
Markus Schorn
282daa7a8e Bug 365981: Detect syntax error replacing pointer to member. 2012-01-02 14:05:58 +01:00
Markus Schorn
934ea4b7b8 Reducing compiler warnings. 2012-01-02 13:38:43 +01:00
Markus Schorn
1b67403176 Bug 367316: Relative includes when parsing in context. 2012-01-02 13:37:14 +01:00
Markus Schorn
10372e2841 Bug 367472: NPE creating auto-type for dependent expression. 2012-01-02 13:03:48 +01:00
Andrew Gvozdev
c099f67da4 @Override annotations 2011-12-30 15:51:00 -05:00
Sergey Prigogin
e3bdead668 Improved handling of blank lines when appending to a translation unit. 2011-12-29 18:15:35 -08:00
Sergey Prigogin
da95eb2605 @Override annotations. 2011-12-29 18:12:31 -08:00
Sergey Prigogin
fbcb28a05b Bug 352258 - Generate Getters and Setters can generate code containing
reserved keywords.
2011-12-28 18:10:22 -08:00
Sergey Prigogin
302e64aebc @Override annotations. 2011-12-28 18:09:51 -08:00
Sergey Prigogin
cfc0eec3f1 Cosmetics. 2011-12-28 18:09:37 -08:00
Sergey Prigogin
f744f34410 Code streamlining. 2011-12-28 18:09:23 -08:00
Sergey Prigogin
cc7de08d92 Variable name adjustments. 2011-12-28 18:09:10 -08:00
Andrew Gvozdev
d78e6aeffb bug 367253: Source folders are reshuffled when build settings are
edited.
2011-12-28 00:20:15 -05:00
Sergey Prigogin
bb1c0a023f Bug 367391 - [Generate Getters and Setters] Going back and deselecting a
getter or setter doesn't affect subsequent code generations.
2011-12-27 14:23:12 -08:00
Sergey Prigogin
71ffbded4f @Override annotations. 2011-12-27 14:21:53 -08:00
Sergey Prigogin
4db83cf4f1 Cosmetics. 2011-12-27 09:49:35 -08:00
Sergey Prigogin
8c7b24b130 @Override annotations. 2011-12-27 09:49:30 -08:00
Sergey Prigogin
227294f49a Bug 367473 - Rename refactoring without dialog leaks memory. 2011-12-27 09:49:24 -08:00
Sergey Prigogin
7559df0558 @Override annotations. 2011-12-27 09:49:18 -08:00
Sergey Prigogin
3b5d67f9e8 Cosmetics. 2011-12-24 11:31:29 -08:00
Sergey Prigogin
a19dfee63c Generics. 2011-12-24 11:27:21 -08:00
Sergey Prigogin
2ee14c041c Moved template engine tests to org.eclipse.cdt.ui.tests plug-in since
they fail in headless mode due to loading of
TestExtraPagesProvider.java
2011-12-23 15:57:35 -08:00
Sergey Prigogin
46e94156ee Bug 367482. Patch by Raphael Zulliger with minor modifications. 2011-12-23 15:17:21 -08:00
Markus Schorn
c1f0069b97 Bug 367315: Incremental update for headers parsed in context. 2011-12-23 10:56:04 +01:00
Anton Leherbauer
6e1ea34d7c Bug 367417 - IndexerPreferenceListener leaks CEditor instance 2011-12-23 10:45:25 +01:00
Marc-Andre Laperle
42e2c8c5f7 Bug 367467 - Generate Getters and Setters leaks memory 2011-12-22 23:52:36 -05:00
Sergey Prigogin
5fb38d3912 Bug 363244. Fixed the case when newly inserted nodes are wrapped in
ContainerNode.
2011-12-22 19:59:10 -08:00
Anton Leherbauer
adc46fe221 Bug 367403 - [preferences] C/C++ editor does not respect high contrast settings 2011-12-22 16:39:38 +01:00
Markus Schorn
cfb47f9a65 Bug 365981: Undetected syntax failure instantiating function template 2011-12-22 11:25:27 +01:00
Anton Leherbauer
c722cc65cd Bug 365051 - Unreadable black source hover 2011-12-22 10:00:54 +01:00
Sergey Prigogin
fbffc783ba Bug 367117 - [formatter] cdt hangs when formatting c++ code. 2011-12-21 10:33:15 -08:00
Sergey Prigogin
0dcb27b1eb Bug 362442. Enabled test that is to failing anymore thanks to Markus'
fix.
2011-12-21 10:14:27 -08:00
Sergey Prigogin
df445a2f06 @Override annotations. 2011-12-21 09:59:42 -08:00
Markus Schorn
35a66ea763 Bug 332883: Auto type for range based for loop. 2011-12-21 18:03:31 +01:00
Markus Schorn
9e7125fb90 Bug 364920: NPE using call hierarchy 2011-12-21 15:13:12 +01:00
Markus Schorn
2dea3d4a33 Bug 362442: Considering all expansions for significant macros. 2011-12-21 13:56:49 +01:00
Anton Leherbauer
b680564684 Bug 367061 - Language mappings as created in a Helios project are ignored when imported in Indigo (backward compatibility issue) 2011-12-19 15:44:08 +01:00