commit | f46669c828648cc08a75649ec97298fd90ac9586 | [log] [tgz] |
---|---|---|
author | Nick Kledzik <kledzik@apple.com> | Wed Dec 21 23:29:36 2011 +0000 |
committer | Nick Kledzik <kledzik@apple.com> | Wed Dec 21 23:29:36 2011 +0000 |
tree | 80de4c7041acd716f561359bfa7be4b959747a99 | |
parent | 7869d8c01e746e3cecfef2925a5ad799a03830b3 [diff] [blame] |
Cleaned up Atom attribues some more. Added lots of doxygen comments llvm-svn: 147105
diff --git a/lld/lib/Core/File.cpp b/lld/lib/Core/File.cpp index e123d5e..09c3f8a 100644 --- a/lld/lib/Core/File.cpp +++ b/lld/lib/Core/File.cpp
@@ -13,4 +13,9 @@ File::~File() {} +bool File::translationUnitSource(llvm::StringRef &path) const { + return false; +} + + }