.. |
APSIntType.cpp
|
…
|
|
AnalysisManager.cpp
|
[analyzer] Apply whitespace cleanups by Honggyu Kim.
|
2015-09-08 03:50:52 +00:00 |
AnalyzerOptions.cpp
|
[analyzer] Turn suppress-c++-stdlib on by default
|
2017-03-10 00:33:19 +00:00 |
BasicValueFactory.cpp
|
[analyzer] Add a new SVal to support pointer-to-member operations.
|
2016-12-15 21:27:06 +00:00 |
BlockCounter.cpp
|
[analyzer] Apply whitespace cleanups by Honggyu Kim.
|
2015-09-08 03:50:52 +00:00 |
BugReporter.cpp
|
[analyzer] Don't add arrow to the inlined function's decl when it has no body.
|
2017-06-05 13:36:28 +00:00 |
BugReporterVisitors.cpp
|
[analyzer] Improve subscripting null arrays for catching null dereferences.
|
2017-04-24 20:55:07 +00:00 |
CMakeLists.txt
|
[analyzer] Add new Z3 constraint manager backend
|
2017-04-04 19:52:25 +00:00 |
CallEvent.cpp
|
[analyzer] Fix a crash when an ObjC object is constructed in AllocaRegion.
|
2017-06-12 17:59:50 +00:00 |
Checker.cpp
|
[analyzer] Apply whitespace cleanups by Honggyu Kim.
|
2015-09-08 03:50:52 +00:00 |
CheckerContext.cpp
|
[analyzer] Improve Nullability checker diagnostics
|
2016-01-29 18:43:15 +00:00 |
CheckerHelpers.cpp
|
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
|
2016-01-26 19:01:06 +00:00 |
CheckerManager.cpp
|
[analyzer] Add LocationContext as a parameter to checkRegionChanges
|
2017-01-13 00:50:57 +00:00 |
CheckerRegistry.cpp
|
[analyzer] Command line option to show enabled checker list.
|
2016-08-08 13:41:04 +00:00 |
CommonBugCategories.cpp
|
[analyzer] Fix memory error bug category capitalization.
|
2017-05-03 11:47:13 +00:00 |
ConstraintManager.cpp
|
[analyzer] Refactor and simplify SimpleConstraintManager
|
2017-02-25 04:51:31 +00:00 |
CoreEngine.cpp
|
Silence Warning. NFC.
|
2016-10-07 19:11:33 +00:00 |
DynamicTypeMap.cpp
|
Spelling mistakes in comments. NFCI. (PR27635)
|
2017-03-30 14:13:19 +00:00 |
Environment.cpp
|
[analyzer] Fix symbolic element index lifetime.
|
2015-12-10 09:28:06 +00:00 |
ExplodedGraph.cpp
|
[NFC] Header cleanup
|
2016-07-18 19:02:11 +00:00 |
ExprEngine.cpp
|
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
|
2017-06-03 06:26:27 +00:00 |
ExprEngineC.cpp
|
[analyzer] Fix logical not for pointers with different bit width
|
2017-06-19 08:55:51 +00:00 |
ExprEngineCXX.cpp
|
[analyzer] Enforce super-region classes for various memory regions.
|
2017-04-13 09:56:07 +00:00 |
ExprEngineCallAndReturn.cpp
|
[StaticAnalyzer] Move inline counter increaser to inlineCall function
|
2017-05-16 11:54:00 +00:00 |
ExprEngineObjC.cpp
|
[analyzer] Add LocationContext as a parameter to checkRegionChanges
|
2017-01-13 00:50:57 +00:00 |
FunctionSummary.cpp
|
…
|
|
HTMLDiagnostics.cpp
|
Migrate PathDiagnosticPiece to std::shared_ptr
|
2017-01-05 17:26:53 +00:00 |
IssueHash.cpp
|
[NFC] Header cleanup
|
2016-07-18 19:02:11 +00:00 |
LoopWidening.cpp
|
[Analyzer] Fix comments and formatting. NFC.
|
2015-11-10 11:48:55 +00:00 |
MemRegion.cpp
|
[analyzer] Enforce super-region classes for various memory regions.
|
2017-04-13 09:56:07 +00:00 |
PathDiagnostic.cpp
|
[analyzer] Nullability: fix notes around synthesized ObjC property accessors.
|
2017-06-05 12:40:03 +00:00 |
PlistDiagnostics.cpp
|
Migrate PathDiagnosticPiece to std::shared_ptr
|
2017-01-05 17:26:53 +00:00 |
PrettyStackTraceLocationContext.h
|
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
2015-06-22 23:07:51 +00:00 |
ProgramState.cpp
|
[analyzer] Fix immutable map factory lifetime for partial taint.
|
2017-05-29 18:54:02 +00:00 |
RangeConstraintManager.cpp
|
[analyzer] Refactor and simplify SimpleConstraintManager
|
2017-02-25 04:51:31 +00:00 |
RangedConstraintManager.cpp
|
[analyzer] Refactor and simplify SimpleConstraintManager
|
2017-02-25 04:51:31 +00:00 |
RangedConstraintManager.h
|
[analyzer] Refactor and simplify SimpleConstraintManager
|
2017-02-25 04:51:31 +00:00 |
RegionStore.cpp
|
[analyzer] Support partially tainted records.
|
2017-05-29 15:42:56 +00:00 |
SValBuilder.cpp
|
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
|
2017-06-03 06:26:27 +00:00 |
SVals.cpp
|
[analyzer] Add a new SVal to support pointer-to-member operations.
|
2016-12-15 21:27:06 +00:00 |
SimpleConstraintManager.cpp
|
[analyzer] Refactor and simplify SimpleConstraintManager
|
2017-02-25 04:51:31 +00:00 |
SimpleSValBuilder.cpp
|
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
|
2017-06-03 06:26:27 +00:00 |
Store.cpp
|
[analyzer] Improve suppression for inlined defensive checks before operator &.
|
2017-04-24 19:30:33 +00:00 |
SubEngine.cpp
|
…
|
|
SymbolManager.cpp
|
[analyzer] Print type for SymbolRegionValues when dumping to stream
|
2016-12-05 20:30:11 +00:00 |
Z3ConstraintManager.cpp
|
[analyzer] Add new Z3 constraint manager backend
|
2017-04-04 19:52:25 +00:00 |