aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-1/+2
2008-08-31Implement late-specified return type using 'auto'.Jason Merrill1-3/+36
2008-08-30Implement C++0x 'auto' semantics.Jason Merrill1-15/+8
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor1-32/+126
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-12/+10
2008-08-20re PR c++/35158 (g++ does not compile valid C++ for loops with -fopenmp)Manuel López-Ibáñez1-13/+35
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-13/+15
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-8/+8
2008-08-12re PR c++/37087 (Segfault on compiling template defined in wrong namespace.)Paolo Carlini1-4/+10
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-7/+6
2008-08-06re PR c++/36460 (No space between >'s not always handled in C++0x)Douglas Gregor1-4/+9
2008-08-04re PR c++/36999 (Erroneous "declaration 'class ...' does not declare anything...Simon Baldwin1-1/+1
2008-07-24Implement defaulted/deleted functions as per N2346Jason Merrill1-3/+22
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-16/+15
2008-07-21objc-act.c: Fix comment typos.Ralf Wildenhues1-7/+7
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola1-8/+3
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi1-27/+27
2008-07-11re PR c++/31754 (Improve column number accuracy in error messages)Dodji Seketeli1-37/+69
2008-07-11re PR c++/31754 (Improve column number accuracy in error messages)Dodji Seketeli1-242/+444
2008-07-09invoke.texi (Option Summary): Mention new option -Wdisallowed-function-list=...Raksit Ashok1-0/+3
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-86/+221
2008-06-22c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor1-1/+1
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-10/+10
2008-06-15omp-low.c (extract_omp_for_data): Fix comment typo.Ralf Wildenhues1-1/+1
2008-06-14re PR c++/35320 (ICE with invalid friend declaration)Simon Martin1-7/+5
2008-06-08re PR c++/35242 (ICE with invalid specialization of variadic template)Paolo Carlini1-1/+7
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-78/+598
2008-05-11parser.c (cp_parser_omp_clause_reduction): Add missing "expected" in error me...Volker Reichelt1-3/+3
2008-04-29re PR c++/35650 (Can't bind ref-to-function through using-decl. in namespace)Jakub Jelinek1-0/+7
2008-04-28re PR c++/57 ([DR 325] GCC can't parse a non-parenthesized comma in a templat...Jason Merrill1-5/+45
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-14/+58
2008-04-09parser.c (cp_parser_check_type_definition): Print error string directly rathe...Volker Reichelt1-15/+9
2008-04-09parser.c (cp_parser_non_integral_constant_expression): Build error message wi...Volker Reichelt1-11/+16
2008-04-09parser.c (cp_parser_asm_specification_opt): Print CPP_CLOSE_PAREN as `)', not...Volker Reichelt1-175/+176
2008-04-09* parser.c (cp_parser_template_parameter_list): Simplify.Volker Reichelt1-5/+2
2008-04-03c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini1-3/+2
2008-03-30re PR c++/35578 (Error about misplaced 'friend' word is issued on a wrong line)Volker Reichelt1-1/+1
2008-03-27re PR bootstrap/35704 (Bootstrap failure on i686-apple-darwin9 at revision 13...Douglas Gregor1-1/+1
2008-03-27pt.c (tsubst_copy): Cope with tsubst_pack_expansion returning a pack expansio...Douglas Gregor1-18/+30
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-22/+38
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-1/+1
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-1/+1
2008-03-01parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Note that auto is e...Douglas Gregor1-2/+40
2008-02-29parser.c (cp_parser_nonclass_name): New.Manuel López-Ibáñez1-35/+55
2008-02-29toplev.c (input_file_stack, [...]): Remove.Tom Tromey1-5/+1
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-8/+1
2008-02-25re PR c++/33486 (namespace association doesn't handle parallel namespaces)Jason Merrill1-0/+28
2008-02-19re PR c++/35078 (ICE with reference in parallel for loop)Jakub Jelinek1-2/+5
2008-02-13re PR c++/35138 (g++ rejects valid code)Jakub Jelinek1-12/+14
2008-01-29re PR c++/34055 (ICE with invalid specialization of variadic template)Douglas Gregor1-3/+3