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/gfortran-test
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-15
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-15
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-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
2023-08-24
analyzer: reimplement kf_strcpy [PR105899]
David Malcolm
1
-5
/
+27
2023-08-24
analyzer: handle symbolic bindings in scan_for_null_terminator [PR105899]
David Malcolm
1
-0
/
+15
2023-08-21
analyzer: check format strings for null termination [PR105899]
David Malcolm
1
-30
/
+95
2023-08-21
analyzer: replace -Wanalyzer-unterminated-string with scan_for_null_terminato...
David Malcolm
1
-85
/
+436
2023-08-21
analyzer: handle NULL inner context in region_model_context_decorator
David Malcolm
1
-1
/
+2
2023-08-21
analyzer: add ability for context to add events to a saved_diagnostic
David Malcolm
1
-0
/
+13
2023-08-21
analyzer: convert note_adding_context to annotating_context
David Malcolm
1
-6
/
+6
2023-08-11
analyzer: new warning: -Wanalyzer-unterminated-string [PR105899]
David Malcolm
1
-0
/
+163
2023-08-11
analyzer: More features for CPython analyzer plugin [PR107646]
Eric Feng
1
-2
/
+15
2023-08-09
analyzer: remove default return value from region_model::on_call_pre
David Malcolm
1
-146
/
+10
2023-08-04
analyzer: handle function attribute "alloc_size" [PR110426]
David Malcolm
1
-17
/
+92
2023-07-26
analyzer: add symbol base class, moving region id to there [PR104940]
David Malcolm
1
-7
/
+14
2023-07-20
analyzer: avoid usage of TYPE_PRECISION on vector types [PR110455]
David Malcolm
1
-1
/
+2
2023-06-30
analyzer: Fix regression bug after r14-1632-g9589a46ddadc8b [PR110198]
benjamin priour
1
-7
/
+8
2023-06-21
analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]
David Malcolm
1
-17
/
+35
2023-06-10
analyzer: Fix allocation size false positive on conjured svalue [PR109577]
Tim Lange
1
-50
/
+30
2023-06-09
analyzer: add caching to globals with initializers [PR110112]
David Malcolm
1
-24
/
+1
2023-06-08
analyzer: Standalone OOB-warning [PR109437, PR109439]
Benjamin Priour
1
-8
/
+14
[next]