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

12355 commits

Author SHA1 Message Date
Doug Schaefer
4353aad6d5 Remove the eclipse.inf file from core.tests. It conflicts with the
pom driven packing.
2014-05-05 14:31:15 -04:00
Anton Leherbauer
4d6b998597 Bug 434103 - winpty instance might get reused by another PTY 2014-05-05 16:41:07 +02:00
Sergey Prigogin
bea119c534 Bug 414692. Fixed an NPE. 2014-05-03 12:22:07 -07:00
Sergey Prigogin
9d7a23cde5 Bug 414692 - Organize Includes has to honor @headername{<header>} in
doxygen comments
2014-05-02 10:46:19 -07:00
Sergey Prigogin
7e686b6744 Relaxed type constraints. 2014-05-02 10:45:06 -07:00
Sergey Prigogin
355027f0c9 Cosmetics. 2014-05-02 10:43:52 -07:00
Jeff Johnston
6f9b0cd178 Add check in DwarfReader to avoid exception being caught
- In init, don't bother looking for a special note section
  if the note section size isn't greater than 12 bytes

Change-Id: I57d2d7b0229996edcb1b4149c391e91b0472beea
Reviewed-on: https://git.eclipse.org/r/25822
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-04-30 17:34:35 -04:00
Jeff Johnston
12a2ba4b3f Add GNU debug-info support to DwarfReader/Dwarf
- Add support to find separate debug info file using
  the .gnu_debuglink section
- Add support to also find the GNU alt debug info file
  created by the DWZ utility
- Add additional DW_FORMs to support alt data
- Add support to DwarfReader to find the special note section
  containing the build-id and then see if it can find the
  debug-info with that build-id

Change-Id: I0e43ba8af12396cdab4e085ad0c20fdec8c1d83e
Reviewed-on: https://git.eclipse.org/r/24034
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-04-29 15:01:10 -04:00
Sergey Prigogin
8e871b492f Bug 433556 - Unqualified name of the containing template is not resolved 2014-04-25 22:22:05 -07:00
Sergey Prigogin
9ea599ef7b Failing test for bug 433556. 2014-04-25 19:01:15 -07:00
Sergey Prigogin
87539d04dd Added a failing test for inherited constructor template. 2014-04-25 17:04:53 -07:00
Sergey Prigogin
fcccfe3807 Corrected few comments. 2014-04-25 17:03:58 -07:00
Sergey Prigogin
300a9b0807 Cosmetics. 2014-04-25 16:54:31 -07:00
Sergey Prigogin
b96e29ae62 Bug 424068 - [C++11] Inheriting constructors.
Inheriting of template constructors is not supported yet.
2014-04-24 17:00:35 -07:00
Sergey Prigogin
8f2ea4c665 Cosmetics. 2014-04-24 17:00:26 -07:00
Sergey Prigogin
f7f3825ef8 Improved type safety. 2014-04-24 16:59:44 -07:00
Sergey Prigogin
8ce322ad37 Cosmetics. 2014-04-24 16:59:35 -07:00
Sergey Prigogin
7f914e4a6a Fixed a typo. 2014-04-22 17:17:19 -07:00
Sergey Prigogin
861c9a0a29 Fixed an NPE. 2014-04-22 16:12:35 -07:00
Sergey Prigogin
2724fbbe45 Improved reliability of indexer cancellation - a safer version. 2014-04-22 16:07:29 -07:00
Doug Schaefer
185074996d Bug 433222 - Turn on Others category in New Proj Wizard by default.
With this preference off, the new project wizard is a mess. We need
to have categories at the top level, especially as the number of
categories grow. This also fixes an issue with the Autotools which
tried to go into the Others category, but made a bit of a mess and
doesn't really need to be there anyway.

Change-Id: Idc67096756caa77087acabacb18ada41a43202b4
Reviewed-on: https://git.eclipse.org/r/25375
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-04-22 16:49:05 -04:00
Sergey Prigogin
5a5caee142 Improved reliability of indexer cancellation. 2014-04-22 11:43:41 -07:00
Sergey Prigogin
54fd5d6cd0 Cosmetics. 2014-04-22 11:37:13 -07:00
Marc Khouzam
d80202678f Missing export to o.e.cdt.ui
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:08:48 -04:00
Sergey Prigogin
470a007439 Fixed compiler warnings. 2014-04-20 17:47:07 -07:00
Sergey Prigogin
6e96e21cf0 Cosmetics. 2014-04-19 19:10:44 -07:00
Sergey Prigogin
a21efaf92e Code streamlining. 2014-04-19 18:51:05 -07:00
Sergey Prigogin
7aeacfdddc Cosmetics. 2014-04-18 20:37:52 -07:00
Sergey Prigogin
bed21120a4 Code streamlining. 2014-04-18 16:27:13 -07:00
Sergey Prigogin
bbc8a48c8c Cosmetics. 2014-04-18 16:24:45 -07:00
Sergey Prigogin
103f577926 Moved testU8TokenAfterIfdef_429361 to AST2Tests 2014-04-18 12:24:27 -07:00
Sergey Prigogin
ede42e1820 Minor performance optimization. 2014-04-17 10:35:30 -07:00
Sergey Prigogin
63cb636c7a Improved an inefficient algorithm in
LocationMap.getSequenceNumberForFileOffset.
2014-04-16 20:39:54 -07:00
Sergey Prigogin
48fc8d0809 Cosmetics. 2014-04-16 18:37:45 -07:00
Sergey Prigogin
e4b3bce29b Minor performance optimization. 2014-04-16 17:34:29 -07:00
Sergey Prigogin
33a2f3c025 Cosmetics. 2014-04-16 16:45:28 -07:00
Sergey Prigogin
4381cc5da1 Fixed integer overflow in binary search methods. 2014-04-16 12:10:39 -07:00
Nathan Ridge
84289fb454 Bug 399149 - Add missing @since tags
Change-Id: I62a60c55157202ec9ec65a5b8bf090ba72f74d1a
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/25020
Tested-by: Hudson CI
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-15 11:51:07 -04:00
Brad Chiu
84974e6725 Bug 427401 - Failure to Parse addr2line binutil output
Fixed Addr2line.java

Change-Id: I9b42e8925c86e238ce6dc610d9e0617b11981f42
Signed-off-by: Brad Chiu <brad@andestech.com>
Reviewed-on: https://git.eclipse.org/r/24935
Tested-by: Hudson CI
Reviewed-by: Jonathan Williams <jonwilliams@qnx.com>
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-04-15 11:33:46 -04:00
Nathan Ridge
a290bdac7e Bug 399149 - Semantic highlighting for context-sensitive keywords
Change-Id: Ied967abed9291eb2e9548f23bf2fbb41e898aec2
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/24513
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-04-14 12:33:47 -04:00
Nathan Ridge
f699ed76a0 Bug 432703 - 'Open Declaration' in parameter referencing previous
parameter

Change-Id: I3ea07345093c7d3663de70fb534532bbdf0bd191
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/24933
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-04-14 12:33:02 -04:00
Marc Khouzam
e0154961f6 Missing @since tag
Change-Id: Iedd6ba94848cebf7fce26677c4c0d512fd114fdb
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-14 09:44:22 -04:00
Nathan Ridge
d66e5c04bf Bug 429891 - Limit the total number of computation steps in a constexpr
evaluation

Change-Id: I057d94a78e92d26c9ad824b2ea0c6a4ad896e948
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/24925
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-04-13 21:20:31 -04:00
Sergey Prigogin
ec10b77e67 Cosmetics. 2014-04-12 10:50:32 -07:00
Sergey Prigogin
79a2087bfd Revert "Bug 379684 Support for User Defined Literals"
This reverts commit f5942dac81.
2014-04-12 10:49:35 -07:00
Nathan Ridge
aeb5ad721f Bug 432643 - Implement compositing for enum scopes
Change-Id: I0e96f4d831bd1be0325262d1f77fab5dd05ddbe7
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/24898
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-04-12 12:49:26 -04:00
Richard Eames
f5942dac81 Bug 379684 Support for User Defined Literals
This patch adds preliminary support for C++11 user defined litrals:
* Syntax support
* Type deduction in expressions
* Template literal operators
* String literal concatenation

I made quite a few changes in CPPASTLiteralExpression so that it more
closely follows the spec when parsing numbers. And I'd like some
feedback on the changes I made to CPPSemantics with regards to 
template literal operators.

There are also some questions I have marked in comments, which I would
appreciate an answer to.

Change-Id: I242ecb8f5706f516a4c891fea268a668e5e4a694
Signed-off-by: Richard Eames <eclipse@naddiseo.ca>
Reviewed-on: https://git.eclipse.org/r/24367
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-04-12 12:47:34 -04:00
Sergey Prigogin
88d0024075 Bug 432547 - Introduce separate size limits for indexing of source and
header files
2014-04-11 18:53:34 -07:00
Sergey Prigogin
5c7a64d0fb Bug 432651 - Organize Includes removes an include necessary for defining
a method
2014-04-11 16:16:25 -07:00
Sergey Prigogin
41b9049afa PDOMManager has to wait for the indexer job to respond to cancellation. 2014-04-11 16:16:16 -07:00