Code_Analysis/Clang_Tidy_modernize.cpp [29:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            const std::string &ReadOnly)
            : Copied(Copied), ReadOnly(ReadOnly) {}

private:
    std::string Copied;
    const std::string &ReadOnly;
};
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Code_Analysis/code_analysis_summary.cpp [189:195]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                const std::string &ReadOnly)
                : Copied(Copied), ReadOnly(ReadOnly) {}

    private:
        std::string Copied;
        const std::string &ReadOnly;
    };
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



