summaryrefslogtreecommitdiff
path: root/libcpp/include
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2015-01-055-5/+5
* PR preprocessor/63831jakub2014-12-191-0/+1
* libcpp/ChangeLog:manu2014-12-021-0/+11
* * include/line-map.h: Include EXPR, so that unused variable warningsmarxin2014-11-131-1/+2
* libcpp/ChangeLog:manu2014-11-111-0/+8
* libcpp:emsr2014-11-101-0/+3
* Preserve original spellings of extended identifiers.jsm282014-11-062-2/+16
* libcpp/ChangeLog:manu2014-10-141-4/+5
* PR c/61405mpolacek2014-09-241-0/+3
* gcc/ChangeLog:manu2014-09-091-2/+2
* gcc/ChangeLog:manu2014-09-041-1/+3
* libcpp/emsr2014-08-231-1/+1
* * include/cpplib.h (cpp_options): Use signed char.mpolacek2014-08-201-1/+1
* gcc/c-family/mpolacek2014-08-191-1/+1
* PR c/51849mpolacek2014-08-101-0/+3
* Support location tracking for built-in macro tokensdodji2014-07-161-2/+10
* 2014-05-26 Richard Biener <rguenther@suse.de>rguenth2014-05-261-16/+2
* 2014-05-20 Richard Biener <rguenther@suse.de>rguenth2014-05-201-1/+18
* PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsdodji2014-01-231-0/+8
* Update copyright years in libcpp/rsandifo2014-01-025-5/+5
* gcc/testsuite:jsm282013-11-161-0/+4
* 2013-11-05 Tobias Burnus <burnus@net-b.de>burnus2013-11-051-1/+5
* libcpp:emsr2013-10-311-0/+3
* * c-ppoutput.c (scan_translation_unit): Call account_for_newlinesjakub2013-07-101-1/+1
* N3472 binary constantsjakub2013-04-281-1/+4
* /libcpppaolo2013-04-241-1/+2
* Update copyright years in libcpp.rsandifo2013-01-145-10/+5
* * include/cpplib.h (struct cpp_options): Add canonical_system_headers.simonb2012-11-161-0/+3
* Implement a flag -fext-numeric-literals that allows control of whether GNUemsr2012-11-101-2/+8
* gcc:jsm282012-10-231-1/+2
* gcc:dehao2012-09-251-6/+8
* Integrate lexical block into source_location.dehao2012-09-191-1/+41
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-10/+10
* gcc:lauras2012-07-301-1/+1
* * directives.c: Fix typos.jsm282012-05-291-3/+3
* PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensdodji2012-05-161-1/+1
* Strip "<built-in>" loc from displayed expansion contextdodji2012-04-301-1/+19
* Add new option, -Wliteral-suffix.aaw2012-04-271-1/+6
* 2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2012-04-261-1/+1
* gcc:jsm282011-12-201-2/+2
* * include/line-map.h (linemap_dump): Declare.dnovillo2011-11-221-0/+10
* PR c++/50920jason2011-10-311-1/+1
* Implement C++11 user-defined literals.jason2011-10-261-2/+40
* Support expansion of reserved locations wrapped in virtual locationsdodji2011-10-251-12/+9
* Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsdodji2011-10-181-11/+11
* Reduce memory waste due to non-power-of-2 allocsdodji2011-10-171-0/+8
* Add line map statistics to -fmem-report outputdodji2011-10-171-0/+21
* Support -fdebug-cpp optiondodji2011-10-172-0/+8
* Generate virtual locations for tokensdodji2011-10-172-1/+9
* Linemap infrastructure for virtual locationsdodji2011-10-171-39/+546