summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-lex.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-4/+0
* Replace line_map union with C++ class hierarchyDavid Malcolm2015-05-191-3/+3
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-1/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek2014-12-191-39/+63
* cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland2014-11-101-0/+73
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-1/+1
* Merge in wide-int.Kenneth Zadeck2014-05-061-20/+19
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Remove macros that implicitly use input_locationDavid Malcolm2013-11-221-3/+3
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* Implement C++14 digit separators.Edward Smith-Rowland2013-10-311-2/+13
* c-lex.c (interpret_integer): Remove call to cpp_num_sign_extend.Richard Sandiford2013-10-271-2/+0
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* re PR c++/52654 ([C++11] Warn on overflow in user-defined literals)Ed Smith-Rowland2012-11-291-18/+41
* target.def (output_ident): New hook.Steven Bosscher2012-06-191-4/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+1
* PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli2012-05-161-2/+2
* re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez2012-04-221-1/+1
* c-lex.c (c_lex_with_flags): Avoid declarations after stmts.William Bader2012-03-231-2/+4
* build_string commentsJason Merrill2011-10-261-0/+2
* Implement C++11 user-defined literals.Ed Smith-Rowland2011-10-261-6/+57
* Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsDodji Seketeli2011-10-181-2/+2
* Linemap infrastructure for virtual locationsTom Tromey2011-10-171-3/+3
* c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.Richard Guenther2011-05-041-1/+1
* re PR c/47473 (Incorrect computation with complex numbers when using -std=c99)Jakub Jelinek2011-01-261-4/+11
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* In gcc/c-family/: 2010-11-22 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-11-221-6/+23
* godump.c: New file.Ian Lance Taylor2010-11-151-3/+4
* In gcc/c-family/: 2010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-09-301-0/+6
* In gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-09-291-1/+2
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-0/+1058