George Karpenkov
|
b340ee9768
[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the helper is used consistently
|
7 년 전 |
Artem Dergachev
|
4cf105dabe
[analyzer] Fix a crash during C++17 aggregate construction of base objects.
|
7 년 전 |
Devin Coughlin
|
15a011c63f
[analyzer] ObjCGenerics: Don't warn on cast conversions involving explicit cast
|
7 년 전 |
David Blaikie
|
eeb7838f3e
Migrate PathDiagnosticPiece to std::shared_ptr
|
8 년 전 |
Devin Coughlin
|
c40a10d07a
[analyzer] ObjCGenerics: Warn only on mismatch for invariant type parameters
|
8 년 전 |
Manman Ren
|
1286300e38
ObjectiveC Generics: Start using ObjCTypeParamType.
|
9 년 전 |
Gabor Horvath
|
1779645f68
[analyzer] Small cleanups when checkers retrieving statements from exploded
|
9 년 전 |
Devin Coughlin
|
da822bb624
[analyzer] Fix crash in ObjCGenericsChecker
|
9 년 전 |
Eugene Zelenko
|
b9b46f780d
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
|
9 년 전 |
Gabor Horvath
|
807634dae3
[Static Analyzer] General type checker based on dynamic type information.
|
10 년 전 |
Gabor Horvath
|
1755c87002
[Static Analyzer] Use generics related information to infer dynamic types.
|
10 년 전 |
Gabor Horvath
|
6df9416538
[Static Analyzer] Generics Checker: When an ObjC method returns a specialized object, track it properly.
|
10 년 전 |
Gabor Horvath
|
8be79420bd
[Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Propagation checker.
|
10 년 전 |
Gabor Horvath
|
5dc670a09e
[Static Analyzer] Properly clean up the dynamic type information for dead regions.
|
10 년 전 |
Ted Kremenek
|
99bb39afb4
[analyzer] Apply whitespace cleanups by Honggyu Kim.
|
10 년 전 |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 년 전 |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 년 전 |
Craig Topper
|
1843a2095a
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
11 년 전 |
NAKAMURA Takumi
|
9cf772554d
StaticAnalyzer/Checkers/DynamicTypePropagation.cpp: Fix in comments. 80-col and an utf8 char.
|
11 년 전 |
Jordan Rose
|
fbc4444eb2
[analyzer] Type information from C++ new expressions is perfect.
|
12 년 전 |
Anna Zaks
|
db061e40d6
[analyzer] Restrict ObjC type inference to methods that have related result type.
|
12 년 전 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 년 전 |
Jordan Rose
|
2f3017f9cb
[analyzer] Add some convenience accessors to CallEvent, and use them.
|
12 년 전 |
Jordan Rose
|
200fa2e70d
[analyzer] Don't attempt to devirtualize calls to base class destructors.
|
13 년 전 |
Jordan Rose
|
4e79fdfe22
[analyzer] Correctly devirtualize virtual method calls in constructors.
|
13 년 전 |
Jordan Rose
|
0ad36baedc
[analyzer] Correctly devirtualize virtual method calls in destructors.
|
13 년 전 |
Anna Zaks
|
955cd444f4
[analyzer] Add getStackFrame() to CheckerContext and ExplodedNode.
|
13 년 전 |
Anna Zaks
|
54918ba02b
[analyzer] Track if a region can be a subclass in the dynamic type info.
|
13 년 전 |
Anna Zaks
|
d4fe57f7f7
[analyzer] Rename the function to better reflect what it actually does.
|
13 년 전 |
Anna Zaks
|
8ed21ef726
[analyzer] Address Jordan's review of DynamicTypePropagation.
|
13 년 전 |