..
APSIntType.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
AnalysisManager.cpp
[analyzer] CheckerContext: Make the Preprocessor available
2020-01-30 17:05:52 +01:00
AnalyzerOptions.cpp
Revert "Convert a reachable llvm_unreachable into an assert."
2020-03-24 16:06:14 -04:00
BasicValueFactory.cpp
C++2a -> C++20 in some identifiers; NFC.
2020-04-21 15:37:19 -04:00
BlockCounter.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
BugReporter.cpp
BugReporter::StrBugTypes: Use unique_ptr to simplify memory management
2020-04-28 22:31:16 -07:00
BugReporterVisitors.cpp
[Analyzer][NFC] Remove the SubEngine interface
2020-05-26 19:56:55 +02:00
CMakeLists.txt
[Analyzer][NFC] Remove the SubEngine interface
2020-05-26 19:56:55 +02:00
CallEvent.cpp
[Analyzer][NFC] Remove the SubEngine interface
2020-05-26 19:56:55 +02:00
Checker.cpp
[analyzer][NFC] Fix inconsistent references to checkers as "checks"
2019-09-12 19:09:24 +00:00
CheckerContext.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
CheckerHelpers.cpp
[Analyzer][MallocChecker] No warning for kfree of ZERO_SIZE_PTR.
2020-03-30 10:33:14 +02:00
CheckerManager.cpp
[analyzer][NFC] Merge checkNewAllocator's paramaters into CXXAllocatorCall
2020-05-20 00:56:10 +02:00
CommonBugCategories.cpp
[analyzer] CERT: POS34-C
2020-02-19 18:12:19 +01:00
ConstraintManager.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
CoreEngine.cpp
[Analyzer][NFC] Remove the SubEngine interface
2020-05-26 19:56:55 +02:00
DynamicSize.cpp
[analyzer] ApiModeling: Add buffer size arg constraint
2020-05-29 16:13:57 +02:00
DynamicType.cpp
[analyzer] Track runtime types represented by Obj-C Class objects
2020-04-29 13:35:53 +03:00
Environment.cpp
[analyzer] pr43036: Fix support for operator 'sizeof...'.
2019-08-28 18:44:35 +00:00
ExplodedGraph.cpp
[analyzer] Consider array subscripts to be interesting lvalues.
2020-04-23 19:52:45 +03:00
ExprEngine.cpp
[analyzer] Add support for ObjCIndirectCopyRestoreExpr.
2020-06-03 19:06:04 +03:00
ExprEngineC.cpp
[Analyzer][VLASizeChecker] Check VLA size in typedef and sizeof.
2020-05-14 14:30:05 +02:00
ExprEngineCXX.cpp
[analyzer][NFC] Merge checkNewAllocator's paramaters into CXXAllocatorCall
2020-05-20 00:56:10 +02:00
ExprEngineCallAndReturn.cpp
[analyzer][NFC] Merge checkNewAllocator's paramaters into CXXAllocatorCall
2020-05-20 00:56:10 +02:00
ExprEngineObjC.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
FunctionSummary.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
HTMLDiagnostics.cpp
[analyzer] Add support for IE of keyboard and mouse navigation in HTML report
2020-05-27 09:04:30 +03:00
IssueHash.cpp
Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBuffer*
2019-04-04 21:06:41 +00:00
LoopUnrolling.cpp
[analyzer] LoopUnrolling: fix crash when a parameter is a loop counter.
2020-05-22 16:14:48 +03:00
LoopWidening.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MemRegion.cpp
[analyzer] AnalysisDeclContext: Refactor and documentation
2020-03-04 07:06:54 +01:00
PlistDiagnostics.cpp
Revert "[analyzer] Change the default output type to PD_TEXT_MINIMAL in the frontend, error if an output loc is missing for PathDiagConsumers that need it"
2020-05-22 20:18:16 +02:00
PrettyStackTraceLocationContext.h
[analyzer] print() JSONify: Environment implementation
2019-05-29 15:36:58 +00:00
ProgramState.cpp
[Analyzer][NFC] Remove the SubEngine interface
2020-05-26 19:56:55 +02:00
RangeConstraintManager.cpp
[analyzer] Remove unused function declaration. NFC.
2020-05-28 20:28:17 +03:00
RangedConstraintManager.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
RegionStore.cpp
[analyzer] Allow bindings of the CompoundLiteralRegion
2020-05-28 14:11:57 +03:00
SMTConstraintManager.cpp
[Analyzer][NFC] Remove the SubEngine interface
2020-05-26 19:56:55 +02:00
SValBuilder.cpp
[Analyzer][NFC] Remove the SubEngine interface
2020-05-26 19:56:55 +02:00
SVals.cpp
[analyzer] print() JSONify: SVal implementation
2019-05-29 18:38:52 +00:00
SarifDiagnostics.cpp
Revert "[analyzer] Change the default output type to PD_TEXT_MINIMAL in the frontend, error if an output loc is missing for PathDiagConsumers that need it"
2020-05-22 20:18:16 +02:00
SimpleConstraintManager.cpp
[Analyzer][NFC] Remove the SubEngine interface
2020-05-26 19:56:55 +02:00
SimpleSValBuilder.cpp
[analyzer] Introduce reasoning about symbolic remainder operator
2020-05-28 18:56:38 +03:00
Store.cpp
[analysis] Re-discard type sugar when casting values retrieved from the Store.
2019-12-18 18:00:57 -08:00
SymbolManager.cpp
[analyzer] Merge implementations of SymInt, IntSym, and SymSym exprs
2020-05-28 18:54:27 +03:00
TextDiagnostics.cpp
[analyzer] Display the checker name in the text output
2020-04-09 16:21:45 +02:00
WorkList.cpp
[Clang] Migrate llvm::make_unique to std::make_unique
2019-08-14 23:04:18 +00:00