summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* add @optional/@required to prto listsiains2010-09-302-0/+20
* In gcc/c-family/:nicola2010-09-302-9/+21
* 2010-09-29 Richard Guenther <rguenther@suse.de>rguenth2010-09-296-31/+48
* 2010-09-29 Yao Qi <yao@codesourcery.com>qiyao2010-09-292-2/+6
* * tree.c (lvalue_kind): Rename from lvalue_p_1, make nonstatic.jason2010-09-284-24/+55
* add parsing for ObjC* method & method parm attributesiains2010-09-282-19/+135
* Hookize TARGET_UNWIND_INFO et al.rth2010-09-283-11/+19
* add ObjC* class, category and protocol attribute parsersiains2010-09-282-10/+65
* Require lvalues as specified by the standard.jason2010-09-2712-274/+329
* Added line in ChangeLog entry that I forgot to commit in the last commitnicola2010-09-271-0/+6
* In gcc/:nicola2010-09-273-2/+25
* * lto-symtab.c (lto_symtab_entry_def): Add guessed field.hubicka2010-09-243-3/+8
* * decl.c (compute_array_index_type): Remember type dependence ofjason2010-09-243-12/+21
* * error.c (dump_expr) [CASE_CONVERT]: Print conversion betweenjason2010-09-242-2/+20
* In gcc/:nicola2010-09-232-2/+18
* * mangle.c (write_expression) [SCOPE_REF]: Only do -fabi-version=1jason2010-09-212-1/+6
* * call.c (compare_ics): Do lvalue/rvalue reference bindingjason2010-09-182-6/+18
* * semantics.c (finish_id_expression): Diagnose use of functionjason2010-09-152-0/+13
* * decl2.c (grokbitfield): Diagnose non-integral width.jason2010-09-152-0/+6
* * call.c (convert_like_real): Use the underlying type of thejason2010-09-152-2/+13
* PR c++/45635jakub2010-09-152-6/+18
* /cppaolo2010-09-152-0/+8
* * semantics.c (finish_for_stmt): Always test flag_new_for_scope.jason2010-09-132-13/+12
* Implement range-based for-statements.jason2010-09-1111-37/+409
* PR c++/43824jason2010-09-104-1/+17
* 2010-09-10 Richard Guenther <rguenther@suse.de>rguenth2010-09-102-8/+10
* PR tree-optimization/45605hubicka2010-09-102-2/+7
* PR c++/45588jakub2010-09-092-0/+7
* * cp-tree.h (build_enumerator): Add new location_t parameter.charlet2010-09-076-10/+40
* Patch PR c++/45200dodji2010-09-063-1/+14
* * c-common.h (do_warn_double_promotion): Declare.mmitchel2010-09-063-10/+39
* testsuite/charlet2010-09-062-0/+17
* * call.c (implicit_conversion): Fix value-init of enums.jason2010-09-062-2/+5
* * decl.c (cp_finish_decl): Don't change init for auto deduction.jason2010-09-062-5/+10
* * pt.c (fold_non_dependent_expr_sfinae): Split out from...jason2010-09-062-16/+38
* * method.c (synthesized_method_walk): In constructors, also checkjason2010-09-062-5/+47
* * semantics.c (finish_compound_literal): Always build ajason2010-09-062-14/+6
* /cppaolo2010-08-302-1/+7
* PR middle-end/45423jakub2010-08-302-0/+32
* PR c++/44991jason2010-08-292-0/+11
* * Makefile.in (gccspec.o, cppspec.o): Update dependencies.jsm282010-08-223-173/+168
* gcc/froydnj2010-08-2015-96/+75
* * call.c (reference_related_p): Check for error_mark_node.jason2010-08-192-4/+13
* PR c++/45315jason2010-08-192-6/+20
* PR c++/45307jason2010-08-192-6/+13
* * except.c (pending_noexcept, pending_noexcept_checks): New.jason2010-08-194-6/+71
* gcc/cp/froydnj2010-08-182-2/+8
* 2010-08-17 Kai Tietz <kai.tietz@onevision.com>ktietz2010-08-172-1/+12
* PR c++/45236jason2010-08-092-5/+15
* * call.c (add_builtin_candidates): Use VECs for local variablefroydnj2010-08-092-24/+35