This is the mail archive of the
archer-commits@sourceware.org
mailing list for the Archer project.
[SCM] Repository for Project Archer. branch, archer-swagiaal-adl, updated. reverse-20080717-branchpoint-1722-gd800346
- From: swagiaal at sourceware dot org
- To: archer-commits at sourceware dot org
- Date: 28 Oct 2009 14:54:30 -0000
- Subject: [SCM] Repository for Project Archer. branch, archer-swagiaal-adl, updated. reverse-20080717-branchpoint-1722-gd800346
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Repository for Project Archer.".
The branch, archer-swagiaal-adl has been updated
via d800346ba6868c28825c7c0383b28e356a014940 (commit)
via ba5411dab3132110dd86d5b48e89290da630e554 (commit)
via b9bb6f35d6d5f920a12d1deb299bf2e1a2cb9528 (commit)
via 562685ac5bd122382828111bc5266491dd735cc5 (commit)
via f00828d51bfcf9752eaf52cd4503f276f4a647fd (commit)
from 759518daa029fd492d2a4bfac65bda5de6ce7a7a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d800346ba6868c28825c7c0383b28e356a014940
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date: Wed Oct 28 10:51:42 2009 -0400
Formatting
commit ba5411dab3132110dd86d5b48e89290da630e554
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date: Wed Oct 14 15:14:37 2009 -0400
Formating fixes
commit b9bb6f35d6d5f920a12d1deb299bf2e1a2cb9528
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date: Wed Oct 14 11:36:51 2009 -0400
More adl support.
2009-10-14 Sami Wagiaalla <swagiaal@redhat.com>
* cp-support.c (make_symbol_overload_list_namespace): New function.
(make_symbol_overload_list_adl_namespace): New function.
(make_symbol_overload_list_using): Moved namespace checking code to
make_symbol_overload_list_namespace.
(make_symbol_overload_list_adl): New function.
* parse.c (operator_length_standard): Added length information for
OP_ADL_FUNC.
* expression.h: Added OP_ADL_FUNC.
* c-exp.y: Created token UNKOWN_NAME.
Created grammer rules for UNKOWN_NAME, and adl_function.
* eval.c (evaluate_subexp_standard): Added handling for for OP_ADL_FUNC.
commit 562685ac5bd122382828111bc5266491dd735cc5
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date: Thu Oct 8 11:39:46 2009 -0400
Added support for ADL function lookup. Patch 4.
+2009-10-08 Sami Wagiaalla <swagiaal@redhat.com>
+
+ * cp-support.c (make_symbol_overload_list_namespace): New function.
+ (make_symbol_overload_list_using): Moved namespace checking code to
+ make_symbol_overload_list_namespace.
+ (make_symbol_overload_list_adl): New function.
+ * parse.c (operator_length_standard): Added length information for
+ OP_ADL_FUNC.
+ * expression.h: Added OP_ADL_FUNC.
+ * c-exp.y: Created token UNKOWN_NAME.
+ Created grammer rules for UNKOWN_NAME, and adl_function.
+ * eval.c (evaluate_subexp_standard): Added handling for for OP_ADL_FUNC.
+
commit f00828d51bfcf9752eaf52cd4503f276f4a647fd
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date: Tue Mar 17 14:35:55 2009 -0400
Added test cases for koenig lookup support.
+2009-03-17 Sami Wagiaalla <swagiaal@redhat.com>
+
+ * gdb.cp/namespace-koenig.exp: New test.
+ * gdb.cp/namespace-koenig.cc: New test file.
+
-----------------------------------------------------------------------
Summary of changes:
gdb/c-exp.y | 32 ++++++-
gdb/cp-support.c | 92 +++++++++++++++---
gdb/cp-support.h | 4 +
gdb/eval.c | 38 ++++++++
gdb/expprint.c | 2 +
gdb/expression.h | 4 +
gdb/parse.c | 7 ++
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/gdb.cp/namespace-koenig.cc | 145 +++++++++++++++++++++++++++++
gdb/testsuite/gdb.cp/namespace-koenig.exp | 87 +++++++++++++++++
gdb/valops.c | 36 ++++++--
11 files changed, 428 insertions(+), 24 deletions(-)
create mode 100644 gdb/testsuite/gdb.cp/namespace-koenig.cc
create mode 100644 gdb/testsuite/gdb.cp/namespace-koenig.exp
hooks/post-receive
--
Repository for Project Archer.