@@ -2961,8 +2961,8 @@ void tools::addMCModel(const Driver &D, const llvm::opt::ArgList &Args,
2961
2961
}
2962
2962
}
2963
2963
2964
- void driver ::EscapeSpacesAndBackslashes (const char *Arg,
2965
- llvm::SmallVectorImpl<char > &Res) {
2964
+ void tools ::EscapeSpacesAndBackslashes (const char *Arg,
2965
+ llvm::SmallVectorImpl<char > &Res) {
2966
2966
for (; *Arg; ++Arg) {
2967
2967
switch (*Arg) {
2968
2968
default :
@@ -2976,8 +2976,8 @@ void driver::EscapeSpacesAndBackslashes(const char *Arg,
2976
2976
}
2977
2977
}
2978
2978
2979
- const char *driver ::RenderEscapedCommandLine (const ToolChain &TC,
2980
- const llvm::opt::ArgList &Args) {
2979
+ const char *tools ::RenderEscapedCommandLine (const ToolChain &TC,
2980
+ const llvm::opt::ArgList &Args) {
2981
2981
const Driver &D = TC.getDriver ();
2982
2982
const char *Exec = D.getClangProgramPath ();
2983
2983
@@ -2997,10 +2997,10 @@ const char *driver::RenderEscapedCommandLine(const ToolChain &TC,
2997
2997
return Args.MakeArgString (Flags);
2998
2998
}
2999
2999
3000
- bool driver ::ShouldRecordCommandLine (const ToolChain &TC,
3001
- const llvm::opt::ArgList &Args,
3002
- bool &FRecordCommandLine,
3003
- bool &GRecordCommandLine) {
3000
+ bool tools ::ShouldRecordCommandLine (const ToolChain &TC,
3001
+ const llvm::opt::ArgList &Args,
3002
+ bool &FRecordCommandLine,
3003
+ bool &GRecordCommandLine) {
3004
3004
const Driver &D = TC.getDriver ();
3005
3005
const llvm::Triple &Triple = TC.getEffectiveTriple ();
3006
3006
const std::string &TripleStr = Triple.getTriple ();
0 commit comments