summaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.c (fname_as_string): Update.Tom Tromey2007-09-131-7/+6
* PR c++/29731 (again)Paolo Carlini2007-09-051-2/+4
* system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi2007-09-031-1/+1
* re PR c++/33212 (Broken diagnostic: 'trait_expr' not supported by dump_expr)Paolo Carlini2007-08-311-2/+8
* re PR c++/32870 (Unclear error message when declaring struct in wrong namespace)Paolo Carlini2007-08-171-2/+6
* system.h (CONST_CAST): New.Kaveh R. Ghazi2007-08-101-2/+2
* revert: parser.c (cp_parser_member_declaration): Pedwarn about stray semicolo...Volker Reichelt2007-08-051-5/+1
* re PR c++/30849 (ICE with invalid asm statement)Lee Millward2007-08-021-14/+32
* typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton2007-08-021-6/+5
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-6/+6
* typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor2007-07-271-4/+197
* cselib.c (entry_and_rtx_equal_p): Constify.Kaveh R. Ghazi2007-07-251-6/+6
* re PR c++/30818 (templates and typedefs cause function prototype not to match)Nathan Sidwell2007-07-221-4/+4
* re PR c++/32560 (ICE on invalid declaration in template)Paolo Carlini2007-07-111-0/+3
* re PR c++/32245 (wrong POD type initialization with pointer to member)Mark Mitchell2007-07-061-1/+13
* re PR c++/31743 (ICE with invalid use of new)Dave Brolley2007-07-041-5/+0
* parser.c (cp_parser_elaborated_type_specifier): Added a warning for inner-sty...Simon Baldwin2007-07-021-0/+17
* name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.Ollie Wild2007-07-011-1/+7
* re PR c++/31923 (g++ accepts a storage-class-specifier on a template explicit...Simon Baldwin2007-06-181-8/+25
* re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin2007-06-071-12/+14
* re PR c++/7412 ([DR 106] References to references)Russell Yanofsky2007-05-311-44/+54
* re PR c++/31745 (ICE on invalid use of namespace)Simon Martin2007-05-251-10/+10
* invoke.texi (Warning Options): Document that -Wempty-body also checks for and...Mike Stump2007-05-081-0/+47
* re PR c++/31138 (ICE with ellipsis)Douglas Gregor2007-03-311-18/+51
* re PR c++/26099 (support for type traits is not available)Paolo Carlini2007-03-301-1/+147
* parser.c (struct cp_parser): Update comment for greater_than_is_operator_p.Douglas Gregor2007-03-281-12/+77
* decl.c (redeclaration_error_message): Complain when redeclaring a friend func...Douglas Gregor2007-03-281-0/+7
* parser.c (cp_parser_member_declaration): Pedwarn about stray semicolons after...Dirk Mueller2007-03-271-1/+5
* re PR c++/30863 (Unsigned templatized struct treated as unsigned int)Mark Mitchell2007-03-231-2/+3
* error.c (dump_expr): Handle dependent names that designate types.Gabriel Dos Reis2007-03-231-9/+9
* * cp-tree.def, parser.c, pt.c: Fix comment typos.Kazu Hirata2007-03-171-2/+2
* re PR c++/30891 (poor diagnostic with namespace in the function scope)Manuel López-Ibáñez2007-03-151-0/+15
* re PR c++/30328 (bit-field: unassemblable assembly code)Mark Mitchell2007-03-121-0/+15
* re PR c++/20599 (variadic template support)Douglas Gregor2007-03-101-32/+338
* re PR c++/15787 (Poor error message with if and blocks)Manuel López-Ibáñez2007-03-031-4/+25
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-2/+1
* * parser.c (cp_parser_primary_expression): Reformat overly long lines.Gabriel Dos Reis2007-02-101-2/+4
* Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson2007-02-101-3/+0
* re PR bootstrap/30510 (Gcc failed to bootstrap)Dirk Mueller2007-02-051-1/+6
* class.c, [...]: Follow spelling conventions.Kazu Hirata2007-02-041-3/+3
* parser.c (cp_lexer_get_preprocessor_token): Attach the C++0x keyword warning ...Douglas Gregor2007-02-041-1/+2
* lex.c (D_CPP0X): Rename.Douglas Gregor2007-01-251-0/+14
* Remove accidentally checked in hunk.Mark Mitchell2007-01-111-4/+2
* re PR c++/28999 (ICE on invalid use of typename)Mark Mitchell2007-01-111-2/+4
* re PR c++/29731 (ICE with statement expression as template parameter)Simon Martin2006-12-311-7/+14
* re PR c++/29475 (incomplete template diagnostics.)Simon Martin2006-12-161-86/+124
* re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor2006-12-141-21/+80
* c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for ...Zack Weinberg2006-12-101-23/+0
* re PR c++/29732 (ICE on invalid friend declaration)Mark Mitchell2006-12-081-8/+12
* re PR c++/29980 (ICE using attribute in invalid declaration)Lee Millward2006-12-071-4/+9