1. 9d2f5c4 Remove stale TODO. by Martin Brænne · 2 years, 9 months ago
  2. 9fb786f Parse lifetimes in `annotate_type` attributes. by Martin Brænne · 2 years, 9 months ago
  3. 1c097f2 Add `CreateThisLifetimes()` to `FunctionLifetimeFactory` interface. by Martin Brænne · 2 years, 9 months ago
  4. 712b7f4 Thread `TypeLoc` through `FunctionLifetimes` and `ValueLifetimes`. by Martin Brænne · 2 years, 9 months ago
  5. 43be128 Move TypeLoc version of GetTemplateArgs() to type_lifetimes.h/.cc. by Martin Brænne · 2 years, 9 months ago
  6. 03d9330 Add `const Expr *` parameter to LifetimeFactory. by Martin Brænne · 2 years, 9 months ago
  7. bcdfe32 Remove unused parameters from LifetimeFactory. by Martin Brænne · 2 years, 9 months ago
  8. 108e9c0 Infer destructor `this` lifetimes, even when elision is disabled. by Devin Jeanpierre · 2 years, 10 months ago
  9. cec7a8a Changing include paths used in the public repo. by Lukasz Anforowicz · 2 years, 11 months ago
  10. 9e30958 Change FunctionLifetimeFactory to return ValueLifetimes instead of Lifetime. by Martin Brænne · 2 years, 11 months ago
  11. 1a207c5 Move lifetime_annotations to namespace clang::tidy::lifetimes. by Martin Brænne · 2 years, 11 months ago
  12. cc7e6cb Add support for function types in parameters for annotations. by Luca Versari · 3 years ago
  13. 6ee6b34 Improve formatting of function lifetime debug strings, in preparation for fn type support. by Luca Versari · 3 years ago
  14. e4d4ec4 Add support for nested templates. by Googler · 3 years ago
  15. 95ce68f Remove TypeLifetimes. by Luca Versari · 3 years ago
  16. 0c157aa Put GetTemplateArgs(clang::TypeLoc) back in lifetime_annotations. by Googler · 3 years ago
  17. 97a68a1 Move lifetime_annotations to //third_party/crubit by Marcel Hlopko · 3 years ago
  18. fc1b55c Use PointeeType() consistently in lifetime_annotations. by Googler · 3 years, 1 month ago
  19. fbb37d2 Enable lifetime elision for lifetime-parameterized types. by Googler · 3 years, 1 month ago
  20. 2e1f0c1 Bugfix: Pointers-to-members should not have lifetimes. by Googler · 3 years, 1 month ago
  21. 7e1aa2a Fix stack-use-after-scope. by Jorge Gorbe Moya · 3 years, 1 month ago
  22. 17a2d51 Change syntax for temporary `lifetime_params` and `member_lifetimes` annotation. by Googler · 3 years, 1 month ago
  23. 53f6594 Change syntax for temporary `lifetimes` annotation. by Googler · 3 years, 1 month ago
  24. 63f10da Lifetime elision for implicitly defaulted constructors. by Lukasz Anforowicz · 3 years, 2 months ago
  25. edf553b [rust-interop] Add a temporary way to add lifetime annotations to functions. by Luca Versari · 3 years, 2 months ago
  26. 67305b5 Change AddLifetimeAnnotationHandlers to take only a `Preprocessor`. by Googler · 3 years, 2 months ago
  27. 60c2541 Round 2: Move llvm::Error lvalue when returning it as an llvm::Expected. by Dana Jansens · 3 years, 2 months ago
  28. 0249bf1 Move llvm::Error lvalue when returning it as an llvm::Expected. by Dana Jansens · 3 years, 2 months ago
  29. 6804a01 Prepare to consume lifetime annotations. by Googler · 3 years, 2 months ago
  30. 0ea9d9d Move GetTemplateArgs() to lifetime_annotations to be able to share the code. by Googler · 3 years, 3 months ago
  31. bea5dd1 Add option for GetLifetimeAnnotations to use a LifetimeSymbolTable. by Googler · 3 years, 4 months ago
  32. 33f768d Namespace `lifetime_elision` pragma in `clang` namespace. by Googler · 3 years, 4 months ago
  33. b0019ca Move lifetime_annotations.h/.cc./_test.cc to lifetime_annotations/. by Googler · 3 years, 4 months ago