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
/
sm-file.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-09
analyzer: remove default return value from region_model::on_call_pre
David Malcolm
1
-7
/
+7
2023-06-21
analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]
David Malcolm
1
-2
/
+2
2023-02-07
analyzer: fix -Wanalyzer-use-of-uninitialized-value false +ve on "read" [PR10...
David Malcolm
1
-1
/
+9
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-06
analyzer: split out more stuff from region-model-impl-calls.cc
David Malcolm
1
-0
/
+1
2022-11-29
analyzer: move stdio known fns to sm-file.cc
David Malcolm
1
-0
/
+106
2022-11-29
analyzer work on issues with flex-generated lexers [PR103546]
David Malcolm
1
-0
/
+53
2022-11-03
analyzer: use std::unique_ptr for pending_diagnostic/note
David Malcolm
1
-4
/
+6
2022-10-05
analyzer: simplify some includes
David Malcolm
1
-3
/
+0
2022-06-16
analyzer: associate -Wanalyzer-double-fclose with CWE-1341
David Malcolm
1
-3
/
+6
2022-06-02
diagnostics: add SARIF output format
David Malcolm
1
-0
/
+14
2022-05-20
Use "final" and "override" directly, rather than via macros
David Malcolm
1
-18
/
+18
2022-05-16
Use more ARRAY_SIZE.
Martin Liska
1
-2
/
+1
2022-03-16
analyzer: early rejection of disabled warnings [PR104955]
David Malcolm
1
-3
/
+13
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-08-23
analyzer: fix ICE with NULL change.m_expr [PR101875]
David Malcolm
1
-4
/
+14
2021-07-21
analyzer: bulletproof -Wanalyzer-file-leak [PR101547]
David Malcolm
1
-6
/
+21
2021-07-07
analyzer: remove add_any_constraints_from_ssa_def_stmt
David Malcolm
1
-8
/
+7
2021-05-10
Come up with startswith function.
Martin Liska
1
-3
/
+2
2021-03-30
analyzer: only call get_diagnostic_tree when it's needed
David Malcolm
1
-1
/
+1
2021-03-15
analyzer: fix missing comma in initializer
Martin Liska
1
-1
/
+1
2021-02-09
analyzer: support "_IO_"-prefixed variants of FILE * fns [PR98575]
David Malcolm
1
-1
/
+10
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-09-22
analyzer: add -fdump-analyzer-json
David Malcolm
1
-0
/
+1
2020-09-09
analyzer: eliminate sm_context::warn_for_state in favor of a new 'warn' vfunc
David Malcolm
1
-3
/
+6
2020-09-09
analyzer: use objects for state_machine::state_t
David Malcolm
1
-5
/
+1
2020-08-13
analyzer: rewrite of region and value-handling
David Malcolm
1
-6
/
+20
2020-01-28
diagnostic_metadata: unbreak xgettext (v2)
David Malcolm
1
-3
/
+3
2020-01-22
analyzer: introduce namespace to avoid ODR clashes (PR 93307)
David Malcolm
1
-0
/
+4
2020-01-14
analyzer: add known stdio functions to sm-file.cc (PR analyzer/58237)
David Malcolm
1
-3
/
+101
2020-01-14
analyzer: fix dedupe issue seen with CVE-2005-1689
David Malcolm
1
-1
/
+1
2020-01-14
Initial commit of analyzer
David Malcolm
1
-0
/
+339