1. a087d23 Add/remove header files (include what you spell) by Dmitri Gribenko · 1 year, 9 months ago
  2. fd2d10f [lifetime_annotations] Treat function type aliases consistently with other aliases. by Martin Brænne · 1 year, 9 months ago
  3. ec4c8c7 Internal change by Lukasz Anforowicz · 1 year, 9 months ago
  4. 198ff49 Add structured error information for errors from `lifetime_analysis`. by Martin Brænne · 2 years ago
  5. 3279a7f [lifetime_analysis] Add two test cases for function pointer return types. by Martin Brænne · 2 years ago
  6. e1fa519 Fix test LifetimeAnnotation_AliasTemplateForClassTemplate. by Martin Brænne · 2 years ago
  7. 0162886 Add a reproducer for an assertion failure in `ForEachTemplateArgument`. by Martin Brænne · 2 years ago
  8. afad7ca Forbid putting lifetime annotations on pointers or references to functions. by Martin Brænne · 2 years ago
  9. 9170465 Don't add redundant parentheses in FunctionLifetimes::DebugString(). by Martin Brænne · 2 years ago
  10. 2c6f94b Forbid putting lifetime annotations on non-reference-like types. by Martin Brænne · 2 years ago
  11. ebfcb15 Fix reversed naming of tests. by Martin Brænne · 2 years ago
  12. 4a68cc2 Fix a corner-case of PointeeTypeLoc for universal references. by Luca Versari · 2 years, 2 months ago
  13. 74d5a3c Make the lifetime code not crash on non-type template parameters by Kinuko Yasuda · 2 years, 7 months ago
  14. bd003e9 Don't try to extract lifetime annotations in various cases. by Martin Brænne · 2 years, 9 months ago
  15. 2af40a0 In tests, report lifetime annotation errors per function instead of globally. by Martin Brænne · 2 years, 9 months ago
  16. 33f4f50 Clarify comment on passing a null `TypeLoc` in the case of parameter packs. by Martin Brænne · 2 years, 9 months ago
  17. ddf2e82 Add missing newline in lifetime macros. by Martin Brænne · 2 years, 9 months ago
  18. 8bc2de3 Change syntax for multiple lifetimes on a lifetime-parameterized type. by Martin Brænne · 2 years, 9 months ago
  19. 9fb786f Parse lifetimes in `annotate_type` attributes. by Martin Brænne · 2 years, 9 months ago
  20. 108e9c0 Infer destructor `this` lifetimes, even when elision is disabled. by Devin Jeanpierre · 2 years, 10 months ago
  21. c21d92f Add gtest to fix unit test compilation. by Luca Versari · 2 years, 10 months ago
  22. cec7a8a Changing include paths used in the public repo. by Lukasz Anforowicz · 3 years ago
  23. 1a207c5 Move lifetime_annotations to namespace clang::tidy::lifetimes. by Martin Brænne · 3 years ago
  24. cc7e6cb Add support for function types in parameters for annotations. by Luca Versari · 3 years ago
  25. 6ee6b34 Improve formatting of function lifetime debug strings, in preparation for fn type support. by Luca Versari · 3 years ago
  26. e4d4ec4 Add support for nested templates. by Googler · 3 years ago
  27. 95ce68f Remove TypeLifetimes. by Luca Versari · 3 years ago
  28. bdc5580 Add a disabled test for nested templates. by Googler · 3 years ago
  29. 97a68a1 Move lifetime_annotations to //third_party/crubit by Marcel Hlopko · 3 years, 1 month ago
  30. fbb37d2 Enable lifetime elision for lifetime-parameterized types. by Googler · 3 years, 1 month ago
  31. 656e5b2 Fix "typesef" typo in a test. by Googler · 3 years, 1 month ago
  32. 2e1f0c1 Bugfix: Pointers-to-members should not have lifetimes. by Googler · 3 years, 1 month ago
  33. 8a8e82e Reorder and rename lifetime annotation tests. by Googler · 3 years, 1 month ago
  34. 53f6594 Change syntax for temporary `lifetimes` annotation. by Googler · 3 years, 1 month ago
  35. 0e8e0f9 [rust-interop] Port lifetime analysis to OSS dataflow framework. by Luca Versari · 3 years, 2 months ago
  36. a606843 Add some random smoke tests for corner cases of lifetimes by Marcel Hlopko · 3 years, 2 months ago
  37. 63f10da Lifetime elision for implicitly defaulted constructors. by Lukasz Anforowicz · 3 years, 2 months ago
  38. edf553b [rust-interop] Add a temporary way to add lifetime annotations to functions. by Luca Versari · 3 years, 2 months ago
  39. 6804a01 Prepare to consume lifetime annotations. by Googler · 3 years, 3 months ago
  40. 1cd6687 Make package lifetime_annotations compile under macOS. by Googler · 3 years, 4 months ago
  41. bea5dd1 Add option for GetLifetimeAnnotations to use a LifetimeSymbolTable. by Googler · 3 years, 4 months ago
  42. 33f768d Namespace `lifetime_elision` pragma in `clang` namespace. by Googler · 3 years, 4 months ago
  43. 2aac983 Move lifetime_analysis/test to lifetime_annotations/test. by Googler · 3 years, 4 months ago
  44. b0019ca Move lifetime_annotations.h/.cc./_test.cc to lifetime_annotations/. by Googler · 3 years, 4 months ago