issues
search
mgehre
/
llvm-project
The home of the clang-based implementation of lifetime safety warnings.
39
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Current status and future plans?
#98
ispeters
opened
3 years ago
4
How to annotate an owner properly?
#97
brevzin
opened
3 years ago
5
Ctors are not simulated properly
#96
Xazax-hun
opened
3 years ago
5
Brace initialization does not trigger -Wdangling-gsl
#95
mgehre
opened
4 years ago
1
How do I properly dereference an iterator?
#94
davidwin
opened
4 years ago
2
std::ostream_iterator causes false "dangling pointer" positive
#93
davidwin
opened
4 years ago
1
Iterating over std::initializer_list results in a null pointer warning.
#92
roccomoretti
opened
4 years ago
1
Reference to temporary local variable not detected
#91
DoDoENT
opened
4 years ago
1
False positive when returning pointer to member
#90
jerryct
closed
4 years ago
2
missed dangling pointer case
#89
Trass3r
opened
4 years ago
1
Keeping track of changes on lifetime vs master.
#88
Xazax-hun
opened
4 years ago
0
Handle non-singleton psets in filtered mode
#87
Xazax-hun
opened
4 years ago
0
crash in clang::lifetime::VisitBlock
#86
0x8000-0000
closed
4 years ago
4
Add notes for function call evaluation
#85
Xazax-hun
opened
4 years ago
0
Smarter uniqueing for warnings
#84
Xazax-hun
opened
4 years ago
0
false positive with std::list::splice invalidated iterator in a loop
#83
oschonrock
opened
4 years ago
4
Type caching issues
#82
Xazax-hun
opened
4 years ago
6
Unable to build clangd with current lifetime branch
#81
AlexisTM
closed
4 years ago
7
UNREACHABLE executed in Decl::castFromDeclContext when inheriting from template parameter
#80
aaronpuchert
opened
4 years ago
3
[Issue #70] Warn about the use of release on std::unique_ptr
#79
lklein53
opened
5 years ago
0
Allow non existing PSets for MTE #69
#78
lklein53
closed
5 years ago
4
Recognize `std::vector<bool>` as Owner with libc++
#77
mgehre
opened
5 years ago
0
Klein.owner invalidation invalidates pointer to owner
#76
lklein53
closed
5 years ago
8
False positive with vector subscript operator
#75
marcomagdy
closed
5 years ago
3
Add information about the suppress fucntionality to the README
#74
lklein53
closed
5 years ago
1
Klein.supress lifetime issue #71
#73
lklein53
closed
5 years ago
2
Fix bug #62
#72
lklein53
closed
5 years ago
1
Support [[gsl::suppress("lifetime")]] at function scope
#71
mgehre
closed
5 years ago
2
Diagnose that std::unique_ptr::release is not allowed
#70
danielmartin
opened
5 years ago
4
crash in compile
#69
WallStProg
closed
5 years ago
6
crash in compile w/-Wlifetime flag
#68
WallStProg
closed
5 years ago
1
Add a proper README to show how to build & run the lifetime checks
#67
WallStProg
opened
5 years ago
3
Owner invalidation invalidates Pointer to Owner (instead of only "into Owner")
#66
brevzin
closed
5 years ago
2
Returning a null pointer should be fine
#65
brevzin
closed
5 years ago
1
Assigning to `values[0]` is different than assigning to `*values`
#64
brevzin
closed
5 years ago
4
Support nullable owners (e.g. unique_ptr)
#63
oontvoo
opened
5 years ago
4
No warning when passing invalid pointer to vararg function
#62
marcomagdy
closed
5 years ago
1
Regression for handling temporaries?
#61
Xazax-hun
closed
5 years ago
7
Consider members of *this as implicit parameters
#60
mgehre
opened
5 years ago
0
Add DerefType for STL annotations
#59
Xazax-hun
opened
5 years ago
3
Assert failure (2)
#58
mgehre
closed
5 years ago
2
Assert failure
#57
mgehre
closed
5 years ago
4
Diagnose meaningless annotations
#56
Xazax-hun
opened
5 years ago
2
Implement [[gsl::lifetime_in]]
#55
mgehre
closed
5 years ago
1
Add implicit annotation for main that argv is an input parameter
#54
mgehre
opened
5 years ago
1
std::string& dangling after append?
#53
mgehre
closed
5 years ago
1
Misleading warning "returning a dangling pointer" for output parameters
#52
mgehre
closed
5 years ago
2
Fix std::ref(i) with std::reference_wrapper
#51
mgehre
opened
5 years ago
7
Move statement-local warnings behind another flag
#50
mgehre
closed
5 years ago
3
False-positive with deref address-of
#49
mgehre
closed
5 years ago
11
Next