mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
git-clang-format'ed
This commit is contained in:
@@ -44,8 +44,10 @@ private:
|
||||
|
||||
public:
|
||||
bool hasUniqueInputFilename() const { return InputFilenames.size() == 1; }
|
||||
const std::string &getFilenameOfFirstInput() const { return InputFilenames[0]; }
|
||||
|
||||
const std::string &getFilenameOfFirstInput() const {
|
||||
return InputFilenames[0];
|
||||
}
|
||||
|
||||
void setMainExecutablePath(const std::string &Path) {
|
||||
MainExecutablePath = Path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user