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

10939 commits

Author SHA1 Message Date
Sergey Prigogin
3548fdb678 Revert "Preservation of typedefs in template arguments."
This reverts commit 8ec3ab2f94.
2012-11-08 14:04:50 -08:00
Marc-Andre Laperle
b004558b81 Bug 388283 - ClassCastException in CPPASTFunctionCallExpression 2012-11-06 23:05:58 -05:00
Sergey Prigogin
add4edd847 Bug 393068 - Constructor call is treated as write access for arguments 2012-11-02 17:16:07 +01:00
Sergey Prigogin
fea61dd100 Cosmetics 2012-11-02 17:16:02 +01:00
Vivian Kong
4d0a95ad49 Bug 228378 - Project Explorer: C project wizards should be only
enabled in C perspective or on C elements
2012-11-01 15:54:10 -04:00
Sergey Prigogin
16fe45b0e0 Bug 393029. Fixed stack overflow. 2012-10-29 12:25:43 +01:00
Sergey Prigogin
8ec3ab2f94 Preservation of typedefs in template arguments. 2012-10-28 11:53:01 +01:00
Andrew Gvozdev
e0149be3a3 Bug 392966: Indexing only source files in the build doesn't work properly with new scanner discovery 2012-10-27 09:00:20 -04:00
Doug Schaefer
7140f7410a Remove fragment jars. Add missing property files. (Cherry picked 8_0) 2012-10-13 23:21:40 -04:00
Marc-Andre Laperle
d9928b7661 Bug 375221 - [4.x] Resource config menu shows up in context menus 2012-10-11 01:02:50 -04:00
Markus Schorn
3b03ad0e7a Bug 378930: ArrayStoreException collecting fields. 2012-09-17 09:00:18 +02:00
Sergey Prigogin
4536b4b84c Fixed an erroneous @since tag. 2012-09-11 14:01:50 -07:00
Marc Khouzam
edd32c480d Invalid @since tag 2012-09-07 11:04:26 -04:00
Sergey Prigogin
600c3b1b32 Fixed a bug that caused files to disappear from the index sometimes. 2012-08-31 17:57:34 -07:00
Sergey Prigogin
0dfb1ee847 Cosmetics. 2012-08-31 17:56:40 -07:00
Sergey Prigogin
f351138c31 Better diagnostics of database corruption. 2012-08-30 16:54:55 -07:00
Sergey Prigogin
8478c43043 Bug 380623. Incremented PDOM version since some database records
changed.
2012-08-30 16:54:48 -07:00
Thomas Corbat
6d4c1e4dff Bug 380623 - [C++11] Explicit Virtual Overrides 2012-08-28 21:36:11 -07:00
Vivian Kong
dd034794c7 Revert "Bug 387132 - AR: Incorrect mirrored strings and bracket occurred on "Properties for autotools" pages on Linux"
This reverts commit 62502ef095.
2012-08-28 16:51:37 -04:00
Sergey Prigogin
80fe6566a7 Fixed ArrayStoreException, ClassCastException and NPE. 2012-08-27 18:24:34 -07:00
Sergey Prigogin
fa4aeee25d Removed an unused API filter. 2012-08-27 18:07:49 -07:00
Sergey Prigogin
3a95f59df4 Cosmetics. 2012-08-27 17:22:19 -07:00
Sergey Prigogin
1abc90f0b8 Added a message to ArrayStoreException. 2012-08-27 16:02:50 -07:00
Sergey Prigogin
34b49d5545 Fixed ClassCastException. 2012-08-27 16:02:10 -07:00
Krzysztof Kazmierczyk
30c3237227 Fix Bug 378882 - CDT projects not working when managed by custom EFS
filesystem 

Change-Id: I6e0966b63c5be81cb35008edb3cd9218023aaf3e
Reviewed-on: https://git.eclipse.org/r/7184
Reviewed-by: Chris Recoskie <recoskie@ca.ibm.com>
IP-Clean: Chris Recoskie <recoskie@ca.ibm.com>
Tested-by: Chris Recoskie <recoskie@ca.ibm.com>
2012-08-27 14:38:04 -04:00
Vivian Kong
62502ef095 Bug 387132 - AR: Incorrect mirrored strings and
bracket occurred on "Properties for autotools" pages on Linux
2012-08-24 16:34:15 -04:00
Sergey Prigogin
142b427343 Bug 387985 - Typo in refactoringHideMethod.label in
org.eclipse.cdt.ui/plugin.properties
2012-08-24 10:21:44 -07:00
Vivian Kong
12e6a908fb Bug 387680 - Entries and Providers are not externalized in C++
preferences
2012-08-24 12:21:16 -04:00
Sergey Prigogin
c41f1dc934 Delete the created project as part of test tear down. 2012-08-22 16:59:20 -07:00
Sergey Prigogin
3decf1fe32 Cosmetics. 2012-08-22 16:58:41 -07:00
Sergey Prigogin
2be9f26069 Added synchronization on fTaskQueue to PDOMManager.isIndexerIdle() 2012-08-22 16:58:28 -07:00
Sergey Prigogin
822e2091d2 Pushed INDEXER_TIMEOUT_SEC constant up the test class hierarchy. 2012-08-22 16:58:13 -07:00
Sergey Prigogin
e3e7ee663c Further simplification of PDOMManager.joinIndexer method. 2012-08-22 16:57:21 -07:00
Sergey Prigogin
ffe717ed93 Simpler and more robust implementation of PDOMManager.joinIndexer
method.
2012-08-22 16:57:12 -07:00
Sergey Prigogin
379cc8e8e1 Cosmetics. 2012-08-22 11:53:17 -07:00
Sergey Prigogin
fd7b8220ee Bug 367993 - Error due to CDT not recognizing compiler built-ins like
__is_pod.
2012-08-22 11:44:10 -07:00
Sergey Prigogin
7b3c5d43f3 Cosmetics. 2012-08-22 11:43:23 -07:00
Sergey Prigogin
bc30d29351 Code streamlining. 2012-08-22 11:43:03 -07:00
John Cortell
3912ce84f6 Fix BaseUITestCase.checkTreeNode(); causing intermittent test failures 2012-08-22 11:41:41 -07:00
Vivian Kong
05cae5beb4 Bug 387428 - NPE in RefreshScopeManager 2012-08-21 12:35:30 -04:00
Sergey Prigogin
b5c2b0ce15 Bug 387560. Fix and test case. 2012-08-19 19:17:36 -07:00
Sergey Prigogin
8ffcaab51b Cosmetics. 2012-08-19 19:14:01 -07:00
Thomas Corbat
99590ef089 Bug 380141 - Support for Extended Friend Declarations
Syntactic recognition of extended friend declarations. Approach is to
allow declarations to have no declarator if they are named type
specifiers and have friend as a declaration specifier.

Change-Id: Id49afaadc4fd8b1cd10b398977ca6db252a9e799
2012-08-18 20:12:32 -07:00
Sergey Prigogin
59866cf812 Cosmetics. 2012-08-18 20:11:50 -07:00
John Cortell
e98ee53a9f Bug 387507 - PDOMManager.joinIndexer() can wrongly return false
Change-Id: Iebe3bb8840ea4b27bb2624a0526cf0f0f6ac0669
Reviewed-on: https://git.eclipse.org/r/7281
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-08-18 20:11:02 -07:00
Sergey Prigogin
ae8af8e02f Bug 327300. Parsing support for noexcept operators and noexcept
specifications in function declarators. Adjustments for CDT 8.1.x.
2012-08-17 14:01:33 -07:00
Sergey Prigogin
d89b672a97 Bug 327300. Parsing support for noexcept operators and noexcept
specifications in function declarators.
2012-08-17 12:05:10 -07:00
Sergey Prigogin
d7165d0797 Cosmetics. 2012-08-17 12:04:37 -07:00
Sergey Prigogin
492ad5e111 Cosmetics. 2012-08-17 12:03:29 -07:00
Sergey Prigogin
3d025cec9d Improved error reporting. 2012-08-17 12:02:39 -07:00