- 74d5a3c Make the lifetime code not crash on non-type template parameters by Kinuko Yasuda · 2 years, 7 months ago
- bd003e9 Don't try to extract lifetime annotations in various cases. by Martin Brænne · 2 years, 9 months ago
- 2af40a0 In tests, report lifetime annotation errors per function instead of globally. by Martin Brænne · 2 years, 9 months ago
- 33f4f50 Clarify comment on passing a null `TypeLoc` in the case of parameter packs. by Martin Brænne · 2 years, 9 months ago
- ddf2e82 Add missing newline in lifetime macros. by Martin Brænne · 2 years, 9 months ago
- 8bc2de3 Change syntax for multiple lifetimes on a lifetime-parameterized type. by Martin Brænne · 2 years, 9 months ago
- 9fb786f Parse lifetimes in `annotate_type` attributes. by Martin Brænne · 2 years, 9 months ago
- 108e9c0 Infer destructor `this` lifetimes, even when elision is disabled. by Devin Jeanpierre · 2 years, 10 months ago
- c21d92f Add gtest to fix unit test compilation. by Luca Versari · 2 years, 10 months ago
- cec7a8a Changing include paths used in the public repo. by Lukasz Anforowicz · 3 years ago
- 1a207c5 Move lifetime_annotations to namespace clang::tidy::lifetimes. by Martin Brænne · 3 years ago
- cc7e6cb Add support for function types in parameters for annotations. by Luca Versari · 3 years ago
- 6ee6b34 Improve formatting of function lifetime debug strings, in preparation for fn type support. by Luca Versari · 3 years ago
- e4d4ec4 Add support for nested templates. by Googler · 3 years ago
- 95ce68f Remove TypeLifetimes. by Luca Versari · 3 years ago
- bdc5580 Add a disabled test for nested templates. by Googler · 3 years ago
- 97a68a1 Move lifetime_annotations to //third_party/crubit by Marcel Hlopko · 3 years, 1 month ago
- fbb37d2 Enable lifetime elision for lifetime-parameterized types. by Googler · 3 years, 1 month ago
- 656e5b2 Fix "typesef" typo in a test. by Googler · 3 years, 1 month ago
- 2e1f0c1 Bugfix: Pointers-to-members should not have lifetimes. by Googler · 3 years, 1 month ago
- 8a8e82e Reorder and rename lifetime annotation tests. by Googler · 3 years, 1 month ago
- 53f6594 Change syntax for temporary `lifetimes` annotation. by Googler · 3 years, 1 month ago
- 0e8e0f9 [rust-interop] Port lifetime analysis to OSS dataflow framework. by Luca Versari · 3 years, 2 months ago
- a606843 Add some random smoke tests for corner cases of lifetimes by Marcel Hlopko · 3 years, 2 months ago
- 63f10da Lifetime elision for implicitly defaulted constructors. by Lukasz Anforowicz · 3 years, 2 months ago
- edf553b [rust-interop] Add a temporary way to add lifetime annotations to functions. by Luca Versari · 3 years, 2 months ago
- 6804a01 Prepare to consume lifetime annotations. by Googler · 3 years, 3 months ago
- 1cd6687 Make package lifetime_annotations compile under macOS. by Googler · 3 years, 4 months ago
- bea5dd1 Add option for GetLifetimeAnnotations to use a LifetimeSymbolTable. by Googler · 3 years, 4 months ago
- 33f768d Namespace `lifetime_elision` pragma in `clang` namespace. by Googler · 3 years, 4 months ago
- 2aac983 Move lifetime_analysis/test to lifetime_annotations/test. by Googler · 3 years, 4 months ago
- b0019ca Move lifetime_annotations.h/.cc./_test.cc to lifetime_annotations/. by Googler · 3 years, 4 months ago