| """Test utilities for lifetime_analysis.""" |
| package(default_visibility = [ |
| "//lifetime_analysis:__subpackages__", |
| name = "named_func_lifetimes", |
| srcs = ["named_func_lifetimes.cc"], |
| hdrs = ["named_func_lifetimes.h"], |
| "@com_google_googletest//:gtest", |
| "//lifetime_annotations:lifetime_symbol_table", |
| "//lifetime_annotations:type_lifetimes", |
| "@llvm-project//llvm:Support", |
| srcs = ["run_on_code.cc"], |
| hdrs = ["run_on_code.h"], |
| "//lifetime_annotations", |
| "@llvm-project//clang:ast", |
| "@llvm-project//clang:tooling", |
| "@llvm-project//llvm:Support", |