summaryrefslogtreecommitdiff
path: root/gcc/cp/parser.h
Commit message (Expand)AuthorAgeFilesLines
* [C++ PATCH] more TU parsing refactoringNathan Sidwell2018-10-121-4/+0
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek2017-12-011-6/+1
* Remove Cilk Plus support.Julia Koval2017-11-281-2/+0
* C++: show location of unclosed extern "C" specificationsDavid Malcolm2017-10-131-0/+4
* PR c++/78948 - instantiation from discarded statementJason Merrill2017-01-081-4/+0
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Implement C++17 constexpr if.Jason Merrill2016-08-101-0/+4
* C/C++: Simplify handling of location information for OpenACC routine directivesThomas Schwinge2016-08-041-9/+12
* C++ FE: handle misspelled identifiers and typenamesDavid Malcolm2016-07-201-0/+1
* re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Jakub Jelinek2016-01-151-2/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Fix decltype-call1.C with -std=c++1z.Jason Merrill2015-12-061-2/+4
* parser.h (struct cp_omp_declare_simd_data): Add clauses member.Cesar Philippidis2015-11-191-2/+3
* re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Dominique d'Humieres2015-11-111-1/+1
* omp-low.h (replace_oacc_fn_attrib, [...]): Declare.Nathan Sidwell2015-11-101-0/+3
* remove more useless typedefsTrevor Saunders2015-08-191-19/+17
* Add C++ Concepts TS support.Andrew Sutton2015-08-071-0/+9
* typoJason Merrill2015-07-101-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill2014-04-291-1/+5
* parser.h (struct cp_token): Rename ambiguous_p to error_reported.Jason Merrill2014-04-111-4/+4
* Added support for Cilk Plus SIMD-enabled functions for C++.Balaji V. Iyer2014-01-231-0/+7
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer2013-12-111-0/+1
* Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez2013-11-151-0/+1
* Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher2013-11-121-0/+19
* target.c: New file.Jakub Jelinek2013-10-111-0/+18
* Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher2013-09-161-0/+6
* Revert r202554, r202540 and r202539.Adam Butcher2013-09-131-6/+0
* Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher2013-09-121-0/+6
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+7
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-21/+8
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+4
* parser.c: Remove ENABLE_CHECKING markers around debugging routines.Diego Novillo2011-10-181-3/+1
* Handle deferred parsing of NSDMIs.Jason Merrill2011-09-241-0/+4
* PR c++/6709 (DR 743)Jason Merrill2011-07-201-19/+0
* Make-lang.in (CXX_PARSER_H): New.Diego Novillo2011-03-161-0/+375