.. |
APSIntType.cpp
|
…
|
|
AnalysisManager.cpp
|
[CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.
|
2018-06-28 00:04:54 +00:00 |
AnalyzerOptions.cpp
|
[analyzer] Fix constraint being dropped when analyzing a program without taint tracking enabled
|
2018-07-16 13:14:46 +00:00 |
BasicValueFactory.cpp
|
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
2018-03-02 23:11:49 +00:00 |
BlockCounter.cpp
|
[analyzer] Apply whitespace cleanups by Honggyu Kim.
|
2015-09-08 03:50:52 +00:00 |
BugReporter.cpp
|
[analyzer] Remove a debug print that was accidentally left around.
|
2018-07-18 18:44:40 +00:00 |
BugReporterVisitors.cpp
|
[analyzer] Bugfix for an overly eager suppression for null pointer return from macros.
|
2018-07-16 20:33:25 +00:00 |
CMakeLists.txt
|
Sort source lists in lib/StaticAnalyzer.
|
2018-04-07 04:25:01 +00:00 |
CallEvent.cpp
|
[analyzer] [NFC] A convenient getter for getting a current stack frame
|
2018-06-27 01:51:55 +00:00 |
Checker.cpp
|
[analyzer] Apply whitespace cleanups by Honggyu Kim.
|
2015-09-08 03:50:52 +00:00 |
CheckerContext.cpp
|
[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the helper is used consistently
|
2018-01-17 20:27:29 +00:00 |
CheckerHelpers.cpp
|
[analyzer] Trust _Nonnull annotations for system framework
|
2018-03-23 00:16:03 +00:00 |
CheckerManager.cpp
|
[analyzer] Make checkEndFunction() give access to the return statement.
|
2018-07-16 20:47:45 +00:00 |
CheckerRegistry.cpp
|
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
2018-04-03 21:31:50 +00:00 |
CommonBugCategories.cpp
|
[analyzer] Fix memory error bug category capitalization.
|
2017-05-03 11:47:13 +00:00 |
ConstraintManager.cpp
|
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
2018-02-28 01:10:04 +00:00 |
CoreEngine.cpp
|
[analyzer] [NFC] A convenient getter for getting a current stack frame
|
2018-06-27 01:51:55 +00:00 |
DynamicTypeMap.cpp
|
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
2018-02-28 01:10:04 +00:00 |
Environment.cpp
|
[analyzer] [NFC] A convenient getter for getting a current stack frame
|
2018-06-27 01:51:55 +00:00 |
ExplodedGraph.cpp
|
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
2018-02-26 23:15:52 +00:00 |
ExprEngine.cpp
|
[analyzer] Make checkEndFunction() give access to the return statement.
|
2018-07-16 20:47:45 +00:00 |
ExprEngineC.cpp
|
[analyzer] pr37270: Track constructor target region, even if just a variable.
|
2018-06-14 01:32:46 +00:00 |
ExprEngineCXX.cpp
|
[analyzer] Add support for pre-C++17 copy elision.
|
2018-06-28 00:30:18 +00:00 |
ExprEngineCallAndReturn.cpp
|
[analyzer] [NFC] A convenient getter for getting a current stack frame
|
2018-06-27 01:51:55 +00:00 |
ExprEngineObjC.cpp
|
[analyzer] Correctly model iteration through "nil" objects
|
2018-03-08 02:53:39 +00:00 |
FunctionSummary.cpp
|
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
2018-02-28 01:10:04 +00:00 |
HTMLDiagnostics.cpp
|
[FileSystem] Split up the OpenFlags enumeration.
|
2018-06-07 19:58:58 +00:00 |
IssueHash.cpp
|
[analyzer] Use the signature of the primary template for issue hash calculation
|
2017-10-30 12:16:07 +00:00 |
LoopUnrolling.cpp
|
[analyzer] Unroll the loop when it has a unsigned counter.
|
2018-03-31 12:46:46 +00:00 |
LoopWidening.cpp
|
[analyzer] [NFC] A convenient getter for getting a current stack frame
|
2018-06-27 01:51:55 +00:00 |
MemRegion.cpp
|
[analyzer] [NFC] A convenient getter for getting a current stack frame
|
2018-06-27 01:51:55 +00:00 |
PathDiagnostic.cpp
|
[analyzer][ctu] fix unsortable diagnostics
|
2018-07-04 14:12:58 +00:00 |
PlistDiagnostics.cpp
|
[analyzer] Add support for the note diagnostic pieces to plist output format.
|
2018-04-24 20:45:48 +00:00 |
PrettyStackTraceLocationContext.h
|
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
|
2017-09-06 21:45:03 +00:00 |
ProgramState.cpp
|
[analyzer] Use sufficiently large types for index bounds calculation.
|
2018-06-28 00:42:11 +00:00 |
RangeConstraintManager.cpp
|
[Analyzer] Constraint Manager Negates Difference
|
2018-06-28 07:35:23 +00:00 |
RangedConstraintManager.cpp
|
[analyzer] Fix constraint being dropped when analyzing a program without taint tracking enabled
|
2018-07-16 13:14:46 +00:00 |
RegionStore.cpp
|
[analyzer] Use sufficiently large types for index bounds calculation.
|
2018-06-28 00:42:11 +00:00 |
SValBuilder.cpp
|
[analyzer] Fix constraint being dropped when analyzing a program without taint tracking enabled
|
2018-07-16 13:14:46 +00:00 |
SVals.cpp
|
Remove \brief commands from doxygen comments.
|
2018-05-09 01:00:01 +00:00 |
SimpleConstraintManager.cpp
|
[analyzer] Refactor and simplify SimpleConstraintManager
|
2017-02-25 04:51:31 +00:00 |
SimpleSValBuilder.cpp
|
[analyzer] pr37802: Fix symbolic-pointer-to-boolean casts during load.
|
2018-07-17 00:42:35 +00:00 |
Store.cpp
|
[analyzer] pr36458: Fix retrieved value cast for symbolic void pointers.
|
2018-05-04 22:11:12 +00:00 |
SubEngine.cpp
|
…
|
|
SymbolManager.cpp
|
[analyzer] [NFC] A convenient getter for getting a current stack frame
|
2018-06-27 01:51:55 +00:00 |
WorkList.cpp
|
[analyzer] [NFC] A convenient getter for getting a current stack frame
|
2018-06-27 01:51:55 +00:00 |
Z3ConstraintManager.cpp
|
[analyzer] Fix Z3 backend after D48205
|
2018-07-17 17:40:34 +00:00 |