aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-10Implement C++17 constexpr if.Jason Merrill1-0/+4
2016-08-04C/C++: Simplify handling of location information for OpenACC routine directivesThomas Schwinge1-9/+12
2016-07-20C++ FE: handle misspelled identifiers and typenamesDavid Malcolm1-0/+1
2016-01-15re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Jakub Jelinek1-2/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-06Fix decltype-call1.C with -std=c++1z.Jason Merrill1-2/+4
2015-11-19parser.h (struct cp_omp_declare_simd_data): Add clauses member.Cesar Philippidis1-2/+3
2015-11-11re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Dominique d'Humieres1-1/+1
2015-11-10omp-low.h (replace_oacc_fn_attrib, [...]): Declare.Nathan Sidwell1-0/+3
2015-08-19remove more useless typedefsTrevor Saunders1-19/+17
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+9
2015-07-10typoJason Merrill1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-04-29DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill1-1/+5
2014-04-11parser.h (struct cp_token): Rename ambiguous_p to error_reported.Jason Merrill1-4/+4
2014-01-23Added support for Cilk Plus SIMD-enabled functions for C++.Balaji V. Iyer1-0/+7
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-0/+1
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-0/+1
2013-11-12Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher1-0/+19
2013-10-11target.c: New file.Jakub Jelinek1-0/+18
2013-09-16Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher1-0/+6
2013-09-13Revert r202554, r202540 and r202539.Adam Butcher1-6/+0
2013-09-12Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher1-0/+6
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-21/+8
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+4
2011-10-18parser.c: Remove ENABLE_CHECKING markers around debugging routines.Diego Novillo1-3/+1
2011-09-24Handle deferred parsing of NSDMIs.Jason Merrill1-0/+4
2011-07-20PR c++/6709 (DR 743)Jason Merrill1-19/+0
2011-03-16Make-lang.in (CXX_PARSER_H): New.Diego Novillo1-0/+375