================ @@ -1243,12 +1247,19 @@ bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, } std::unique_ptr<TopLevelDeclTrackerAction> Act( - new TopLevelDeclTrackerAction(*this)); + new TopLevelDeclTrackerAction(*this, true)); ---------------- shafik wrote:
We should use [bugprone-argument-comment](https://clang.llvm.org/extra/clang-tidy/checks/bugprone/argument-comment.html) comments on literals passed as arguments. ```suggestion new TopLevelDeclTrackerAction(*this, /*_ReusePreprocessor=*/true)); ``` https://github.com/llvm/llvm-project/pull/105591 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits