summaryrefslogtreecommitdiff
path: root/libcpp/lex.c
Commit message (Expand)AuthorAgeFilesLines
* Fix numerous typos in commentsredi2017-04-031-1/+1
* Fix search_line_fast for aarch64/ILP32schwab2017-03-211-1/+1
* Update copyright years.jakub2017-01-011-1/+1
* Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)dmalcolm2016-12-151-19/+21
* Fix for PR preprocessor/78680dmalcolm2016-12-121-0/+7
* [AArch64] Optimized implementation of search_line_fast for the CPP lexerrearnsha2016-11-081-0/+95
* gcc/jakub2016-10-111-11/+92
* * doc/invoke.texi: Document accepting Else, fallthrough.jakub2016-10-081-6/+13
* * doc/invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU commentjakub2016-10-081-8/+90
* * c-lex.c (c_lex_with_flags) <case CPP_COMMENT>: For CPP_COMMENTjakub2016-10-081-18/+18
* libcpp/ChangeLog:kelvin2016-10-051-0/+1
* Implement -Wimplicit-fallthrough.mpolacek2016-09-261-1/+99
* PR c/7652mpolacek2016-08-121-1/+3
* On-demand locations within string-literalsdmalcolm2016-08-051-1/+1
* Change ENABLE_VALGRIND_CHECKING tomarxin2016-05-201-2/+2
* Update copyright years.jakub2016-01-041-1/+1
* Source range tracking in libcpp and C FE, with bit-packing optimizationdmalcolm2015-11-131-0/+13
* * lex.c (search_line_sse42): Correctly advance the pointer to anuros2015-11-031-1/+1
* /libcpppaolo2015-07-021-1/+2
* libcpp:emsr2015-06-301-2/+4
* * lex.c (search_line_sse42) [__GCC_ASM_FLAG_OUTPUTS__]: New mainuros2015-06-301-5/+23
* libcpp/jason2015-05-091-0/+6
* PR preprocessor/61977jakub2015-04-061-2/+5
* PR preprocessor/61977jakub2015-04-021-0/+7
* libcpp/emsr2015-03-171-0/+3
* Fix PR65261trippels2015-03-041-0/+1
* [Patch/libcpp] Change __ARM_NEON__ to __ARM_NEON in lex.cjiwang2015-01-301-1/+1
* Update copyright years.jakub2015-01-051-1/+1
* PR target/63966uros2014-11-201-5/+1
* PR target/63966uros2014-11-201-0/+4
* Preserve original spellings of extended identifiers.jsm282014-11-061-22/+40
* 2014-10-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>wschmidt2014-10-031-11/+104
* PR c/61854mpolacek2014-09-171-5/+32
* * include/cpplib.h (cpp_options): Use signed char.mpolacek2014-08-201-0/+1
* * lex.c (_cpp_lex_direct): Fix a typo.mpolacek2014-08-191-1/+1
* gcc/c-family/mpolacek2014-08-191-1/+1
* PR c/51849mpolacek2014-08-101-1/+11
* 2014-07-10 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2014-07-101-6/+20
* libcpp/emsr2014-07-091-2/+2
* Remove obsolete Solaris 9 supportro2014-04-221-3/+1
* Update copyright years in libcpp/rsandifo2014-01-021-1/+1
* 2013-11-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>wschmidt2013-11-181-0/+9
* gcc/testsuite:jsm282013-11-161-7/+10
* libcpp:emsr2013-10-311-1/+2
* PR preprocessor/57620jakub2013-07-211-73/+118
* PR preprocessor/57824jakub2013-07-101-2/+2
* * c-ppoutput.c (scan_translation_unit): Call account_for_newlinesjakub2013-07-101-1/+1
* PR preprocessor/57757jakub2013-07-101-0/+9
* libcpp:emsr2013-06-291-20/+39
* /libcpppaolo2013-04-241-2/+2