================
@@ -121,6 +122,18 @@ def __init__(self, args: argparse.Namespace, extra_args:
List[str]) -> None:
self.clang_extra_args = self.clang_tidy_extra_args[i + 1 :]
self.clang_tidy_extra_args = self.clang_tidy_extra_args[:i]
+ self.check_header_map: Dict[str, str] = {}
+ self.header_dir: str = self.temp_file_name + ".headers"
----------------
EugeneZelenko wrote:
Type should be inferred in this case. Please use f-string.
https://github.com/llvm/llvm-project/pull/175735
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits