summaryrefslogtreecommitdiff
path: root/libcpp
Commit message (Expand)AuthorAgeFilesLines
* PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli2012-05-163-75/+124
* expr.c (interpret_float_suffix): Add a guard.Tristan Gingold2012-05-102-6/+11
* Properly initialize cpp_context in destringize_and_runDodji Seketeli2012-05-023-4/+14
* * libcpp/ChangeLog: Fix PR number.Manuel López-Ibáñez2012-04-301-1/+1
* re PR c++/52974 (Canonicalize include paths in diagnostics)Manuel López-Ibáñez2012-04-302-1/+41
* Switch -ftrack-macro-expansion=2 on by default.Dodji Seketeli2012-04-302-0/+10
* Strip "<built-in>" loc from displayed expansion contextDodji Seketeli2012-04-303-1/+75
* Fix expansion point loc for macro-like tokensDodji Seketeli2012-04-302-8/+56
* Fix token pasting with -ftrack-macro-expansionDodji Seketeli2012-04-302-1/+32
* Fix cpp_sys_macro_p with -ftrack-macro-expansionDodji Seketeli2012-04-302-1/+11
* Don't use C++ style comments in libcppDodji Seketeli2012-04-292-2/+8
* Add new option, -Wliteral-suffix.Ollie Wild2012-04-274-7/+56
* tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix comment.Manuel López-Ibáñez2012-04-263-9/+19
* * vi.po: Update.Joseph Myers2012-04-242-32/+37
* * ja.po: Update.Joseph Myers2012-03-272-7/+10
* * lex.c (search_line_fast): Provide Neon-optimized version for ARM.Richard Earnshaw2012-03-222-0/+67
* * cpplib.pot: Regenerate.Joseph Myers2012-03-182-28/+32
* Remove obsolete Solaris 8 supportRainer Orth2012-03-142-2/+5
* Add ports for TILE-Gx and TILEPro.Walter Lee2012-02-143-2/+9
* * uk.po: Update.Joseph Myers2012-01-312-82/+57
* * es.po: Update.Joseph Myers2012-01-312-138/+140
* be.po, [...]: Update.Joseph Myers2012-01-3019-2536/+2638
* gcc.pot: Regenerate.Joseph Myers2012-01-272-148/+156
* macro.c (_cpp_builtin_macro_text): Remove unused variable map.Richard Guenther2012-01-092-2/+4
* re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...Gary Funck2012-01-094-8/+24
* system.h: Prior to #define, #undef fopen and freopen unconditionally.Olivier Hainque2012-01-032-0/+12
* gcc:Joseph Myers2011-12-203-7/+15
* warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in expr call.Andreas Schwab2011-12-202-3/+7
* Check for warning flags without no- prefixAndreas Schwab2011-12-192-15/+39
* re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)Jakub Jelinek2011-12-074-1/+25
* Add 'inline' to prototype of tokens_buff_remove_last_tokenDodji Seketeli2011-12-052-8/+14
* line-map.h (linemap_dump): Declare.Diego Novillo2011-11-223-0/+107
* re PR c++/50958 ([C++0x] raw literal operator provides incorrect string for i...Ed Smith-Rowland2011-11-212-2/+7
* re PR bootstrap/50857 (The compiler is built with exceptions and RTTI enabled)Michael Matz2011-11-034-1/+57
* internal.h (uxstrdup, ustrchr): Return const unsigned char *.Paolo Carlini2011-11-022-6/+10
* re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Jason Merrill2011-11-023-2/+7
* re PR libstdc++/1773 (__cplusplus defined to 1, should be 199711L)Jason Merrill2011-10-312-1/+10
* re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill2011-10-313-5/+11
* Implement C++11 user-defined literals.Ed Smith-Rowland2011-10-265-28/+270
* Fix lookup of macro mapsDodji Seketeli2011-10-252-3/+7
* Support expansion of reserved locations wrapped in virtual locationsDodji Seketeli2011-10-253-55/+93
* Fix cpp_peek_token behaviour (PR bootstrap/50778)Dodji Seketeli2011-10-223-10/+18
* Fix thinko in _cpp_remaining_tokens_num_in_contextDodji Seketeli2011-10-202-4/+8
* Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsDodji Seketeli2011-10-184-12/+24
* Fix bootstrapping with --disable-checkingDodji Seketeli2011-10-172-6/+10
* Reduce memory waste due to non-power-of-2 allocsTom Tromey2011-10-173-6/+49
* Add line map statistics to -fmem-report outputTom Tromey2011-10-174-4/+121
* Support -fdebug-cpp optionTom Tromey2011-10-174-0/+53
* Generate virtual locations for tokensTom Tromey2011-10-1710-149/+1376
* Linemap infrastructure for virtual locationsTom Tromey2011-10-178-141/+1634