================
@@ -480,12 +480,15 @@ mergeInfos(std::vector<std::unique_ptr<Info>> &Values);
struct ClangDocContext {
ClangDocContext() = default;
ClangDocContext(tooling::ExecutionContext *ECtx, StringRef ProjectName,
- bool PublicOnly, StringRef OutDirectory, StringRef
SourceRoot,
+ bool PublicOnly, bool FTimeTrace, int Granularity,
----------------
ilovepi wrote:
These new params should probably go at the end of the arguments list. Likely
they should have a default value, too.
https://github.com/llvm/llvm-project/pull/97644
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits