Rui Ueyama
|
ce7674d7be
Fix parameter name comments using clang-tidy. NFC.
|
6 lat temu |
David Stenberg
|
41721e3ad5
[analyzer] Handle comparison between non-default AS symbol and constant
|
6 lat temu |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 lat temu |
Gabor Horvath
|
b1e9e90f5d
[analyzer] Assume that we always have a SubEngine available
|
6 lat temu |
Kristof Umann
|
d1b208c30b
[analyzer] Evaluate all non-checker config options before analysis
|
6 lat temu |
Adam Balogh
|
1fe45f9347
lyzer] [HOTFIX!] SValBuilder crash when `aggressive-binary-operation-simplification` enabled
|
6 lat temu |
Reid Kleckner
|
1168491f34
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
|
6 lat temu |
George Karpenkov
|
ee49cd21c4
[analyzer] Resolve the crash in ReturnUndefChecker
|
7 lat temu |
George Karpenkov
|
d2d7786ce5
[analyzer] [NFC] Remove unused "state" argument from makeSymExprValNN
|
7 lat temu |
Artem Dergachev
|
4ffae954f7
[analyzer] Reuse some code in simplifySVal().
|
7 lat temu |
Artem Dergachev
|
ecc772cf03
[analyzer] Don't try to simplify mixed Loc/NonLoc expressions.
|
7 lat temu |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 lat temu |
Adam Balogh
|
102621ddc9
[Analyzer] Quick Fix for exponential execution time when simpilifying complex additive expressions
|
7 lat temu |
Artem Dergachev
|
bf89e7dc6e
[analyzer] pr37802: Fix symbolic-pointer-to-boolean casts during load.
|
7 lat temu |
Artem Dergachev
|
7ba8004975
[analyzer] Assert that nonloc::SymbolVal always wraps a non-Loc-type symbol.
|
7 lat temu |
Artem Dergachev
|
5a653690cd
[analyzer] Improve performance of the SVal simplification mechanism further.
|
7 lat temu |
Artem Dergachev
|
0fac2de7f6
[analyzer] Improve performance of the SVal simplification mechanism.
|
7 lat temu |
Adam Balogh
|
b11c48d176
[Analyzer] Fix for SValBuilder expressions rearrangement
|
7 lat temu |
Adam Balogh
|
44fcdc119f
[Analyzer] SValBuilder Comparison Rearrangement (with Restrictions and Analyzer Option)
|
7 lat temu |
Artem Dergachev
|
6d36e99d4e
[analyzer] NFC: Forbid array elements of void type.
|
7 lat temu |
Richard Smith
|
96881be75c
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
|
7 lat temu |
Gabor Horvath
|
f8ba2666e1
[analyzer] Implement pointer arithmetic on constants
|
7 lat temu |
Alexander Shaposhnikov
|
31d5daeb5c
[analyzer] Fix crash on modeling of pointer arithmetic
|
8 lat temu |
Rui Ueyama
|
44a7b6b871
Remove trailing space.
|
8 lat temu |
Alexander Shaposhnikov
|
b2950aaf27
[analyzer] Fix crash in modeling arithmetic
|
8 lat temu |
Alexander Shaposhnikov
|
a8baf2e020
[analyzer] Fix SimpleSValBuilder::simplifySVal
|
8 lat temu |
Dominic Chen
|
f3ab09d9a0
Revert "[analyzer] Support generating and reasoning over more symbolic constraint types"
|
8 lat temu |
Dominic Chen
|
e469ff2759
[analyzer] Support generating and reasoning over more symbolic constraint types
|
8 lat temu |
Alexander Shaposhnikov
|
f8c5c0d52f
[analyzer] Start fixing modeling of bool based types
|
8 lat temu |
Galina Kistanova
|
5775ec4f8a
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
|
8 lat temu |