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

7516 commits

Author SHA1 Message Date
Anton Leherbauer
d25d393211 Fix for 235282: DocCommentHighlightingTests needs user interaction on Linux (patch by Emanuel Graf) 2008-06-03 12:13:00 +00:00
Mike Kucera
0959893e29 Bug 234463, fixes for the rest 2008-06-02 19:47:41 +00:00
Sergey Prigogin
2c6304082f Failing test case for bug 235196. 2008-06-02 18:52:10 +00:00
Vivian Kong
759e5803c5 fix for bug 234961 2008-06-02 15:31:12 +00:00
Oleg Krasilnikov
aa8ea9cdff Bug #235102 : Checked error parsers not properly saved when using [All Configurations] 2008-06-02 12:36:24 +00:00
Sergey Prigogin
6876e4ff00 More protection against infinite recursion in CPPTeplateSpecialization, bug 231742. 2008-06-02 08:45:57 +00:00
Sergey Prigogin
def81d5ae0 Protection against infinite recursion, bug 231742. 2008-06-02 06:12:17 +00:00
Sergey Prigogin
d09c6c7601 Hide BadLocationException (see bug 232012). 2008-06-01 06:59:30 +00:00
Vivian Kong
f67f60bafb fix for 234906 2008-05-30 19:30:22 +00:00
Markus Schorn
1300d696f4 testcase for bug 84268 2008-05-30 14:00:46 +00:00
Markus Schorn
259c26f452 testcase for bug 84276 2008-05-30 13:56:12 +00:00
Markus Schorn
79ec81a37b Testcase for bug 104869. 2008-05-30 12:34:26 +00:00
Markus Schorn
048ddb3469 Fixes an ArrayOutOfBoundsException, bug 190884. 2008-05-30 11:48:48 +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
Oleg Krasilnikov
1b0953a434 Add semicolon after function prototype. 2008-05-30 10:59:42 +00:00
Markus Schorn
0fcdd959b4 Content assist displays anonymous types, bug 204758. 2008-05-30 08:23:56 +00:00
Anton Leherbauer
8e3a44eafe Fix for 234777: Potential NPE in content assist advanced preference page 2008-05-30 08:00:14 +00:00
Andrew Ferguson
d193d601b1 234068: don't test windows paths on linux 2008-05-29 13:33:56 +00:00
Markus Schorn
ed6c4dc4a0 Fix undef-statements in index, bug 234591. 2008-05-29 12:38:27 +00:00
Markus Schorn
02048cd67f Failing tests for bug 206450. 2008-05-29 11:16:22 +00:00
Oleg Krasilnikov
ec0bfbda3a Bug # 233432 : NPE AbstractPage.getResDesc(...) on Pressing Apply having created new configuration 2008-05-29 10:31:51 +00:00
Markus Schorn
8737024fef Add bindings for specialization to the index only once, bug 207477. 2008-05-29 08:51:48 +00:00
Markus Schorn
a5e61e2f26 Enhance PDOMPrettyPrinter to print template specializations. 2008-05-29 08:43:21 +00:00
Markus Schorn
732a995791 Correct scope provided by class-specializations for instantiating its base-classes. 2008-05-29 07:43:37 +00:00
Warren Paul
a09663e375 protect against throwing out of memory exception when loading (potentially large) sections. 2008-05-28 20:52:16 +00:00
Andrew Ferguson
09295cf66e 207871: add limited support for integral non-type template arguments 2008-05-28 18:18:54 +00:00
Markus Schorn
ce474b8bc1 Recursive user-define operator->, bug 205964. 2008-05-28 14:51:23 +00:00
Markus Schorn
680007453f Recursive user-define operator->, bug 205964. 2008-05-28 14:38:50 +00:00
Markus Schorn
0417976c9e Code maintenance for refactoring by Emanuel Graf, bug 234348. 2008-05-28 13:44:58 +00:00
Markus Schorn
796acfa15d Code maintenance for refactoring by Emanuel Graf, bug 234348. 2008-05-28 13:43:31 +00:00
Markus Schorn
c377be5b0e Improves handling of multiple IFile's for a location, bug 211056. 2008-05-28 13:37:44 +00:00
Markus Schorn
d4f3962b40 Handle empty names in CygPath.getFileName, bug 214603. 2008-05-28 12:02:50 +00:00
Markus Schorn
9284cb176d Fixes a NPE, bug 215056. 2008-05-28 11:56:01 +00:00
Markus Schorn
75f29e6d15 Allow to hide build-specific indexer configuration, bug 217860. 2008-05-28 10:55:50 +00:00
Markus Schorn
c544d8f156 Fix bogus detection of knr-style function declarator, bug 221567. 2008-05-28 08:56:59 +00:00
Markus Schorn
508d3c6c86 Fixes return types of built-in functions, bug 234309. 2008-05-28 07:45:14 +00:00
Markus Schorn
a244296645 Fix recursion in binding resolution, bug 234042. 2008-05-27 15:10:18 +00:00
Andrew Ferguson
03273b05c1 add test case for missing problembinding when passing a (basic) type in a non-type context 2008-05-27 14:22:58 +00:00
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