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/existing-fp8
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
/
gcc
/
analyzer
/
region-model.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-20
analyzer: simplify dumps using tree_dump_pretty_printer [PR116613]
David Malcolm
1
-15
/
+3
2024-09-09
diagnostics: rename dc.printer to m_printer [PR116613]
David Malcolm
1
-3
/
+3
2024-06-18
analyzer: Fix g++ 4.8 bootstrap without using std::move to return std::unique...
Jonathan Wakely
1
-4
/
+4
2024-06-12
pretty_printer: make all fields private
David Malcolm
1
-3
/
+3
2024-06-08
analyzer: Restore g++ 4.8 bootstrap; use std::move to return std::unique_ptr.
Roger Sayle
1
-2
/
+2
2024-06-07
analyzer: add logging to get_representative_path_var
David Malcolm
1
-25
/
+84
2024-06-07
analyzer: eliminate cast_region::m_original_region
David Malcolm
1
-1
/
+1
2024-06-07
analyzer: new warning: -Wanalyzer-undefined-behavior-ptrdiff (PR analyzer/105...
David Malcolm
1
-0
/
+141
2024-06-01
analyzer: detect -Wanalyzer-allocation-size at call stmts [PR106203]
David Malcolm
1
-5
/
+79
2024-05-30
Add new text_art::tree_widget and use it in analyzer
David Malcolm
1
-0
/
+78
2024-05-28
selftests: split out make_fndecl from selftest.h to its own header
David Malcolm
1
-0
/
+1
2024-04-12
analyzer: Bail out on function pointer for -Wanalyzer-allocation-size
Stefan Schulze Frielinghaus
1
-0
/
+4
2024-04-09
Fix up duplicated words mostly in comments, part 2
Jakub Jelinek
1
-1
/
+1
2024-04-02
analyzer: prevent ICEs with null types
David Malcolm
1
-1
/
+2
2024-03-21
analyzer: fix ignored constraints involving casts [PR113619]
David Malcolm
1
-7
/
+17
2024-03-20
Use integer_{zero,one}_node some more
Jakub Jelinek
1
-14
/
+14
2024-03-19
analyzer: fix ICE due to corrupt MEM_REFs [PR113505]
Jakub Jelinek
1
-6
/
+10
2024-03-18
analyzer: fix ICEs due to sloppy types in bounds-checking [PR110902,PR110928,...
David Malcolm
1
-1
/
+22
2024-02-29
analyzer: fix ICE in call summarization [PR114159]
David Malcolm
1
-20
/
+22
2024-02-20
analyzer: handle array-initialization from a string_cst [PR113999]
David Malcolm
1
-1
/
+16
2024-01-31
analyzer: fix skipping of debug stmts [PR113253]
David Malcolm
1
-0
/
+5
2024-01-30
analyzer: fix -Wanalyzer-allocation-size false +ve on Linux kernel's round_up...
David Malcolm
1
-2
/
+73
2024-01-30
analyzer: add SARIF property bag to -Wanalyzer-allocation-size
David Malcolm
1
-10
/
+21
2024-01-18
analyzer: fix ICE on strlen ((char *)&VECTOR_CST) [PR111361]
David Malcolm
1
-1
/
+8
2024-01-18
analyzer: fix offsets in has_null_terminator [PR112811]
David Malcolm
1
-134
/
+297
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-16
analyzer: add sarif properties for bounds checking diagnostics
David Malcolm
1
-0
/
+41
2023-12-08
analyzer: fix ICE on infoleak with poisoned size
David Malcolm
1
-13
/
+24
2023-12-07
analyzer: deal with -fshort-enums
Alexandre Oliva
1
-4
/
+23
2023-12-01
diagnostics, analyzer: add optional per-diagnostic property bags to SARIF
David Malcolm
1
-66
/
+57
2023-11-18
analyzer: new warning: -Wanalyzer-undefined-behavior-strtok [PR107573]
David Malcolm
1
-2
/
+5
2023-11-17
analyzer: new warning: -Wanalyzer-infinite-loop [PR106147]
David Malcolm
1
-5
/
+72
2023-11-02
analyzer: fix clang warnings [PR112317]
David Malcolm
1
-16
/
+5
2023-10-31
analyzer: move class record_layout to its own .h/.cc
David Malcolm
1
-131
/
+1
2023-10-26
Add attribute((null_terminated_string_arg(PARAM_IDX)))
David Malcolm
1
-22
/
+158
2023-09-15
analyzer: handle volatile ops
David Malcolm
1
-0
/
+11
2023-09-14
analyzer: use unique_ptr for rejected_constraint
David Malcolm
1
-16
/
+19
2023-09-09
analyzer: Move gcc.dg/analyzer tests to c-c++-common (2) [PR96395]
benjamin priour
1
-0
/
+4
2023-09-07
analyzer: basic support for computed gotos (PR analyzer/110529)
David Malcolm
1
-1
/
+38
2023-09-06
analyzer: implement kf_strncpy [PR105899]
David Malcolm
1
-0
/
+2
2023-09-06
analyzer: add ctxt to fill_region/zero_fill_region
David Malcolm
1
-5
/
+14
2023-09-01
analyzer: Add support of placement new and improved operator new [PR105948,PR...
benjamin priour
1
-0
/
+36
2023-08-30
analyzer: implement reference count checking for CPython plugin [PR107646]
Eric Feng
1
-0
/
+4
2023-08-30
Analyzer: include algorithm header
Francois-Xavier Coudert
1
-0
/
+1
2023-08-27
analyzer: Move gcc.dg/analyzer tests to c-c++-common (1) [PR96395]
benjamin priour
1
-0
/
+56
2023-08-24
analyzer: implement kf_strcat [PR105899]
David Malcolm
1
-7
/
+56
2023-08-24
analyzer: handle strlen(BITS_WITHIN) [PR105899]
David Malcolm
1
-1
/
+20
2023-08-24
analyzer: handle strlen(INIT_VAL(STRING_REG)) [PR105899]
David Malcolm
1
-21
/
+47
2023-08-24
analyzer: reimplement kf_memcpy_memmove
David Malcolm
1
-0
/
+35
2023-08-24
analyzer: eliminate region_model::get_string_size [PR105899]
David Malcolm
1
-29
/
+0
[next]