- 9d2f5c4 Remove stale TODO. 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
- 1c097f2 Add `CreateThisLifetimes()` to `FunctionLifetimeFactory` interface. by Martin Brænne · 2 years, 9 months ago
- 712b7f4 Thread `TypeLoc` through `FunctionLifetimes` and `ValueLifetimes`. by Martin Brænne · 2 years, 9 months ago
- 43be128 Move TypeLoc version of GetTemplateArgs() to type_lifetimes.h/.cc. by Martin Brænne · 2 years, 9 months ago
- 03d9330 Add `const Expr *` parameter to LifetimeFactory. by Martin Brænne · 2 years, 9 months ago
- bcdfe32 Remove unused parameters from LifetimeFactory. 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
- cec7a8a Changing include paths used in the public repo. by Lukasz Anforowicz · 2 years, 11 months ago
- 9e30958 Change FunctionLifetimeFactory to return ValueLifetimes instead of Lifetime. by Martin Brænne · 2 years, 11 months ago
- 1a207c5 Move lifetime_annotations to namespace clang::tidy::lifetimes. by Martin Brænne · 2 years, 11 months 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
- 0c157aa Put GetTemplateArgs(clang::TypeLoc) back in lifetime_annotations. by Googler · 3 years ago
- 97a68a1 Move lifetime_annotations to //third_party/crubit by Marcel Hlopko · 3 years ago
- fc1b55c Use PointeeType() consistently in lifetime_annotations. by Googler · 3 years, 1 month ago
- fbb37d2 Enable lifetime elision for lifetime-parameterized types. by Googler · 3 years, 1 month ago
- 2e1f0c1 Bugfix: Pointers-to-members should not have lifetimes. by Googler · 3 years, 1 month ago
- 7e1aa2a Fix stack-use-after-scope. by Jorge Gorbe Moya · 3 years, 1 month ago
- 17a2d51 Change syntax for temporary `lifetime_params` and `member_lifetimes` annotation. by Googler · 3 years, 1 month ago
- 53f6594 Change syntax for temporary `lifetimes` annotation. by Googler · 3 years, 1 month 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
- 67305b5 Change AddLifetimeAnnotationHandlers to take only a `Preprocessor`. by Googler · 3 years, 2 months ago
- 60c2541 Round 2: Move llvm::Error lvalue when returning it as an llvm::Expected. by Dana Jansens · 3 years, 2 months ago
- 0249bf1 Move llvm::Error lvalue when returning it as an llvm::Expected. by Dana Jansens · 3 years, 2 months ago
- 6804a01 Prepare to consume lifetime annotations. by Googler · 3 years, 2 months ago
- 0ea9d9d Move GetTemplateArgs() to lifetime_annotations to be able to share the code. by Googler · 3 years, 3 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
- b0019ca Move lifetime_annotations.h/.cc./_test.cc to lifetime_annotations/. by Googler · 3 years, 4 months ago