Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
il y a 6 ans |
Csaba Dabis
|
2453ceca55
[analyzer] print() JSONify: Constraints implementation
|
il y a 6 ans |
Adam Balogh
|
92470c6aad
[Analyzer] Constraint Manager - Calculate Effective Range for Differences
|
il y a 6 ans |
Csaba Dabis
|
797cb7e866
[analyzer] ConditionBRVisitor: Remove GDM checking
|
il y a 6 ans |
Csaba Dabis
|
ab24926ff7
Revert "[analyzer] ConditionBRVisitor: Remove GDM checking"
|
il y a 6 ans |
Csaba Dabis
|
ef1d401f90
[analyzer] ConditionBRVisitor: Remove GDM checking
|
il y a 6 ans |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
il y a 6 ans |
Artem Dergachev
|
447f4b58b0
[analyzer] Fix the "Zombie Symbols" bug.
|
il y a 6 ans |
Artem Dergachev
|
6748c6fecb
[analyzer] pr38273: Legalize Loc<>NonLoc comparison symbols.
|
il y a 7 ans |
Adam Balogh
|
e3ba09890a
[Analyzer] Constraint Manager Negates Difference
|
il y a 7 ans |
Mikhail R. Gadelha
|
0783eeef9a
Revert "[Analyzer] Moved RangeConstraintManager to header. NFC."
|
il y a 7 ans |
Mikhail R. Gadelha
|
5e1a89912d
[Analyzer] Moved RangeConstraintManager to header. NFC.
|
il y a 7 ans |
Mikhail R. Gadelha
|
f1d20616fb
Moved RangedConstraintManager header to the StaticAnalyser include dir
|
il y a 7 ans |
Mikhail R. Gadelha
|
76f13007f5
[analyzer] Move RangeSet related declarations into the RangedConstraintManager header.
|
il y a 7 ans |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
il y a 7 ans |
Richard Smith
|
96881be75c
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
|
il y a 7 ans |
George Karpenkov
|
b873ee35bb
[analyzer] [NFC] remove duplicated function
|
il y a 7 ans |
George Karpenkov
|
f7de82cd93
[analyzer] assume bitwise arithmetic axioms
|
il y a 7 ans |
Dominic Chen
|
31b3c535d9
[analyzer] Refactor and simplify SimpleConstraintManager
|
il y a 8 ans |
Dominic Chen
|
9175ccbdf2
[analyzer] Run clang-format and fix style
|
il y a 8 ans |
Dominic Chen
|
400a9bf83c
[analyzer] Minor optimization: avoid setting state if unchanged
|
il y a 8 ans |
Mehdi Amini
|
2e23251d3e
[NFC] Header cleanup
|
il y a 9 ans |
Pierre Gousseau
|
8b94c483f9
[analyzer] Fix RangeConstraintManager's pinning of single value ranges.
|
il y a 9 ans |
Devin Coughlin
|
8ef8ffcccf
[analyzer] Create one state for a range switch case instead of multiple.
|
il y a 10 ans |
Ted Kremenek
|
99bb39afb4
[analyzer] Apply whitespace cleanups by Honggyu Kim.
|
il y a 10 ans |
David Blaikie
|
bb458b61c5
unique_ptrify the result of ConstraintManagerCreator and StoreManagerCreator
|
il y a 11 ans |
Craig Topper
|
1843a2095a
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
il y a 11 ans |
Craig Topper
|
83daac80e9
[C++11] Add 'override' keyword to virtual methods that override their base class.
|
il y a 11 ans |
Jordan Rose
|
4708b3dde8
[analyzer] Teach constraint managers about unsigned comparisons.
|
il y a 12 ans |
Jordan Rose
|
78114a58f8
[analyzer] Translate "a != b" to "(b - a) != 0" in the constraint manager.
|
il y a 12 ans |