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

2483 commits

Author SHA1 Message Date
Markus Schorn
f05e59801e Bug 351609: Adjust parameter types in instantiated function type. 2011-07-20 14:03:23 +02:00
Markus Schorn
13bb1c1037 Bug 351547: Resolution of delete expressions. 2011-07-20 12:09:48 +02:00
Jens Elmenthaler
9bf683c83a Bug 352350 - Outline view corrupts expansion state of namespace nodes 2011-07-20 10:41:59 +02:00
Doug Schaefer
120d96abea Set up 8.0 branch for Maven. 2011-07-11 03:08:52 -04:00
Markus Schorn
878fe8fb77 Bug 351228: Attributes at end of using directive. 2011-07-06 08:22:01 +02:00
Markus Schorn
a938fee083 Bug 351009: Content assist for member-initializer outside of class body. 2011-07-05 13:39:23 +02:00
Markus Schorn
4d758c0fc9 Bug 350345: Typedef as class name for ctor with overloaded function pointer argument. 2011-07-04 10:48:01 +02:00
Markus Schorn
be01bfb2ce Bug 347462: Detection of implicitly called copy ctor. 2011-07-04 10:43:59 +02:00
Markus Schorn
4933b90d3e Bug 328528: Read/write flags in initializers. 2011-07-01 10:54:34 +02:00
Anton Leherbauer
f78557d33e Bug 348569 - Ever growing resource tree with cyclic symbolic links 2011-06-30 10:01:54 +02:00
Andrew Gvozdev
651418210c isSymbolicLinkSupported() extracted 2011-06-02 20:05:26 +00:00
Andrew Gvozdev
a05ee48bd1 isSymbolicLinkSupported() extracted 2011-06-02 19:52:39 +00:00
Andrew Gvozdev
ea4dbfe7f9 extracted createSymbolicLink(IPath linkPath, IPath realPath) 2011-06-01 05:05:54 +00:00
Andrew Gvozdev
91dba9031a bug 347534: CWD Locator misinforms ErrorParserManager in case of parallel builds done with -j option 2011-05-28 05:17:34 +00:00
Sergey Prigogin
8a2d3674f6 Bug 319632 - Name resolution gets thrown off by a namespace in an unrelated file. 2011-05-24 02:28:56 +00:00
Chris Recoskie
6a8b930ea6 Bug 133881 - Make refreshing after building optional
- changed scheduling rule to be null so that the platform handles the locking on individual resources
- fixed it so only the given project's settings are serialized in its project description
- fixed it so projects/folders/files can be refreshed even if they were removed from the resource tree but not the filesystem
- optimized resource delta processing
2011-05-16 18:18:34 +00:00
Anton Leherbauer
db1a6be8f8 Small performance enhancement, related to 343538 2011-05-13 07:08:43 +00:00
Anton Leherbauer
c3d3296b60 Bug 343538 - Index not updated when complete folder deleted 2011-05-12 13:41:58 +00:00
Chris Recoskie
af28c6569c Bug 133881 - Make refreshing after building optional
- changed scheduling rules for refreshes to be the set of resources to be refreshed for a given project
2011-05-10 18:55:15 +00:00
Chris Recoskie
b609ec68ba Bug 133881 - Make refreshing after building optional
- serialize/deserialize to/from C project description
- fix stack overflow issue on load
- move ResourceExclusion and friends to internal packages
2011-05-10 16:53:37 +00:00
Markus Schorn
557c7ee6d6 Bug 344310: Address of overloaded method for instantiation. 2011-05-02 13:38:51 +00:00
Markus Schorn
63eebc5290 Bug 173458: Make camel-case content assist a UI preference, by Jens Elmenthaler. 2011-05-02 09:24:05 +00:00
Chris Recoskie
1ab1affd17 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-29 18:02:57 +00:00
Chris Recoskie
1c43fad405 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-28 20:02:33 +00:00
Chris Recoskie
4e4660f725 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-28 15:09:20 +00:00
Chris Recoskie
1cbc7db6e6 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-28 01:50:44 +00:00
Sergey Prigogin
33c6076178 Added missing copyright header. 2011-04-22 21:34:59 +00:00
Sergey Prigogin
ab86cbc5ae Fixed compilation breakage. 2011-04-22 21:32:03 +00:00
Chris Recoskie
ff9885b6e4 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-21 19:15:20 +00:00
Chris Recoskie
4cb96045d3 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-15 20:17:54 +00:00
Markus Schorn
b0574975ec Bug 342683: Support for built-in type-traits. 2011-04-15 14:16:54 +00:00
Chris Recoskie
78cb17e708 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-14 18:21:53 +00:00
Markus Schorn
925d2e441e Bug 342683: Simplify GCCBuiltinSymbolProvider. 2011-04-14 13:45:43 +00:00
Markus Schorn
006a176b00 Bug 342443: Update existing testcase. 2011-04-12 13:22:45 +00:00
Markus Schorn
c9e1a95b39 Bug 342443: A using declaration is not a definition. 2011-04-12 13:02:26 +00:00
Markus Schorn
9a2e97825b Bug 341747: Ambiguity between template-id and binary expression. 2011-04-11 12:40:25 +00:00
Markus Schorn
49b5fc416b Testcase and fix for a parameter name resolution problem. 2011-03-31 15:07:05 +00:00
Markus Schorn
a3be88af27 Bug 341008: Open element for enumerators nested in classes. 2011-03-30 16:49:04 +00:00
Markus Schorn
ccf2de4e53 Bug 339475: Using explicit instance vs. partial specialization. 2011-03-28 15:39:40 +00:00
Markus Schorn
33f54a1614 Bug 340664: NPE in content assist. 2011-03-28 13:43:52 +00:00
Markus Schorn
45d8d40d08 Bug 339977: void f(void) in template argument deduction. 2011-03-28 09:38:57 +00:00
Sergey Prigogin
e5b9283973 Use CPPVisitor.getQualifiedName instead of IIndexBinding.getQualifiedName. 2011-03-09 18:32:32 +00:00
Emanuel Graf
953c613eb9 Bug 333939: When a statement is replaced or removed using the ASTRewrite class any comment attached to the statement is lost
https://bugs.eclipse.org/bugs/show_bug.cgi?id=333939
2011-03-09 07:46:05 +00:00
Anton Leherbauer
1c91522f2d Bug 203240 - Permission of .cproject file seems not to be considered anywhere on writing data 2011-03-08 13:31:45 +00:00
Emanuel Graf
654e12094a Bug 337937: CopyLocation for copied AST-Node
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337937
2011-03-07 07:26:26 +00:00
Sergey Prigogin
2177e1988b Cosmetics. 2011-03-06 21:22:28 +00:00
Sergey Prigogin
28a2179584 Removed uses of a deprecated class. 2011-03-06 21:21:28 +00:00
Sergey Prigogin
6bba9dff30 Removed uses of a deprecated class. 2011-03-06 21:19:31 +00:00
Sergey Prigogin
d7b4ba9d15 Removed uses of a deprecated class. 2011-03-06 21:10:52 +00:00
Markus Schorn
f6d62a31e8 Bug 332883: Range based for loop with non-array type. 2011-03-02 14:52:44 +00:00