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

20763 commits

Author SHA1 Message Date
Lukas Felber
d9b954e28a Bug 380615 - Assign comments belonging to preprocessor directives to them in NodeCommentMap instead of ignoring them.
minor renames and reformatting.

added additional comment to "CommentRecognition preprocessor directives comment recognition".

Change-Id: Idabbe95ff7dd4e11b173474b708e622252264adb
Reviewed-on: https://git.eclipse.org/r/6119
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-07-02 14:11:50 -04:00
Marc Khouzam
dab97f1d3f Missing @since tags
Change-Id: I4b834fee87ae004164334c9bc0755619f4de532b
2012-06-29 09:36:32 -04:00
Sergey Prigogin
569d7bab40 testFunctionInstanceAsTemplateArg_Bug334472 is no longer failing due to
Markus' changes.
2012-06-28 17:37:35 -07:00
Sergey Prigogin
150fe857a0 Fixed a mismatch between MANIFEST.MF and pom.xml. 2012-06-28 16:10:29 -07:00
Sergey Prigogin
78713515da Fixed a mismatch between feature.xml and pom.xml. 2012-06-28 16:06:11 -07:00
Sergey Prigogin
bce24407d7 Fixed a mismatch between MANIFEST.MF and pom.xml. 2012-06-28 15:52:18 -07:00
Sergey Prigogin
d2c4ed1a3d Fixed a mismatch between MANIFEST.MF and pom.xml. 2012-06-28 15:17:04 -07:00
Sergey Prigogin
6facd9ec4f Fixed a mismatch between feature.xml and pom.xml. 2012-06-28 14:09:11 -07:00
Marc Khouzam
1e6319db0c Up cdt.dsf.gdb version to 4.2 and add missing @since tags.
Change-Id: I0dfe34ca6ca828618b00eed663d525f8f945d01b
2012-06-28 16:21:46 -04:00
Sergey Prigogin
cda8795284 Fixed yet another version mismatch between MANIFEST.MF and pom.xml 2012-06-28 13:07:41 -07:00
Sergey Prigogin
d0bc09b24b Fixed yet another version mismatch between MANIFEST.MF and pom.xml 2012-06-28 12:32:30 -07:00
Sergey Prigogin
8e5df7f423 Fixed yet another version mismatch between MANIFEST.MF and pom.xml 2012-06-28 12:14:02 -07:00
Sergey Prigogin
96ae707b3b Fixed few version mismatches between MANIFEST.MF and pom.xml files 2012-06-28 11:56:27 -07:00
Sergey Prigogin
de74af3fd9 Bumped up feature versions for Kepler. 2012-06-28 11:39:17 -07:00
Sergey Prigogin
d199da7a25 Bumped up feature versions for Kepler. 2012-06-28 11:25:49 -07:00
Sergey Prigogin
3be412111c Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
Sergey Prigogin
962736a429 Bug 383706. Restored accidentally commented out code. 2012-06-27 21:07:15 -07:00
Sergey Prigogin
4e99b5aea4 Bug 383706 - Class member initialization checker produces false
positives on deleted constructors
2012-06-27 18:03:44 -07:00
Sergey Prigogin
f0d78b9761 Cosmetics. 2012-06-27 15:48:41 -07:00
Thomas Corbat
6f95407bd5 Bug 381032 - NameWriter extended for fully qualified names.
Extended the NameWriter for allowing ASTWriter to write fully qualified
names correctly with a leading scope (::).
Added one simple test to verify this functionality.

Cosmetic fix: Formatting adapted to environment and removed superfluous
trailing tabs.

Change-Id: I7eec92666d49a93b47a1906a75169dd42ba41eb1
Reviewed-on: https://git.eclipse.org/r/6170
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-06-26 23:00:09 -04:00
Andrew Gvozdev
c7438e0708 bug 348884: Fixed unit test 2012-06-26 11:50:54 -04:00
Markus Schorn
7ec08c36da Bug 299911: Preserving typedefs in the evaluation. 2012-06-26 09:41:29 +02:00
Markus Schorn
cf08c60eda Bug 299911: Increment plugin and pdom version. 2012-06-26 07:44:40 +02:00
Markus Schorn
ea53c271c9 Bug 299911: Introduce ICPPEvaluation 2012-06-26 07:04:50 +02:00
Markus Schorn
62f0cb04b8 Bug 299911: Introduce ICPPASTInitializerList 2012-06-26 07:04:30 +02:00
Markus Schorn
cec2ec3b6c Bug 299911: Introduce ICPPASTExpression 2012-06-26 07:03:42 +02:00
Doug Schaefer
95601e7475 Updating to Kepler. 2012-06-25 16:50:21 -04:00
Andrew Gvozdev
9de02335d9 bug 382422: [sd90] Add MinGW specs detector 2012-06-24 06:47:46 -04:00
Sergey Prigogin
bac3846b32 Bug 383277 - Invalid auto indentation before and after colon in class
declaration with inheritance
2012-06-22 15:11:35 -07:00
Sergey Prigogin
5eb8410fbd More informative exception. 2012-06-20 15:29:33 -07:00
Marc Khouzam
13ae05e783 Bug 382692: [expressions] "Display as array" index is not displayed
properly with partitions

Change-Id: I335f2e1ce3c517ac3e736f5c7f500750ffb3a9be
Reviewed-on: https://git.eclipse.org/r/6449
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-06-20 14:00:13 -04:00
Andrew Gvozdev
aa4abe428d bug 348884: ConcurrentModificationException in StorableCdtVariables 2012-06-19 17:01:22 -04:00
Veaceslav Bacu
582b358f0f bug 348884: ConcurrentModificationException in StorableCdtVariables 2012-06-19 15:44:23 -04:00
mhussein
5a964614c4 Bug 380132: BuildOptionSettingsUI need to correctly load custom field
editors

Update: removed unused import.

Change-Id: I4e665eda7921f573f340a57807d7a23c110daf88
Reviewed-on: https://git.eclipse.org/r/6047
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2012-06-19 13:01:44 -04:00
Marc Khouzam
1ef180e2ab Bug 381868: JUnit tests for casting expressions
Change-Id: I9e8c9986db8fac2599eb8f28cc60d42010d17a93
Reviewed-on: https://git.eclipse.org/r/6427
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-06-19 12:51:13 -04:00
Marc Khouzam
73dd6c72e5 Bug 381868: Add parenthesis to support casting of arrays
Change-Id: I9172a5521c02a26d7e4732c9bad5a53a6408cb4b
Reviewed-on: https://git.eclipse.org/r/6426
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-06-19 11:43:21 -04:00
Mikhail Khodjaiants
a2962826c3 Bug 382496 - Eclipse hangs on 'Terminate and Remove' in the CDT debugger 2012-06-14 11:19:31 -04:00
Jason
ea9adbf5e0 [Bug 379169] Would like to log Rx/Tx threads from GDBControl
I have added a Debug Tracing class to internal.gdb. and then I'm calling
that class as messages pass out of Eclipse to GDB and then when
responses come back from GDB. This class can be used to add debug
tracing to other classes, but I'm not sure right now what people want to
be able to log. I have amended the two affected classes to include
copyright updates. I have also added the UI components to plugin.xml
In addition, I have altered GdbCommandTimeoutManager to use the new
tracing format so we can trace timeouts in the same way. Includes
JavaDoc on the new file.


Change-Id: Icf2af2aaa99dec010db77faf081eb2b8954b3b2a
Reviewed-on: https://git.eclipse.org/r/5972
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-06-13 15:42:34 -04:00
Marc Khouzam
cd368cbf94 Bug 381868 - CDT debugger 'Display As Array...' does not show elements
of large array. Revert previous fix to simplify.  The bug was actually
in the handling of casting.

Change-Id: Ice96e653d8825567013e1dfda3b3c7e7217ca8d8
Reviewed-on: https://git.eclipse.org/r/6324
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-06-13 15:35:37 -04:00
Marc Khouzam
f55fb58cad Bug 381804: Add test for arguments using quotes.
Change-Id: I36dbc43fb1f98c05ee905a8152a012ff16476475
Reviewed-on: https://git.eclipse.org/r/6344
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-06-13 15:29:17 -04:00
Sergey Prigogin
805136a9e4 Cosmetics. 2012-06-13 11:46:31 -07:00
Sergey Prigogin
b71ab52f0f Corrected copyright year. 2012-06-11 09:57:41 -07:00
Sergey Prigogin
2bc64f56f3 Bug 380498. Fixed few more cases where typedefs were not preserved. 2012-06-09 22:05:39 -07:00
Sergey Prigogin
077c4ed4a1 Cosmetics. 2012-06-09 22:04:44 -07:00
Sergey Prigogin
502215b286 CDT 8.1 - New and Noteworthy. Added the Refactoring section, 'auto'
hover to the Editor section, and a new command to the Indexing section.
2012-06-09 22:01:17 -07:00
Sergey Prigogin
83cc5d019e Fixed a typo. 2012-06-09 21:59:51 -07:00
Sergey Prigogin
2e0ffe0ae5 Bug 381804. Fix proposed by Marc Khouzam. 2012-06-08 11:04:56 -07:00
Mikhail Khodjaiants
876ea78cbf Bug 381868 - CDT debugger 'Display As Array...' does not show elements
of large array

Change-Id: I64e6a9c2f4966555fbe10dd6c0512a26bcf4171a
Reviewed-on: https://git.eclipse.org/r/6295
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-06-08 10:12:31 -04:00
Andrew Gvozdev
c76e7de87a bug 381718: What's New and Noteworthy in CDT 8.1? 2012-06-07 17:24:05 -04:00
Andrew Gvozdev
471a86bfe0 bug 381718: What's New and Noteworthy in CDT 8.1? 2012-06-07 16:46:50 -04:00