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
/
gcc
/
analyzer
/
sm-malloc.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-06
analyzer: split out more stuff from region-model-impl-calls.cc
David Malcolm
1
-0
/
+1
2022-11-22
analyzer: eliminate region_model::impl_call_* special cases
David Malcolm
1
-2
/
+2
2022-11-10
analyzer: new warning: -Wanalyzer-deref-before-check [PR99671]
David Malcolm
1
-4
/
+310
2022-11-03
analyzer: use std::unique_ptr for pending_diagnostic/note
David Malcolm
1
-26
/
+27
2022-10-05
analyzer: simplify some includes
David Malcolm
1
-4
/
+0
2022-07-28
analyzer: add CWE identifier URLs to docs
David Malcolm
1
-0
/
+1
2022-07-15
libcpp: Improve encapsulation of label_text
Jonathan Wakely
1
-5
/
+5
2022-07-07
Convert label_text to C++11 move semantics
David Malcolm
1
-3
/
+0
2022-06-02
diagnostics: add SARIF output format
David Malcolm
1
-0
/
+14
2022-05-23
analyzer: use 'final' and 'override' where appropriate
David Malcolm
1
-2
/
+4
2022-05-20
Use "final" and "override" directly, rather than via macros
David Malcolm
1
-65
/
+65
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
-15
/
+57
2022-02-16
analyzer: fixes to free of non-heap detection [PR104560]
David Malcolm
1
-64
/
+70
2022-01-17
Change references of .c files to .cc files
Martin Liska
1
-1
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-08-30
analyzer: support "bifurcation"; reimplement realloc [PR99260]
David Malcolm
1
-30
/
+106
2021-08-03
analyzer: Fix ICE on MD builtin [PR101721]
Jakub Jelinek
1
-1
/
+1
2021-07-28
analyzer: Handle strdup builtins
Siddhesh Poyarekar
1
-8
/
+33
2021-07-28
analyzer: Recognize __builtin_free as a matching deallocator
Siddhesh Poyarekar
1
-1
/
+2
2021-07-15
analyzer: reimplement -Wanalyzer-use-of-uninitialized-value [PR95006 et al]
David Malcolm
1
-0
/
+19
2021-07-07
analyzer: remove add_any_constraints_from_ssa_def_stmt
David Malcolm
1
-5
/
+5
2021-05-18
analyzer: fix missing leak after call to strsep [PR100615]
David Malcolm
1
-0
/
+28
2021-04-24
analyzer: fix ICE on NULL change.m_expr [PR100244]
David Malcolm
1
-1
/
+1
2021-04-05
analyzer: fix ICE on zero-arg calls passed to __attribute__((nonnull)) [PR 99...
David Malcolm
1
-1
/
+2
2021-03-30
analyzer: only call get_diagnostic_tree when it's needed
David Malcolm
1
-3
/
+7
2021-02-24
analyzer: fix false positive on realloc [PR99193]
David Malcolm
1
-2
/
+68
2021-01-18
analyzer: use "malloc" attribute
David Malcolm
1
-121
/
+646
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-18
analyzer: only use CWE-690 for unchecked return value [PR97893]
David Malcolm
1
-4
/
+4
2020-10-07
analyzer: handle C++ argument numbers and "this" [PR97116]
David Malcolm
1
-14
/
+47
2020-09-22
analyzer: add -fdump-analyzer-json
David Malcolm
1
-0
/
+1
2020-09-21
analyzer: decls are not on the heap
David Malcolm
1
-1
/
+3
2020-09-18
analyzer: handle strdup and strndup
David Malcolm
1
-1
/
+3
2020-09-09
analyzer: generalize sm-malloc to new/delete [PR94355]
David Malcolm
1
-109
/
+481
2020-09-09
analyzer: eliminate sm_context::warn_for_state in favor of a new 'warn' vfunc
David Malcolm
1
-28
/
+49
2020-09-09
analyzer: use objects for state_machine::state_t
David Malcolm
1
-6
/
+2
2020-08-13
analyzer: rewrite of region and value-handling
David Malcolm
1
-39
/
+125
2020-03-18
Fix up duplicated duplicated words in comments
Jakub Jelinek
1
-1
/
+1
2020-03-02
analyzer: detect malloc, free, calloc within "std" [PR93959]
David Malcolm
1
-0
/
+3
2020-02-17
analyzer: fix wording for assignment from NULL
David Malcolm
1
-2
/
+9
2020-02-03
analyzer: detect zero-assignment in phis (PR 93544)
David Malcolm
1
-9
/
+43
2020-01-28
diagnostic_metadata: unbreak xgettext (v2)
David Malcolm
1
-23
/
+26
2020-01-22
analyzer: introduce namespace to avoid ODR clashes (PR 93307)
David Malcolm
1
-0
/
+4
2020-01-14
analyzer: fix dedupe issue seen with CVE-2005-1689
David Malcolm
1
-4
/
+4
2020-01-14
Initial commit of analyzer
David Malcolm
1
-0
/
+797