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

20819 commits

Author SHA1 Message Date
Sergey Prigogin
6fd6e1836d Bug 299911. Added AST2TemplateTests.testSFINAE. 2012-08-04 18:19:46 -07:00
Sergey Prigogin
0e1f8ce5ad Cosmetics. 2012-08-04 18:13:00 -07:00
Sergey Prigogin
c74cc8a309 Bug 299911. Improved propagation of name lookup context. 2012-08-03 15:35:06 -07:00
Sergey Prigogin
202f1d095e Cosmetics. 2012-08-03 15:22:22 -07:00
Sergey Prigogin
07407b55e8 Bug 299911. Minor fix. 2012-08-01 19:58:48 -07:00
Sergey Prigogin
f63c39ef96 Bug 299911. Removed redundant name lookup. 2012-08-01 19:15:48 -07:00
Sergey Prigogin
c1847dbc15 Bug 299911. Fixed AST2TemplateTests.testDependentExpressions test. 2012-08-01 19:01:51 -07:00
Sergey Prigogin
1a3652ec9b Bug 299911. Added ICPPClassSpecialization.getBases(IASTNode point)
method to avoid loss of instantiation context.
2012-07-31 20:32:36 -07:00
Sergey Prigogin
cb169419a6 Cosmetics. 2012-07-31 20:01:29 -07:00
Sergey Prigogin
85d3fcdd0d Bug 299911. Few fixes and a test that is currently failing due to a NPE. 2012-07-31 18:43:37 -07:00
Sergey Prigogin
5ba0df7c57 Cosmetics. 2012-07-31 18:38:58 -07:00
Sergey Prigogin
403732a175 Bug 299911. Split CPPTemplateArgument class into CPPTemplateTypeArgument
and CPPTemplateNonTypeArgument.
2012-07-28 18:37:31 -07:00
Sergey Prigogin
927f0e7082 Cosmetics. 2012-07-28 16:44:25 -07:00
Sergey Prigogin
8520d6cfdf Bug 299911. Fixed remaining failing tests. 2012-07-26 17:06:30 -07:00
Sergey Prigogin
88eadc8573 Bug 299911. Work in progress. 5 tests are still failing. 2012-07-25 20:50:04 -07:00
Sergey Prigogin
bb949f85d1 Bug 299911. Work in progress. 20 tests are currently failing. 2012-07-24 20:34:45 -07:00
Sergey Prigogin
2ea54ef291 Merge remote-tracking branch 'origin/master' into bug_299911 2012-07-21 16:46:46 -07:00
Pawel Piech
45d2d9400d Bug 385553 - [hover] Expression view hover in editor can show value for
incorrect expression

Change-Id: If149e80bbd8e1fcfa064ad5d5055cd88ea15900b
Reviewed-on: https://git.eclipse.org/r/6876
Reviewed-by: Pawel Piech <pawel.piech@windriver.com>
IP-Clean: Pawel Piech <pawel.piech@windriver.com>
Tested-by: Pawel Piech <pawel.piech@windriver.com>
2012-07-20 14:11:30 -04:00
Andrew Gvozdev
4c0af173c9 bug 357442: avoid adding default drive letter to unresolved paths by language settings providers 2012-07-19 14:50:22 -04:00
Marc Khouzam
a8f38bba36 Update pom.xml
Change-Id: I84294b30fa0863ab0e7b388969308adeb7196dfd
2012-07-19 08:06:38 -04:00
Sergey Prigogin
0d4b048d15 More detailed exception message. 2012-07-18 13:25:01 -07:00
Sergey Prigogin
9aa20f2270 Cosmetics. 2012-07-18 13:24:02 -07:00
Marc Khouzam
df4921b1bc Missing @since tag 2012-07-17 09:23:33 -04:00
Sergey Prigogin
1f13ce6889 Cosmetics. 2012-07-15 15:08:11 -07:00
Sergey Prigogin
12cca1e9b2 Cosmetics. 2012-07-15 14:53:02 -07:00
Sergey Prigogin
45e67ddcf2 Cosmetics. 2012-07-15 14:48:51 -07:00
Sergey Prigogin
31c42c19ee Bug 299911. Implementations of ICPPEvaluation.instantiate methods. 2012-07-14 20:58:14 -07:00
Sergey Prigogin
25b6c95ea8 Cosmetics. 2012-07-13 22:02:40 -07:00
Andrew Gvozdev
e477f03d08 bug 378590: Fixed error message in the log 2012-07-12 18:44:46 -04:00
Vivian Kong
8114a24402 Bug 382426 - [Accessibility] Some UI elements do not provide a label 2012-07-12 15:18:58 -04:00
David Salinas
ff15847cbe bug 375859 - update junit tests 2012-07-12 12:01:24 -04:00
Sergey Prigogin
fa0220a8de Bug 299911. Partial implementation of ICPPEvaluation.instantiate
methods.
2012-07-11 20:44:24 -07:00
Sergey Prigogin
05cbba85c6 Cosmetics 2012-07-11 20:39:50 -07:00
Sergey Prigogin
0603a4dc4d Fixed an infinite loop reported by Joseph Paul Cohen. 2012-07-11 15:01:17 -07:00
Andrew Gvozdev
c6e1d1e6ab bug 378590: [sd90] Sometimes, includes won't appear in project explorer
after project creation
2012-07-11 11:48:24 -04:00
mhussein
b3d33570ed Bug 384819: Initialize selection in tree option editor with current
value

Change-Id: I5df6f9bb2e5789e980bfefc1d303d691f139211b
Reviewed-on: https://git.eclipse.org/r/6715
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2012-07-11 09:22:04 -04:00
Sergey Prigogin
c260ca640d Cosmetics. 2012-07-10 21:16:47 -07:00
Mikhail Khodjaiants
e19147b554 Bug 384780 - No error is reported if a directory is specified as program
path.
2012-07-10 16:20:56 -04:00
Marc Khouzam
9dbd7f7213 Bug 381754: Group-expression support for Expressions view.
JUnit tests.

Change-Id: I5666d09a3abe71ef9c811fb94418c80da5b3a09e
Reviewed-on: https://git.eclipse.org/r/6701
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-07-10 15:52:46 -04:00
Marc Khouzam
0449ae3c41 Bug 381754: Group-expression support for Expressions view.
A group-expression is a comma-separated list of expressions.  Each
expression can also use glob-pattern matching.  Currently, the matching
is only supported for registers and the single '*' expressions which
will show all local variables.

Change-Id: I09f505dcd453d9ce0301bbebb8d4c459316b9224
Reviewed-on: https://git.eclipse.org/r/6549
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-07-10 15:44:14 -04:00
Sergey Prigogin
1c96bfa1b2 Cosmetics. 2012-07-10 12:25:35 -07:00
Mikhail Khodjaiants
5e5d6a0505 Bug 384756 - Projectless debugging: no error is reported if a directory
is specified as the program path

Change-Id: I4800d6851d3d086cc59963bd2bd44e4584a78d0b
Reviewed-on: https://git.eclipse.org/r/6691
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-07-10 14:50:37 -04:00
Andrew Gvozdev
040b82128a bug 380598: MinGW 64bit toolchain not detected. 2012-07-09 23:36:43 -04:00
Sergey Prigogin
ee27356ecf Cosmetics. 2012-07-09 20:12:31 -07:00
Sergey Prigogin
8d580f3b98 Added a missing copyright header. 2012-07-09 20:11:23 -07:00
Sergey Prigogin
9ab42da077 Bug 299911. Signatures for evaluations. 2012-07-09 20:10:16 -07:00
Sergey Prigogin
77e792334f Cosmetics. 2012-07-09 20:09:11 -07:00
Sergey Prigogin
8fac40ce1b Cosmetics. 2012-07-09 20:07:54 -07:00
Andrew Gvozdev
80f343c8b1 bug 384520: New Project Wizard ignores $PATH from preferences, won't
show toolchain (issues with too aggressive caching)
2012-07-09 17:17:18 -04:00
mahmed
b6556bab86 Bug 382119
Create the Find/Replace dialog with the new memory block reference to
fix RejectedExecutionException problem when find after re-launching
project

Change-Id: I1d9b2ec5ace5bbc4d82adb14075f613dbe7c5d57
Reviewed-on: https://git.eclipse.org/r/6323
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-07-09 16:12:45 -04:00