aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-lex.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-16Better error recovery for merge-conflict markersDavid Malcolm1-0/+26
2015-11-13Add non-folding variants for convert_to_*.Kai Tietz1-2/+3
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-7/+4
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-3/+3
2015-08-22Fix column location in c_lex_with_flags errorsManuel López-Ibáñez1-3/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-01c-common.h (D_CXX11): Rename from D_CXX0X.Jason Merrill1-1/+1
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-0/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-3/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-39/+63
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland1-0/+73
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-20/+19
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-3/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland1-2/+13
2013-10-27c-lex.c (interpret_integer): Remove call to cpp_num_sign_extend.Richard Sandiford1-2/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-29re PR c++/52654 ([C++11] Warn on overflow in user-defined literals)Ed Smith-Rowland1-18/+41
2012-06-19target.def (output_ident): New hook.Steven Bosscher1-4/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+1
2012-05-16PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli1-2/+2
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-1/+1
2012-03-23c-lex.c (c_lex_with_flags): Avoid declarations after stmts.William Bader1-2/+4
2011-10-26build_string commentsJason Merrill1-0/+2
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-6/+57
2011-10-18Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsDodji Seketeli1-2/+2
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-3/+3
2011-05-04c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.Richard Guenther1-1/+1
2011-01-26re PR c/47473 (Incorrect computation with complex numbers when using -std=c99)Jakub Jelinek1-4/+11
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-22In gcc/c-family/: 2010-11-22 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-6/+23
2010-11-15godump.c: New file.Ian Lance Taylor1-3/+4
2010-09-30In gcc/c-family/: 2010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+6
2010-09-29In gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+2
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-0/+1058