llvm-project/clang/lib/Analysis
isuckatcs 996b092c5e [analyzer] Lambda capture non-POD type array
This patch introduces a new `ConstructionContext` for
lambda capture. This `ConstructionContext` allows the
analyzer to construct the captured object directly into
it's final region, and makes it possible to capture
non-POD arrays.

Differential Revision: https://reviews.llvm.org/D129967
2022-07-26 09:40:25 +02:00
..
FlowSensitive [clang][dataflow] Rename iterators from IT to It 2022-07-25 20:28:47 +02:00
plugins clang-analyzer plugins require LLVM_ENABLE_PLUGINS also 2022-02-16 11:59:09 -05:00
AnalysisDeclContext.cpp [clang] Add a raw_ostream operator<< overload for QualType 2022-04-20 22:09:05 +01:00
BodyFarm.cpp [clang] Use value instead of getValue (NFC) 2022-07-13 23:39:33 -07:00
CFG.cpp [analyzer] Lambda capture non-POD type array 2022-07-26 09:40:25 +02:00
CFGReachabilityAnalysis.cpp
CFGStmtMap.cpp
CMakeLists.txt [clang][dataflow] Add base types for building dataflow analyses 2021-11-30 14:44:40 +00:00
CallGraph.cpp
CalledOnceCheck.cpp [clang] Don't use Optional::getValue (NFC) 2022-06-20 22:59:26 -07:00
CloneDetection.cpp [AST, Analysis] Use llvm::reverse (NFC) 2021-11-07 09:53:14 -08:00
CocoaConventions.cpp
CodeInjector.cpp
ConstructionContext.cpp [analyzer] Lambda capture non-POD type array 2022-07-26 09:40:25 +02:00
Consumed.cpp
Dominators.cpp
ExprMutationAnalyzer.cpp [clang-tidy] implement new check 'misc-const-correctness' to add 'const' to unmodified variables 2022-07-24 19:37:54 +02:00
IssueHash.cpp Revert "Revert "[analyzer] NFC: Move IssueHash to libAnalysis."" 2020-11-17 16:01:49 -08:00
LiveVariables.cpp [analyzer][Liveness][NFC] Remove an unneeded pass to collect variables that appear in an assignment 2021-02-12 16:19:20 +01:00
MacroExpansionContext.cpp PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23 2021-07-08 13:37:57 -07:00
ObjCNoReturn.cpp Use llvm::is_contained (NFC) 2021-10-24 09:32:57 -07:00
PathDiagnostic.cpp [clang] Use value instead of getValue (NFC) 2022-07-13 23:39:33 -07:00
PostOrderCFGView.cpp
ProgramPoint.cpp
ReachableCode.cpp [clang] Don't use Optional::getValue (NFC) 2022-06-20 22:59:26 -07:00
RetainSummaryManager.cpp Revert "[clang] Implement ElaboratedType sugaring for types written bare" 2022-07-14 21:17:48 -07:00
ThreadSafety.cpp Thread safety analysis: Support builtin pointer-to-member operators 2022-07-14 13:36:14 +02:00
ThreadSafetyCommon.cpp Thread safety analysis: Store capability kind in CapabilityExpr 2022-04-29 22:30:33 +02:00
ThreadSafetyLogical.cpp
ThreadSafetyTIL.cpp
UninitializedValues.cpp [clang] Use value instead of getValue (NFC) 2022-07-13 23:39:33 -07:00