Artem Dergachev
|
c07bc247e6
[analyzer] pr43036: Fix support for operator 'sizeof...'.
|
6 жил өмнө |
Csaba Dabis
|
2c025c7a15
[analyzer] print() JSONify: Create pointers
|
6 жил өмнө |
Artem Dergachev
|
9fbbe6ff5b
[analyzer] Fix JSON dumps for location contexts.
|
6 жил өмнө |
Csaba Dabis
|
66328ff826
[analyzer] print() JSONify: SVal implementation
|
6 жил өмнө |
Haojian Wu
|
4826ab6a5e
Fix an unused-variable error.
|
6 жил өмнө |
Csaba Dabis
|
fe49899262
[analyzer][AST] print() JSONify: Stmt implementation
|
6 жил өмнө |
Csaba Dabis
|
74f2f79ab5
[analyzer] print() JSONify: Environment implementation
|
6 жил өмнө |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 жил өмнө |
Artem Dergachev
|
447f4b58b0
[analyzer] Fix the "Zombie Symbols" bug.
|
6 жил өмнө |
Bill Wendling
|
ed611fa5aa
Compound literals, enums, et al require const expr
|
6 жил өмнө |
Bill Wendling
|
0680f97fc4
Create ConstantExpr class
|
6 жил өмнө |
George Karpenkov
|
b9dbcf4f94
[analyzer] ExplodedGraph printing fixes
|
7 жил өмнө |
George Karpenkov
|
58cfe5b8b7
[analyzer] Further printing improvements: use declarations,
|
7 жил өмнө |
George Karpenkov
|
ab961c560a
[analyzer] Generate and use stable identifiers for LocationContext
|
7 жил өмнө |
George Karpenkov
|
7d1cca4458
[analyzer] Dump reproducible identifiers for statements in exploded graph in store
|
7 жил өмнө |
George Karpenkov
|
3387634751
[analyzer] [NFC] A convenient getter for getting a current stack frame
|
7 жил өмнө |
Eugene Zelenko
|
43eac1f9d7
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 жил өмнө |
Artem Dergachev
|
bf0d414987
[analyzer] Self-debug: Dump environment frame-by-frame.
|
7 жил өмнө |
George Karpenkov
|
3e4f379cb6
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
|
8 жил өмнө |
Artem Dergachev
|
37ffc1a156
[analyzer] Fix symbolic element index lifetime.
|
9 жил өмнө |
Ismail Pazarbasi
|
838cb5dcc1
Analyzer: Teach analyzer how to handle TypeTraitExpr
|
10 жил өмнө |
Ted Kremenek
|
99bb39afb4
[analyzer] Apply whitespace cleanups by Honggyu Kim.
|
10 жил өмнө |
David Blaikie
|
881f428893
Wdeprecated: CollectReachableSymbolsCallback are move constructed/returned by value, so make sure they're copy/moveable
|
10 жил өмнө |
Richard Trieu
|
8a84096523
Removing an "if (this == nullptr)" check from two print methods. The condition
|
11 жил өмнө |
Craig Topper
|
1843a2095a
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
11 жил өмнө |
Craig Topper
|
83daac80e9
[C++11] Add 'override' keyword to virtual methods that override their base class.
|
11 жил өмнө |
Jordan Rose
|
e2b1246a24
[analyzer] Consolidate constant evaluation logic in SValBuilder.
|
12 жил өмнө |
David Blaikie
|
dc84cd5efd
Include llvm::Optional in clang/Basic/LLVM.h
|
12 жил өмнө |
David Blaikie
|
5251abea41
Replace SVal llvm::cast support to be well-defined.
|
12 жил өмнө |
Jordan Rose
|
38f68ef19c
[analyzer] Use Clang's evaluation for global constants and default arguments.
|
12 жил өмнө |