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
/
diagnostic-manager.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-15
libcpp: Improve encapsulation of label_text
Jonathan Wakely
1
-10
/
+10
2022-07-07
Convert label_text to C++11 move semantics
David Malcolm
1
-8
/
+0
2022-07-02
analyzer: add allocation size checker [PR105900]
Tim Lange
1
-0
/
+61
2022-06-15
analyzer: fix up paths for inlining (PR analyzer/105962)
David Malcolm
1
-0
/
+8
2022-06-15
analyzer: show saved diagnostics as nodes in .eg.dot dumps
David Malcolm
1
-0
/
+62
2022-05-20
Use "final" and "override" directly, rather than via macros
David Malcolm
1
-18
/
+18
2022-05-16
analyzer: implement four new warnings for <stdarg.h> misuses [PR105103]
David Malcolm
1
-9
/
+10
2022-05-11
analyzer: fix memory leaks
David Malcolm
1
-0
/
+6
2022-04-28
analyzer: add .fpath.txt dumps to -fdump-analyzer-feasibility
David Malcolm
1
-0
/
+24
2022-03-23
analyzer: fix ICE adding note to disabled diagnostic [PR104997]
David Malcolm
1
-6
/
+12
2022-03-16
analyzer: early rejection of disabled warnings [PR104955]
David Malcolm
1
-5
/
+39
2022-03-10
analyzer: add notes to write-to-const/string from access attr [PR104793]
David Malcolm
1
-1
/
+42
2022-02-16
analyzer: fixes to free of non-heap detection [PR104560]
David Malcolm
1
-35
/
+70
2022-01-27
analyzer: show region creation events for uninit warnings
David Malcolm
1
-3
/
+71
2022-01-11
analyzer: fix false +ve on bitwise binops (PR analyzer/102692)
David Malcolm
1
-7
/
+10
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-08-23
analyzer: rewrite of switch handling
David Malcolm
1
-2
/
+1
2021-08-23
analyzer: Fix PR analyzer/102020
Ankur Saini
1
-1
/
+1
2021-08-21
analyzer: Fix PR analyzer/101980
Ankur Saini
1
-4
/
+36
2021-08-18
analyzer: detect and analyze calls via function pointer
Ankur Saini
1
-16
/
+7
2021-07-22
analyzer: fix feasibility false +ve with overly complex svalues
David Malcolm
1
-7
/
+40
2021-07-15
analyzer: reimplement -Wanalyzer-use-of-uninitialized-value [PR95006 et al]
David Malcolm
1
-0
/
+46
2021-07-15
analyzer: add -fdump-analyzer-exploded-paths
David Malcolm
1
-0
/
+11
2021-07-07
analyzer: remove add_any_constraints_from_ssa_def_stmt
David Malcolm
1
-0
/
+35
2021-06-18
analyzer: refactor custom_event, introducing precanned_custom_event class
David Malcolm
1
-1
/
+1
2021-04-05
analyzer: fix apparent hang with -fanalyzer-verbosity=0 [PR analyzer/99886]
David Malcolm
1
-3
/
+5
2021-04-01
analyzer: record per-enode saved_diagnostics
David Malcolm
1
-4
/
+5
2021-03-19
analyzer: mark epath_finder with DISABLE_COPY_AND_ASSIGN [PR99614]
David Malcolm
1
-0
/
+2
2021-03-11
analyzer: new implementation of shortest feasible path [PR96374]
David Malcolm
1
-40
/
+450
2021-03-11
analyzer: support reverse direction in shortest-paths.h
David Malcolm
1
-1
/
+1
2021-03-02
analyzer: remove dead code
Martin Liska
1
-5
/
+1
2021-02-25
analyzer: eliminate dedupe_candidate [PR96374]
David Malcolm
1
-140
/
+210
2021-01-29
analyzer: consolidate conditionals in paths
David Malcolm
1
-0
/
+146
2021-01-18
analyzer: use "malloc" attribute
David Malcolm
1
-3
/
+12
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-30
Add analyzer plugin support and CPython GIL example
David Malcolm
1
-1
/
+8
2020-11-11
analyzer: precision-of-wording for -Wanalyzer-stale-setjmp-buffer
David Malcolm
1
-2
/
+16
2020-10-27
analyzer: eliminate non-deterministic behavior
David Malcolm
1
-1
/
+9
2020-09-28
analyzer: remove unused field
David Malcolm
1
-1
/
+0
2020-09-23
analyzer: add -fno-analyzer-feasibility
David Malcolm
1
-15
/
+54
2020-09-22
analyzer: add -fdump-analyzer-json
David Malcolm
1
-0
/
+58
2020-09-09
analyzer: eliminate sm_context::warn_for_state in favor of a new 'warn' vfunc
David Malcolm
1
-3
/
+2
2020-09-09
analyzer: reimplement on_transition in terms of get_state/set_next_state
David Malcolm
1
-11
/
+30
2020-09-09
analyzer: use objects for state_machine::state_t
David Malcolm
1
-5
/
+5
2020-08-13
analyzer: rewrite of region and value-handling
David Malcolm
1
-198
/
+253
2020-04-01
analyzer: handle compound assignments [PR94378]
David Malcolm
1
-0
/
+1
2020-03-27
analyzer: add new supergraph visualization
David Malcolm
1
-13
/
+21
2020-03-27
analyzer: improvements to diagnostic-manager.cc logging
David Malcolm
1
-6
/
+19
2020-03-18
Fix up duplicated duplicated words in comments
Jakub Jelinek
1
-1
/
+1
2020-03-13
analyzer: handle NOP_EXPR in get_lvalue [PR94099,PR94105]
David Malcolm
1
-2
/
+3
[next]