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

7278 commits

Author SHA1 Message Date
Andrew Ferguson
1aa5e93de5 separate template argument creation from CPPTemplates.createTypeArray 2008-05-27 13:58:13 +00:00
Anton Leherbauer
d917917c7c Fix for 233910: Language Mappings preference page restore defaults 2008-05-27 08:44:16 +00:00
Anton Leherbauer
9fd60a6db8 Fix for 233976: Deadlock in ASTProvider 2008-05-27 08:40:07 +00:00
Sergey Prigogin
12cc9fcc6a Fixed another case of an infinite loop. This time accompanied by a memory leak. 2008-05-27 05:40:34 +00:00
Sergey Prigogin
973c77a635 Code formatting. 2008-05-26 22:43:33 +00:00
Sergey Prigogin
109f2fb5fc Fixed recursion resolving namespaces (bug 234035). 2008-05-26 21:26:33 +00:00
Sergey Prigogin
79c2c87814 Code streamlining. 2008-05-26 21:08:35 +00:00
Sergey Prigogin
d3477152cd Fixed remaining case of infinite loop in template resolution. 2008-05-26 19:08:52 +00:00
Sergey Prigogin
d2bb462531 Added optional printing of recursion problems. 2008-05-26 18:36:55 +00:00
Sergey Prigogin
5ddcabbe62 Fixed warning. 2008-05-26 18:22:03 +00:00
Mike Kucera
2384cbd3f2 Bug 233511, support windows UNC paths 2008-05-26 16:56:23 +00:00
Markus Schorn
4fdda8b8d9 Speed up 'Add Include' operation, bug 228811. 2008-05-26 15:59:14 +00:00
Anton Leherbauer
48acadfbe7 Fix bogus hasDebug information 2008-05-26 14:42:50 +00:00
Markus Schorn
e13d764fba Restore tracing options after generating pdom. 2008-05-26 10:49:27 +00:00
Sergey Prigogin
e87d1aa60d Failing test case for bug 233889. 2008-05-26 04:54:01 +00:00
Sergey Prigogin
f446c156cd Fixed typos. 2008-05-26 03:52:44 +00:00
Sergey Prigogin
36fcc9697a Code formatting. 2008-05-26 03:50:33 +00:00
Sergey Prigogin
bf0052226e Fixed capitalization. 2008-05-26 02:48:05 +00:00
Sergey Prigogin
32ba1e3732 Fixed a typo. 2008-05-26 02:46:41 +00:00
Sergey Prigogin
c3a011ab81 Fixed infinite loop in indexer that happened when CPPTypedefSpecialization.getType method returned the same object as this. This problematic behavior was triggered by a template argument containing a wrapped ProblemBinding. 2008-05-25 23:11:38 +00:00
Andrew Ferguson
688df291ee 207871: add testcase 2008-05-23 18:19:02 +00:00
Andrew Ferguson
4caaf836f6 add test for deferred non-type template arguments 2008-05-23 16:08:20 +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
291094d65d Name resolution when redeclaring a class after a reference, bug 229571. 2008-05-23 13:47:01 +00:00
Anton Leherbauer
30536df362 Performance tuning for binary objects 2008-05-23 13:09:37 +00:00
Anton Leherbauer
b5afa53f38 Fix individual JUnit test invocations 2008-05-23 12:44:43 +00:00
Anton Leherbauer
583077dbfa Fix initialization of PE view options 2008-05-23 12:44:21 +00:00
Markus Schorn
d1dd70ab0b Removes unused and duplicated externalized strings, bug 233194. 2008-05-23 09:03:43 +00:00
Markus Schorn
af9ee1b9c9 Fix broken NLS strings in core-plugin, bug 233308. 2008-05-23 08:47:27 +00:00
Mike Kucera
6540729131 fix for NPE in LR parser 2008-05-22 18:42:31 +00:00
Andrew Ferguson
92be19e029 207871: add test 2008-05-22 16:03:44 +00:00
Andrew Ferguson
05d113bc51 233460: apply fix 2008-05-22 15:04:30 +00:00
Andrew Ferguson
a7f2963f3c 233411: apply fix 2008-05-22 15:01:28 +00:00
Sergey Prigogin
63089ab4e0 Fix for ClassCastException (bug 233284). 2008-05-21 21:22:16 +00:00
Andrew Ferguson
7a7891d1b4 229942: apply fix 2008-05-21 17:02:08 +00:00
Andrew Ferguson
d3fce200ee fix error in offset. Members for non-types are probably unnecessary anyhow. 2008-05-21 16:54:47 +00:00
Markus Schorn
0982e99b7c Correct types for numeric literals, bug 225534. 2008-05-21 16:24:30 +00:00
Markus Schorn
99bc710df4 Fixes a NPE, bug 230871. 2008-05-21 14:29:24 +00:00
Markus Schorn
1b27065ccd Fix hashCode() and equals() for type-info objects. 2008-05-21 14:18:44 +00:00
Markus Schorn
d63c249a01 For C++, report typedefs as definitions as this is done for C. 2008-05-21 14:18:22 +00:00
Markus Schorn
3817999a3f Fix redefinition of t_ptrdiff, bug 230895. 2008-05-21 14:17:48 +00:00
Andrew Ferguson
a9dcca01fd 232988: apply fix 2008-05-21 13:58:58 +00:00
Markus Schorn
3eb91c4fa0 Name resolution for user-defined function operator, bug 231277. 2008-05-21 12:03:44 +00:00
Markus Schorn
d3afa14bd0 Fix warnings. 2008-05-21 10:50:17 +00:00
Markus Schorn
15c3810c5a Rename local variables in macro-bodies, bug 232091. 2008-05-21 10:49:49 +00:00
Markus Schorn
dfa9e3618c Rename local variables in macro-bodies, bug 232091. 2008-05-21 08:57:37 +00:00
Markus Schorn
29ab26de00 Turn off tracing of binding resolution. 2008-05-21 07:56:18 +00:00
Sergey Prigogin
17ed4692de Fix for 201204. 2008-05-20 21:56:58 +00:00
Markus Schorn
47a208f1d4 Fix potential NPE. 2008-05-20 16:14:35 +00:00
Markus Schorn
da0b0d3b57 Cleaning up bindings after resolving ambiguities, bug 232811. 2008-05-20 13:06:23 +00:00