forked from OSchip/llvm-project
Summary: C allows to jump over variables declaration so lifetime.start can be avoid before variable usage. To avoid false-positives on such rare cases we detect them and remove from lifetime analysis. PR27453 PR28267 Reviewers: eugenis Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D24321 llvm-svn: 280907 |
||
|---|---|---|
| .. | ||
| AddressSanitizer.cpp | ||
| BoundsChecking.cpp | ||
| CFGMST.h | ||
| CMakeLists.txt | ||
| DataFlowSanitizer.cpp | ||
| EfficiencySanitizer.cpp | ||
| GCOVProfiling.cpp | ||
| IndirectCallPromotion.cpp | ||
| InstrProfiling.cpp | ||
| Instrumentation.cpp | ||
| LLVMBuild.txt | ||
| MaximumSpanningTree.h | ||
| MemorySanitizer.cpp | ||
| PGOInstrumentation.cpp | ||
| SanitizerCoverage.cpp | ||
| ThreadSanitizer.cpp | ||