Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h | ||
|---|---|---|
| 31 | NOTE: This memory allocation could be removed by creating class ExprMutationAnalyzerWithHistory that could keep DeclSet as private object and use ExprMutationAnalyzer as base class. | |
| clang/lib/Analysis/ExprMutationAnalyzer.cpp | ||
| 574 | I would assume that Func should be removed from DeclAnalyzed when leaving scope. Otherwise it may not work to good when for example same function would be called twice. | |