Devin Coughlin
|
674d89e44b
[analyzer] Add checker callback for beginning of function.
|
9 년 전 |
Angel Garcia Gomez
|
d162035b9b
Roll-back r250822.
|
9 년 전 |
Angel Garcia Gomez
|
e83bf34da9
Apply modernize-use-default to clang.
|
9 년 전 |
Ted Kremenek
|
99bb39afb4
[analyzer] Apply whitespace cleanups by Honggyu Kim.
|
10 년 전 |
David Blaikie
|
df1edce61f
Simplify ownership of ExplodedGraph in the CoreEngine by removing unique_ptr indirection.
|
11 년 전 |
Manuel Klimek
|
cbcae73c51
Re-applying r214962.
|
11 년 전 |
Rui Ueyama
|
0c6a6659ea
Revert "Fix modelling of non-lifetime-extended temporary destructors in the analyzer."
|
11 년 전 |
Manuel Klimek
|
2282b76a95
Fix modelling of non-lifetime-extended temporary destructors in the analyzer.
|
11 년 전 |
Jordan Rose
|
0674b813aa
[analyzer] Don't create new PostStmt nodes if we don't have to.
|
11 년 전 |
Craig Topper
|
1843a2095a
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
11 년 전 |
Chandler Carruth
|
2e5043a88c
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
|
11 년 전 |
Craig Topper
|
83daac80e9
[C++11] Add 'override' keyword to virtual methods that override their base class.
|
11 년 전 |
Jordan Rose
|
d0f476b4cb
[analyzer] Inline C++ operator new when c++-inline-allocators is turned on.
|
11 년 전 |
Ted Kremenek
|
0f5c5c60e9
Add static analyzer support for conditionally executing static initializers.
|
12 년 전 |
David Blaikie
|
b07805485c
Remove the CFGElement "Invalid" state.
|
12 년 전 |
David Blaikie
|
7a95de68c0
Replace ProgramPoint llvm::cast support to be well-defined.
|
12 년 전 |
David Blaikie
|
fdf6a279c9
Replace CFGElement llvm::cast support to be well-defined.
|
12 년 전 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 년 전 |
Anna Zaks
|
b355be838a
[analyzer] Refactor: Remove Pred from NodeBuilderContext.
|
12 년 전 |
Jordan Rose
|
9198c71a62
[analyzer] Use cast<> instead of getAs<> for a CFGElement known to be a CFGStmt.
|
13 년 전 |
Jordan Rose
|
b5204ee302
[analyzer] Don't use the address of a temporary CFGElement.
|
13 년 전 |
Anna Zaks
|
fbcb3f11fc
[analyzer] Refactor the logic that determines if a functions should be
|
13 년 전 |
Jordan Rose
|
df51fb91c5
[analyzer] PostImplicitCall can also occur between CFGElements.
|
13 년 전 |
Sylvestre Ledru
|
bed28ac1d1
Fix a typo (the the => the)
|
13 년 전 |
Jordan Rose
|
852aa0d2c5
[analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints
|
13 년 전 |
Jordan Rose
|
8d0f528afd
[analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph.
|
13 년 전 |
Anna Zaks
|
df19fe7caf
[analyzer] Report the cumulative number of steps the analyzer performs.
|
13 년 전 |
Anna Zaks
|
0b3ade86a1
[analyzer] Run remove dead bindings right before leaving a function.
|
13 년 전 |
Douglas Gregor
|
87e154c09b
Remove the unused, unmaintained, incomplete 'Index' library.
|
13 년 전 |
Anna Zaks
|
e62f048960
[analyzer] Record the basic blocks covered by the analyzes run.
|
13 년 전 |