index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcpp
/
macro.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-21
[PATCH 2/9] ENABLE_CHECKING refactoring: libcpp
Mikhail Maltsev
1
-23
/
+15
2015-06-30
Implement N4197 - Adding u8 character literals
Edward Smith-Rowland
1
-1
/
+1
2015-05-19
Replace line_map union with C++ class hierarchy
David Malcolm
1
-8
/
+10
2015-02-03
PR preprocessor/64803 - __LINE__ inside macro is not constant
Dodji Seketeli
1
-3
/
+28
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-19
re PR preprocessor/63831 (r217292 causes segfaults with -MM)
Jakub Jelinek
1
-0
/
+4
2014-11-06
Preserve original spellings of extended identifiers.
Joseph Myers
1
-20
/
+39
2014-09-04
options.texi: Document that Var and Init are required if CPP is given.
Manuel López-Ibáñez
1
-24
/
+21
2014-08-29
macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...
Manuel López-Ibáñez
1
-13
/
+12
2014-08-19
c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...
Marek Polacek
1
-3
/
+3
2014-08-10
re PR c/51849 (-Wc99-compat would be considered useful)
Marek Polacek
1
-0
/
+14
2014-07-27
re PR c/61861 (Incorrect column number for -Wdiscarded-qualifiers)
Marek Polacek
1
-4
/
+7
2014-07-16
Support location tracking for built-in macro tokens
Dodji Seketeli
1
-1
/
+22
2014-07-10
re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for...
Edward Smith-Rowland
1
-21
/
+56
2014-06-05
re PR c++/61038 (g++ -E is unusable with UDL strings)
Edward Smith-Rowland
1
-4
/
+3
2014-05-21
re PR c++/61038 (g++ -E is unusable with UDL strings)
Edward Smith-Rowland
1
-0
/
+3
2014-02-19
re PR preprocessor/58844 (ICE with invalid use of ##)
Jakub Jelinek
1
-14
/
+11
2014-01-02
Update copyright years in libcpp/
Richard Sandiford
1
-1
/
+1
2013-11-06
macro.c (_cpp_builtin_macro_text): Correct wording of two warnings.
Tobias Burnus
1
-4
/
+4
2013-11-05
c.opt (-Wdate-time): New option
Tobias Burnus
1
-0
/
+7
2013-01-14
Update copyright years in libcpp.
Richard Sandiford
1
-3
/
+1
2012-05-29
directives.c: Fix typos.
Joseph Myers
1
-7
/
+7
2012-05-29
PR preprocessor/53229 - Fix diagnostics location when pasting tokens
Dodji Seketeli
1
-18
/
+57
2012-05-02
Properly initialize cpp_context in destringize_and_run
Dodji Seketeli
1
-0
/
+4
2012-04-30
Fix expansion point loc for macro-like tokens
Dodji Seketeli
1
-8
/
+48
2012-04-30
Fix token pasting with -ftrack-macro-expansion
Dodji Seketeli
1
-1
/
+27
2012-04-30
Fix cpp_sys_macro_p with -ftrack-macro-expansion
Dodji Seketeli
1
-1
/
+6
2012-01-09
macro.c (_cpp_builtin_macro_text): Remove unused variable map.
Richard Guenther
1
-2
/
+0
2012-01-09
re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...
Gary Funck
1
-5
/
+4
2011-12-05
Add 'inline' to prototype of tokens_buff_remove_last_token
Dodji Seketeli
1
-8
/
+8
2011-10-18
Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets
Dodji Seketeli
1
-0
/
+4
2011-10-17
Add line map statistics to -fmem-report output
Tom Tromey
1
-4
/
+25
2011-10-17
Generate virtual locations for tokens
Tom Tromey
1
-131
/
+1195
2011-10-17
Linemap infrastructure for virtual locations
Tom Tromey
1
-12
/
+16
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-2
/
+1
2010-09-29
optc-gen.awk: Generate global_options initializer instead of individual varia...
Joseph Myers
1
-3
/
+3
2010-06-11
cpplib.h (struct cpp_callbacks): Add user_builtin_macro callback.
Jakub Jelinek
1
-9
/
+22
2010-04-07
diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...
Simon Baldwin
1
-11
/
+16
2009-11-20
macro.c (enter_macro_context): Call cb.used callback if defined.
Arnaud Charlet
1
-0
/
+3
2009-10-19
charset.c (cpp_init_iconv): Initialize utf8_cset_desc.
Jakub Jelinek
1
-1
/
+2
2009-09-02
macro.c (stringify_arg): Escape CPP_WCHAR tokens.
Ian Lance Taylor
1
-1
/
+1
2009-05-10
c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.
Joseph Myers
1
-13
/
+13
2009-04-19
re PR preprocessor/20078 (Gcc doesn't complain about non-benign macro definit...
Joseph Myers
1
-8
/
+65
2009-04-12
re PR preprocessor/31869 (stringifying empty macros)
Joseph Myers
1
-1
/
+3
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
1
-3
/
+3
2009-03-30
re PR target/39558 (Bad interaction of decls named 'vector' and -maltivec vec...
Jakub Jelinek
1
-4
/
+30
2009-03-29
re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...
Joseph Myers
1
-5
/
+7
2008-09-18
cpplib.h (struct cpp_options): Add new boolean flag warn_builtin_macro_redefi...
Simon Baldwin
1
-0
/
+4
2008-07-21
line-map.h (linenum_type): New typedef.
Manuel López-Ibáñez
1
-6
/
+5
2008-07-14
cpplib.h (NODE_CONDITIONAL): New.
Ben Elliston
1
-18
/
+37
[next]