We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1215e56 commit a45bbbcCopy full SHA for a45bbbc
buildcc/lib/toolchain/include/toolchain/toolchain.h
@@ -58,6 +58,9 @@ class Toolchain : public ToolchainVerify<Toolchain> {
58
const std::string &GetArchiver() const { return archiver_; }
59
const std::string &GetLinker() const { return linker_; }
60
61
+private:
62
+ friend class ToolchainVerify<Toolchain>;
63
+
64
private:
65
Id id_;
66
std::string name_;
0 commit comments