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

10491 commits

Author SHA1 Message Date
Markus Schorn
93285e7f68 Bug 363609: Performance issue with nested template ambiguities. 2011-11-28 07:54:30 +01:00
Andrew Gvozdev
5c1a981cd7 auto-clean: @Override annotations + organize imports + unnecessary
casts/$NON-NLS + trailing white spaces
2011-11-17 18:14:36 -05:00
Sergey Prigogin
20693f80fd Helper methods for generation of getters and setters. 2011-11-15 15:58:37 -08:00
Sergey Prigogin
585a090ee8 @Override annotations. 2011-11-15 15:01:56 -08:00
Sergey Prigogin
0be21a0f1c Cosmetics. 2011-11-15 14:27:31 -08:00
Sergey Prigogin
ad4b9869f0 Consolidated tests. 2011-11-15 11:58:08 -08:00
Sergey Prigogin
3446dd107a Added few methods to ClassTypeHelper and tests for them. 2011-11-15 11:14:01 -08:00
Sergey Prigogin
198d443e71 Cosmetics. 2011-11-15 11:02:20 -08:00
Sergey Prigogin
c1740cc639 @Override annotations. 2011-11-14 21:03:44 -08:00
Sergey Prigogin
84cd2842eb Cosmetics. 2011-11-14 17:56:59 -08:00
Sergey Prigogin
acd73fb7bc @Override annotations. 2011-11-14 17:32:44 -08:00
Sergey Prigogin
1f51445b8a Proper handling of class declarations located in cpp files. 2011-11-14 16:40:19 -08:00
Sergey Prigogin
496ce4cf38 @Override annotations. 2011-11-14 16:40:12 -08:00
Sergey Prigogin
0eddb7c8b3 Cosmetics. 2011-11-14 16:40:06 -08:00
Sergey Prigogin
bdd3e82216 Added a missing @since tag. 2011-11-12 22:23:55 -08:00
Sergey Prigogin
846e5ee676 Adjusted Javadoc. 2011-11-12 21:08:04 -08:00
Marc-Andre Laperle
3108f9efdf Bug 342498 - Pin Call Hierarchy View 2011-11-12 16:40:40 -05:00
Marc-Andre Laperle
8a1269053a Bug 363111 - Automatically generated explicit constructor has the
explicit keyword in constructor definition
2011-11-11 11:58:01 -05:00
Sergey Prigogin
5e3d2ee884 @Override annotations. 2011-11-10 20:14:04 -08:00
Sergey Prigogin
565f58e365 @Override annotations. 2011-11-10 18:32:49 -08:00
Sergey Prigogin
5a1f9d47a9 Bug 355991. Duplicate name detection based on {fileLocation, linkage,
fileOffset} tuple.
2011-11-10 18:12:07 -08:00
John Cortell
be238e7014 Bug 363328 - NPE in ChangeBuildConfigActionBase.fillMenu() 2011-11-09 09:25:30 -06:00
Sergey Prigogin
08a8dca4b8 Cosmetics. 2011-11-08 14:34:15 -08:00
Andrew Gvozdev
0419dcde0f cosmetics - deprecated usage, override annotations, indentations 2011-11-08 13:12:47 -05:00
Sergey Prigogin
45b6405be3 Added missing @Override annotations. 2011-11-07 13:09:59 -08:00
Sergey Prigogin
8dffbb2ec9 Added missing @Override annotations. 2011-11-07 13:07:18 -08:00
Sergey Prigogin
afb3fae823 Automatic formatting of code affected by refactoring. 2011-11-07 11:04:35 -08:00
Sergey Prigogin
65673a50e1 Added a method for formatting multiple regions in a single call. 2011-11-07 11:04:27 -08:00
Sergey Prigogin
a3dd649914 Fixed two code formatter bugs. 2011-11-07 11:04:07 -08:00
Sergey Prigogin
c5bdc34618 Cosmetics. 2011-11-07 11:03:53 -08:00
Sergey Prigogin
a85d7aea25 Added missing @Override annotations. 2011-11-07 11:03:45 -08:00
Sergey Prigogin
5b9c3d95a5 Cosmetics. 2011-11-07 11:03:39 -08:00
Sergey Prigogin
ed8b3356ad Added missing @Override annotations. 2011-11-07 11:03:33 -08:00
Sergey Prigogin
2e166ecabb Fixed a deprecation warning. 2011-11-07 11:03:26 -08:00
Sergey Prigogin
9fd7f04470 Added missing @Override annotations. 2011-11-07 11:03:07 -08:00
Sergey Prigogin
0177053e2b Cosmetics. 2011-11-07 11:03:01 -08:00
Sergey Prigogin
d8d335dbf8 Added missing @Override annotations. 2011-11-07 11:02:46 -08:00
Sergey Prigogin
8da748eb55 Cosmetics. 2011-11-07 11:02:40 -08:00
Sergey Prigogin
5e8ca6778d Added missing @Override annotations. 2011-11-07 11:02:34 -08:00
Sergey Prigogin
b1be2dbaac Method name adjustment. 2011-11-07 11:02:27 -08:00
Sergey Prigogin
168e1f4460 Cosmetics. 2011-11-07 11:02:21 -08:00
Markus Schorn
0ebca71a1d Bug 362976: Directly nested ambiguity node. 2011-11-07 15:00:44 +01:00
Anton Leherbauer
4db12e7212 Bug 362710 - Exception "Can only enable the hash look up before input has been set" 2011-11-04 09:53:34 +01:00
Markus Schorn
87c046746f Bug 197989: Use limited LRU caches instead of the unlimited ones. 2011-11-03 16:11:22 +01:00
Markus Schorn
0fb12d7d56 Bug 197989: Remove option to parse files up front from UI. 2011-11-03 14:57:48 +01:00
Markus Schorn
5a62f3280d Bug 362464: Sizeof computation for plain C. 2011-11-03 14:01:47 +01:00
Markus Schorn
058e14d32c Bug 362148: Support for __COUNTER__ macro. 2011-11-03 09:26:22 +01:00
Markus Schorn
ecfdcab4ab Bug 361999: Call Hierarchy for instance of template-specialization. 2011-11-02 15:03:13 +01:00
Markus Schorn
2ef264d1ab Bug 362562: Bogus detection of raw strings in inactive code. 2011-11-02 10:47:05 +01:00
Markus Schorn
939ab1508d Bug 360541: Ambiguity resolution for declaration statements. 2011-10-31 17:05:55 +01:00